Age | Commit message (Expand) | Author |
2019-12-16 | pcm/Convert, ...: add missing include for std::runtime_error | Max Kellermann |
2019-06-17 | pcm/Export: document that Export() may return an empty buffer | Max Kellermann |
2018-11-19 | check.h: remove obsolete header | Max Kellermann |
2018-10-31 | *: copyright year 2018 | Max Kellermann |
2018-10-30 | pcm: build dsd2pcm only if -Dtest=true | Max Kellermann |
2018-10-30 | pcm/Clamp: convert to `constexpr` | Max Kellermann |
2018-10-30 | pcm/PcmUtils: rename to Clamp.hxx | Max Kellermann |
2018-10-29 | pcm/FloatConvert: make IntegerToFloatSampleConvert::Convert() constexpr | Max Kellermann |
2018-10-29 | Merge branch 'v0.20.x' | Max Kellermann |
2018-10-29 | pcm/FloatConvert: fix compile-time integer overflow for S32 | Max Kellermann |
2018-10-29 | pcm/FloatConvert: use FloatToIntegerSampleConvert::factor for IntegerToFloatS... | Max Kellermann |
2018-10-29 | pcm/FloatConvert: add `static_assert` on the factor | Max Kellermann |
2018-10-14 | build with Meson instead of autotools | Max Kellermann |
2018-09-22 | player/CrossFade, ...: use lround() | Max Kellermann |
2018-08-20 | Compiler.h: move to util/ | Max Kellermann |
2018-07-17 | pcm/ConfiguredResampler: use struct ConfigData | Max Kellermann |
2018-07-17 | config/Global: remove ConfigBlock::SetUsed() call, let caller do that | Max Kellermann |
2018-07-16 | config/Config*: rename files, drop "Config" prefix | Max Kellermann |
2018-07-16 | Main, pcm/SampleFormat, command/Error: remove obsolete GCC version checks | Max Kellermann |
2018-07-06 | Merge branch 'v0.20.x' | Max Kellermann |
2018-07-06 | AudioFormat: include cleanup | Max Kellermann |
2018-03-15 | Merge branch 'v0.20.x' | Max Kellermann |
2018-03-15 | pcm/PcmDop: round down to the nearest multiple of 4 DSD bytes | Max Kellermann |
2018-03-15 | pcm/PcmDop: use size_t | Max Kellermann |
2018-02-11 | Merge tag 'v0.20.17' | Max Kellermann |
2018-02-09 | pcm/Order: fix size calculation with 8 channels | Max Kellermann |
2018-01-05 | Merge branch 'v0.20.x' | Max Kellermann |
2018-01-02 | pcm/Resampler: add virtual method Flush() | Max Kellermann |
2018-01-02 | pcm/SoxrResampler: implement method Reset() | Max Kellermann |
2018-01-01 | pcm/*: add "noexcept" | Max Kellermann |
2017-12-26 | Merge branch 'v0.20.x' | Max Kellermann |
2017-12-23 | pcm/SampleFormat: remove wrong "malloc" attribute | Max Kellermann |
2017-12-18 | Compiler.h: add gcc_returns_nonnull, gcc_returns_twice | Max Kellermann |
2017-12-16 | Merge branch 'v0.20.x' | Max Kellermann |
2017-12-12 | *: check defined(_WIN32) instead of defined(WIN32) | Max Kellermann |
2017-11-10 | util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL | Max Kellermann |
2017-10-26 | pcm/Export: add "noexcept" | Max Kellermann |
2017-10-26 | pcm/Dop: add "noexcept" | Max Kellermann |
2017-10-26 | pcm/Pack: add "noexcept" | Max Kellermann |
2017-10-26 | pcm/Dsd*: add "noexcept" | Max Kellermann |
2017-10-26 | pcm/Order: add "noexcept" | Max Kellermann |
2017-06-04 | *: add lots of "noexcept" specifications | Max Kellermann |
2017-06-04 | Merge tag 'v0.20.9' | Max Kellermann |
2017-06-03 | storage, db, mixer, command: remove more bogus "pure" attributes | Max Kellermann |
2017-05-15 | Merge tag 'v0.20.7' | Max Kellermann |
2017-05-08 | *: add "noexcept" to many, many function prototypes | Max Kellermann |
2017-04-24 | pcm/PcmPack: add pcm_unpack_24be() | Max Kellermann |
2017-04-22 | pcm/PcmPack: remove obsolete code comment | Max Kellermann |
2017-04-22 | pcm/PcmPack: simplify unpack_sample() | Max Kellermann |
2017-01-27 | pcm/SampleFormat: workaround for GCC 4.9 "constexpr" bug | Max Kellermann |