Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07-17 | test/*: catch and print all exceptions | Max Kellermann | |
2018-01-02 | filter/Filter: add virtual method Flush() | Max Kellermann | |
This will be used by filters which have internal buffers which need to be flushed at the end, e.g. the "soxr" resampler. | |||
2017-11-10 | util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL | Max Kellermann | |
2017-01-03 | update copyright year | Max Kellermann | |
2016-12-13 | AudioFormat: add method WithMask(), shortcut for ApplyMask() | Max Kellermann | |
2016-12-13 | test/run_convert: pass out_audio_format to PcmConvert::Open() | Max Kellermann | |
2016-10-28 | AudioParser: throw exception on error | Max Kellermann | |
2016-09-09 | pcm/Convert: migrate from class Error to C++ exceptions | Max Kellermann | |
2016-07-04 | test/*: add missing includes for fprintf() | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-08-15 | test/stdbin.h: remove obsolete header | Max Kellermann | |
2015-01-22 | Config: add section "resampler" | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-08-12 | PcmConvert: Convert() returns ConstBuffer | Max Kellermann | |
2014-08-06 | util/FifoBuffer: rename to StaticFifoBuffer | Max Kellermann | |
2014-01-24 | Config*: move to config/ | Max Kellermann | |
2014-01-13 | copyright year 2014 | Max Kellermann | |
2013-12-15 | test/*: use fprintf(stderr,...) and Log() instead of g_printerr() | Max Kellermann | |
Avoid GLib. | |||
2013-11-13 | PcmConvert: add methods Open(), Close() | Max Kellermann | |
Replaces Reset() and eliminates the AudioFormat parameters from the Convert() method. | |||
2013-11-11 | filter/route, ...: add missing stdlib.h includes | Max Kellermann | |
2013-10-15 | util/FifoBuffer: C++ version of the fifo_buffer library | Max Kellermann | |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | |
Use only ConfigData.hxx in plugin sources to reduce header dependencies. | |||
2013-09-04 | util/Error: new error passing library | Max Kellermann | |
Replaces GLib's GError. | |||
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | |
2013-04-09 | pcm_*: move to src/pcm/ | Max Kellermann | |
2013-01-31 | pcm_convert: convert to C++ | Max Kellermann | |
2013-01-30 | audio_{parser,config}: convert to C++ | Max Kellermann | |
2013-01-30 | test/run_encoder, ...: convert to C++ | Max Kellermann | |