Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-01 | copyright year 2021 | Max Kellermann | |
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-06-17 | pcm/Pcm*: drop more "Pcm" prefixes from source file names | Max Kellermann | |
2019-06-17 | Copyright year 2019 | Max Kellermann | |
2018-11-19 | check.h: remove obsolete header | Max Kellermann | |
Since we switched from autotools to Meson in commit 94592c14062d5afc9482d11baa401648082022c0, we don't need to include `config.h` early to properly enable large file support. Meson passes the required macros on the compiler command line instead of defining them in `config.h`. This means we can include `config.h` at any time, whenever we want to check its macros, and there are no ordering constraints. | |||
2018-10-31 | *: copyright year 2018 | Max Kellermann | |
2018-10-16 | test: use GTest instead of cppunit | Max Kellermann | |
2017-01-19 | pcm/PcmChannels: silence surround channels when converting from stereo | Max Kellermann | |
Previously, there was no special code to convert stereo to multi-channel. The generic solution for this was to convert to mono, and then copy the result to all channels. That's a pretty bad solution, but at least something which always renders audio. MPD does something, instead of failing. Now that MPD has proper support for multi-channel (by defining the channel order), we can do better than that. It is a (somewhat) common case to play back stereo music on a DAC which can only do multi-channel. The best approach here is to copy the stereo channels to front-left and front-right, and apply the "silence" pattern to all other channels. | |||
2017-01-03 | update copyright year | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-03-15 | test/test_pcm: replace 256 with prime number | Max Kellermann | |
Use some odd number that will expose problems with remaining samples after optimized vector operations. | |||
2014-03-01 | util/{Const,Writable}Buffer: add operator[] | Max Kellermann | |
2014-01-13 | copyright year 2014 | Max Kellermann | |
2013-12-02 | pcm/PcmChannels: use struct ConstBuffer | Max Kellermann | |
2013-10-16 | test: use the CPPUNIT framework for unit tests | Max Kellermann | |
2013-07-30 | pcm_buffer: convert to C++ | Max Kellermann | |
2013-04-09 | pcm_*: move to src/pcm/ | Max Kellermann | |
2013-01-31 | test/test_pcm: merge source buffer generator | Max Kellermann | |
2013-01-31 | pcm_*: convert to C++ | Max Kellermann | |
2013-01-31 | test/test_pcm: convert to C++ | Max Kellermann | |