Age | Commit message (Expand) | Author |
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 |
2017-01-20 | pcm/Traits: add "SILENCE" attribute | Max Kellermann |
2017-01-20 | pcm/Traits: add specialization for SampleFormat::DSD | Max Kellermann |
2017-01-19 | pcm/PcmChannels: silence surround channels when converting from stereo | Max Kellermann |
2017-01-17 | pcm/SampleFormat: make the two inline functions "constexpr" | Max Kellermann |
2017-01-17 | AudioFormat: move enum SampleFormat to pcm/SampleFormat.hxx | Max Kellermann |
2017-01-11 | pcm/export: support DSD_U16 | Max Kellermann |
2017-01-11 | pcm/Dsd32: include cleanup | Max Kellermann |
2017-01-11 | pcm/Dsd32: fix the byte order | Max Kellermann |
2017-01-11 | pcm/Export: convert to class, make members private | Max Kellermann |
2017-01-11 | pcm/dop: remove unnecessary assertions | Max Kellermann |
2017-01-11 | pcm/Export: remove obsolete gcc warning suppression | Max Kellermann |
2017-01-11 | pcm/Buffer: update API documentation | Max Kellermann |
2017-01-11 | pcm/Export: add (dummy) method Cancel() | Max Kellermann |
2017-01-11 | pcm/Convert: add method Reset() | Max Kellermann |
2017-01-11 | pcm/Resampler: add method Reset() | Max Kellermann |
2017-01-11 | pcm/PcmDsd: move Dsd8To32() to Dsd32.cxx | Max Kellermann |