summaryrefslogtreecommitdiff
path: root/src/pcm
AgeCommit message (Expand)Author
2018-01-05Merge branch 'v0.20.x'Max Kellermann
2018-01-02pcm/Resampler: add virtual method Flush()Max Kellermann
2018-01-02pcm/SoxrResampler: implement method Reset()Max Kellermann
2018-01-01pcm/*: add "noexcept"Max Kellermann
2017-12-26Merge branch 'v0.20.x'Max Kellermann
2017-12-23pcm/SampleFormat: remove wrong "malloc" attributeMax Kellermann
2017-12-18Compiler.h: add gcc_returns_nonnull, gcc_returns_twiceMax Kellermann
2017-12-16Merge branch 'v0.20.x'Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-11-10util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STLMax Kellermann
2017-10-26pcm/Export: add "noexcept"Max Kellermann
2017-10-26pcm/Dop: add "noexcept"Max Kellermann
2017-10-26pcm/Pack: add "noexcept"Max Kellermann
2017-10-26pcm/Dsd*: add "noexcept"Max Kellermann
2017-10-26pcm/Order: add "noexcept"Max Kellermann
2017-06-04*: add lots of "noexcept" specificationsMax Kellermann
2017-06-04Merge tag 'v0.20.9'Max Kellermann
2017-06-03storage, db, mixer, command: remove more bogus "pure" attributesMax Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-04-24pcm/PcmPack: add pcm_unpack_24be()Max Kellermann
2017-04-22pcm/PcmPack: remove obsolete code commentMax Kellermann
2017-04-22pcm/PcmPack: simplify unpack_sample()Max Kellermann
2017-01-27pcm/SampleFormat: workaround for GCC 4.9 "constexpr" bugMax Kellermann
2017-01-20pcm/Traits: add "SILENCE" attributeMax Kellermann
2017-01-20pcm/Traits: add specialization for SampleFormat::DSDMax Kellermann
2017-01-19pcm/PcmChannels: silence surround channels when converting from stereoMax Kellermann
2017-01-17pcm/SampleFormat: make the two inline functions "constexpr"Max Kellermann
2017-01-17AudioFormat: move enum SampleFormat to pcm/SampleFormat.hxxMax Kellermann
2017-01-11pcm/export: support DSD_U16Max Kellermann
2017-01-11pcm/Dsd32: include cleanupMax Kellermann
2017-01-11pcm/Dsd32: fix the byte orderMax Kellermann
2017-01-11pcm/Export: convert to class, make members privateMax Kellermann
2017-01-11pcm/dop: remove unnecessary assertionsMax Kellermann
2017-01-11pcm/Export: remove obsolete gcc warning suppressionMax Kellermann
2017-01-11pcm/Buffer: update API documentationMax Kellermann
2017-01-11pcm/Export: add (dummy) method Cancel()Max Kellermann
2017-01-11pcm/Convert: add method Reset()Max Kellermann
2017-01-11pcm/Resampler: add method Reset()Max Kellermann
2017-01-11pcm/PcmDsd: move Dsd8To32() to Dsd32.cxxMax Kellermann
2017-01-11pcm/Export: halve the sample rate for DoPMax Kellermann
2017-01-11pcm/Export: DSD_U32 quarters the sample rateMax Kellermann
2017-01-10pcm/Export: add CalcOutputSampleRate(), CalcInputSampleRate()Max Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-09pcm/Domain: remove obsolete sourceMax Kellermann
2016-10-28config/Param: use CamelCaseMax Kellermann
2016-09-09pcm/Convert: migrate from class Error to C++ exceptionsMax Kellermann
2016-07-09Merge tag 'v0.19.17'Max Kellermann
2016-07-05pcm/Volume: move silence pattern to Silence.cxxMax Kellermann
2016-07-01pcm/Volume: use 0x69 to generate DSD silenceMax Kellermann