summaryrefslogtreecommitdiff
path: root/src/pcm
AgeCommit message (Expand)Author
2018-07-17config/Global: remove ConfigBlock::SetUsed() call, let caller do thatMax Kellermann
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2018-07-16Main, pcm/SampleFormat, command/Error: remove obsolete GCC version checksMax Kellermann
2018-07-06Merge branch 'v0.20.x'Max Kellermann
2018-07-06AudioFormat: include cleanupMax Kellermann
2018-03-15Merge branch 'v0.20.x'Max Kellermann
2018-03-15pcm/PcmDop: round down to the nearest multiple of 4 DSD bytesMax Kellermann
2018-03-15pcm/PcmDop: use size_tMax Kellermann
2018-02-11Merge tag 'v0.20.17'Max Kellermann
2018-02-09pcm/Order: fix size calculation with 8 channelsMax Kellermann
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