Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OutputControl: update both ReplayGainFilters | Max Kellermann | 2013-12-24 | 1 | -0/+2 |
| | | | | | The "mode" of the second ReplayGainFilter was never set, and thus replay gain was never applied to the new song during cross-fade. | ||||
* | OutputControl: reduce the number of OutputThread wakeups | Max Kellermann | 2013-11-06 | 1 | -1/+4 |
| | | | | | Wake up the OutputThread only if it hasn't already been woken up and if it isn't already in the playback loop. | ||||
* | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 2013-10-25 | 1 | -1/+2 |
| | |||||
* | OutputControl: convert anonymous enum to constexpr | Max Kellermann | 2013-10-20 | 1 | -5/+3 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -20/+20 |
| | |||||
* | Thread/Thread: replacement library for GThread | Max Kellermann | 2013-10-17 | 1 | -6/+5 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -2/+5 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | DecoderControl: use GLib forward declarations | Max Kellermann | 2013-09-27 | 1 | -0/+2 |
| | |||||
* | MusicPipe: expose the C++ API | Max Kellermann | 2013-09-26 | 1 | -8/+5 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -6/+4 |
| | | | | Replaces GLib's GError. | ||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -6/+5 |
| | |||||
* | OutputInternal: use Mutex instead of GMutex | Max Kellermann | 2013-04-17 | 1 | -27/+16 |
| | |||||
* | output: convert to C++ | Max Kellermann | 2013-04-17 | 1 | -6/+2 |
| | |||||
* | mixer_plugin: convert to C++ | Max Kellermann | 2013-02-22 | 1 | -2/+2 |
| | |||||
* | filter: convert to C++ | Max Kellermann | 2013-02-01 | 1 | -1/+1 |
| | |||||
* | {encoder,output}_api.h: allow compiling as C++ | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | notify: convert to C++ | Max Kellermann | 2013-01-10 | 1 | -2/+2 |
| | |||||
* | filter/replay_gain: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | filter/ReplayGain: add method _set_mode() | Max Kellermann | 2013-01-05 | 1 | -0/+9 |
| | | | | | Push the new mode to the filter instead of accessing global variables through replay_gain_get_real_mode(). | ||||
* | output_*: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -0/+340 |