| Commit message (Expand) | Author | Files | Lines |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -1/+0 |
2013-11-25 | Volume, Output: use new class PeriodClock instead of GTimer | Max Kellermann | 1 | -1/+0 |
2013-11-06 | OutputControl: reduce the number of OutputThread wakeups | Max Kellermann | 1 | -0/+2 |
2013-11-04 | Log: add level "DEFAULT" | Max Kellermann | 1 | -7/+7 |
2013-10-28 | player_control: rename to PlayerControl | Max Kellermann | 1 | -1/+1 |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -2/+2 |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -35/+35 |
2013-10-17 | Thread/Thread: replacement library for GThread | Max Kellermann | 1 | -1/+0 |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -16/+18 |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -0/+1 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -39/+35 |
2013-08-04 | MixerPlugin: pass config_param reference | Max Kellermann | 1 | -2/+4 |
2013-08-04 | FilterPlugin: pass config_param reference | Max Kellermann | 1 | -4/+6 |
2013-08-04 | OutputPlugin: pass config_param reference | Max Kellermann | 1 | -25/+21 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -3/+3 |
2013-08-03 | gcc.h: add macro gcc_unreachable() | Max Kellermann | 1 | -1/+1 |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -0/+1 |
2013-07-30 | output_api: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-30 | pcm_buffer: convert to C++ | Max Kellermann | 1 | -2/+0 |
2013-04-17 | OutputInternal: use Mutex instead of GMutex | Max Kellermann | 1 | -2/+0 |
2013-04-17 | output: convert to C++ | Max Kellermann | 1 | -5/+1 |
2013-04-16 | MixerInternal: convert to class | Max Kellermann | 1 | -2/+2 |
2013-02-22 | mixer_plugin: convert to C++ | Max Kellermann | 1 | -3/+3 |
2013-02-02 | FilterInternal: convert struct filter to a OO interface | Max Kellermann | 1 | -7/+7 |
2013-02-01 | filter: convert to C++ | Max Kellermann | 1 | -3/+3 |
2013-01-31 | mixer/software, filter/volume: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-30 | filter/convert: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-30 | TagPool, ...: include cleanup | Max Kellermann | 1 | -5/+6 |
2013-01-30 | audio_{parser,config}: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-30 | {encoder,output}_api.h: allow compiling as C++ | Max Kellermann | 1 | -1/+1 |
2013-01-30 | ConfigFile: add enum ConfigOption | Max Kellermann | 1 | -3/+3 |
2013-01-30 | filter_config: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-07 | filter/replay_gain: convert to C++ | Max Kellermann | 1 | -1/+2 |
2013-01-04 | output_*: convert to C++ | Max Kellermann | 1 | -6/+9 |
2012-09-25 | output: new option "tags" may be used to disable sending tags | Max Kellermann | 1 | -0/+1 |
2012-07-10 | output_init: put the "convert" filter at the end of the list | Max Kellermann | 1 | -7/+7 |
2012-06-12 | output_list: declare variables inside _plugins_for_each() | Max Kellermann | 1 | -4/+1 |
2011-12-13 | output_init: initialize replay gain filters to NULL in ao_base_init() | Denis Krjuchkov | 1 | -0/+2 |
2011-09-19 | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 1 | -67/+101 |
2011-09-01 | output_thread: reimplement CANCEL synchronization | Max Kellermann | 1 | -0/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2011-01-10 | player_control: removed the global variable "pc" | Max Kellermann | 1 | -0/+5 |
2010-05-02 | output_thread: call replay gain filter manually | Max Kellermann | 1 | -2/+9 |
2010-05-02 | player_thread: move cross-fading to output thread | Max Kellermann | 1 | -0/+2 |
2010-03-10 | output: added option "always_on" for radio stations | Max Kellermann | 1 | -0/+1 |
2010-02-17 | replay_gain: optionally use hardware mixer to apply replay gain | Max Kellermann | 1 | -5/+28 |
2010-02-17 | replay_gain: reimplement as a filter plugin | Max Kellermann | 1 | -0/+11 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-25 | output_init: use the normalize filter plugin | Max Kellermann | 1 | -0/+11 |
2009-12-14 | Proper error reporting from filter_config | Albin Eldstål-Damlin | 1 | -1/+10 |