summaryrefslogtreecommitdiff
path: root/src/pcm
AgeCommit message (Expand)Author
2019-12-16pcm/Convert, ...: add missing include for std::runtime_errorMax Kellermann
2019-06-17pcm/Export: document that Export() may return an empty bufferMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-10-30pcm: build dsd2pcm only if -Dtest=trueMax Kellermann
2018-10-30pcm/Clamp: convert to `constexpr`Max Kellermann
2018-10-30pcm/PcmUtils: rename to Clamp.hxxMax Kellermann
2018-10-29pcm/FloatConvert: make IntegerToFloatSampleConvert::Convert() constexprMax Kellermann
2018-10-29Merge branch 'v0.20.x'Max Kellermann
2018-10-29pcm/FloatConvert: fix compile-time integer overflow for S32Max Kellermann
2018-10-29pcm/FloatConvert: use FloatToIntegerSampleConvert::factor for IntegerToFloatS...Max Kellermann
2018-10-29pcm/FloatConvert: add `static_assert` on the factorMax Kellermann
2018-10-14build with Meson instead of autotoolsMax Kellermann
2018-09-22player/CrossFade, ...: use lround()Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-07-17pcm/ConfiguredResampler: use struct ConfigDataMax Kellermann
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