| Commit message (Expand) | Author | Files | Lines |
2013-02-02 | FilterInternal: convert struct filter to a OO interface | Max Kellermann | 1 | -22/+20 |
2013-02-01 | filter: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-31 | pcm_*: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-30 | filter/convert: 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-20 | PlayerControl: move functions into the class | Max Kellermann | 1 | -1/+1 |
2013-01-10 | notify: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-01-07 | filter/replay_gain: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-04 | player_control.h: convert header to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-04 | MusicChunk: move functions to methods | Max Kellermann | 1 | -2/+2 |
2013-01-04 | buffer, pipe: convert to C++ | Max Kellermann | 1 | -2/+3 |
2013-01-04 | output_*: convert to C++ | Max Kellermann | 1 | -13/+18 |
2012-09-25 | output: new option "tags" may be used to disable sending tags | Max Kellermann | 1 | -1/+1 |
2012-08-29 | decoder/mad, output_thread: add gcc_unlikely() | Max Kellermann | 1 | -1/+1 |
2012-06-12 | audio-parser, output_thread: work around -Wmaybe-uninitialized | Max Kellermann | 1 | -0/+5 |
2011-10-20 | pcm_mix: return bool, make unimplemented format non-fatal | Max Kellermann | 1 | -2/+6 |
2011-10-10 | pcm_{mix,volume}: pass only sample_format to pcm_mix() | Max Kellermann | 1 | -1/+1 |
2011-09-19 | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 1 | -17/+14 |
2011-09-01 | output_thread: reimplement CANCEL synchronization | Max Kellermann | 1 | -7/+1 |
2011-07-20 | output_thread: unlock the mutex while calling cancel() | Max Kellermann | 1 | -1/+6 |
2011-03-16 | audio_format, output_thread: add more audio_format_valid() assertions | Max Kellermann | 1 | -0/+5 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2011-01-10 | include cleanup | Max Kellermann | 1 | -0/+1 |
2011-01-10 | player_control: removed the global variable "pc" | Max Kellermann | 1 | -1/+1 |
2011-01-07 | output_thread: fix double lock | Max Kellermann | 1 | -3/+0 |
2010-12-21 | add void casts to suppress "result unused" warnings (clang) | Max Kellermann | 1 | -1/+1 |
2010-11-05 | output_plugin: add method delay() | Max Kellermann | 1 | -0/+30 |
2010-11-04 | output_thread: fix assertion failure due to race condition in OPEN | Max Kellermann | 1 | -1/+9 |
2010-11-04 | output_internal: protect attribute "fail_timer" with mutex | Max Kellermann | 1 | -0/+5 |
2010-09-25 | eliminate g_error() usage | Thomas Jansen | 1 | -1/+2 |
2010-08-19 | output_thread: fix race condition after CANCEL command | Max Kellermann | 1 | -0/+10 |
2010-05-02 | output_thread: call replay gain filter manually | Max Kellermann | 1 | -15/+57 |
2010-05-02 | player_thread: move cross-fading to output thread | Max Kellermann | 1 | -0/+30 |
2010-05-02 | output_thread: moved code to ao_filter_open(), ao_filter_close() | Max Kellermann | 1 | -7/+19 |
2010-05-02 | output_thread: moved filter invocation to ao_filter_chunk() | Max Kellermann | 1 | -16/+52 |
2010-02-17 | replay_gain: optionally use hardware mixer to apply replay gain | Max Kellermann | 1 | -1/+2 |
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-11-14 | audio_format: added function audio_format_to_string() | Max Kellermann | 1 | -10/+6 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-11-09 | output_thread: added command DRAIN | Max Kellermann | 1 | -0/+13 |
2009-11-02 | output_thread: moved code to ao_next_chunk() | Max Kellermann | 1 | -6/+11 |
2009-11-02 | output_thread: return from ao_play() if chunk->next is NULL | Max Kellermann | 1 | -5/+4 |
2009-11-02 | output_thread: check command before g_cond_wait() | Max Kellermann | 1 | -1/+2 |
2009-10-31 | player_control: protect command, state, error with a mutex | Max Kellermann | 1 | -1/+1 |
2009-10-29 | output_thread: return bool from ao_play() | Max Kellermann | 1 | -4/+22 |
2009-10-29 | output: consistently lock audio output objects | Max Kellermann | 1 | -16/+39 |
2009-10-29 | output_plugin: added method "drain" | Max Kellermann | 1 | -11/+13 |
2009-10-29 | output_thread: removed redundant filter_close() call | Max Kellermann | 1 | -4/+0 |
2009-10-23 | output_plugin: added methods enable() and disable() | Max Kellermann | 1 | -0/+50 |