| Commit message (Expand) | Author | Files | Lines |
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 |
2009-10-21 | audio_format: wildcards allowed in audio_format configuration | Max Kellermann | 1 | -5/+6 |
2009-10-21 | output: convert config_audio_format to an audio_format struct | Max Kellermann | 1 | -2/+4 |
2009-10-21 | output_thread: check again if output is open on PAUSE | Max Kellermann | 1 | -0/+9 |
2009-10-16 | output_thread: check again if output is open on CANCEL | Max Kellermann | 1 | -1/+2 |
2009-08-14 | output: fixed shout stuck pause bug | Max Kellermann | 1 | -0/+3 |
2009-07-19 | Add reverse_endian field to struct audio_format and handle conversion | David Woodhouse | 1 | -4/+6 |
2009-07-06 | output: attach a filter chain to each audio_output | Max Kellermann | 1 | -15/+77 |
2009-07-06 | output: added command REOPEN | Max Kellermann | 1 | -0/+25 |
2009-07-06 | output_thread: moved OPEN handler to ao_open() | Max Kellermann | 1 | -43/+48 |
2009-06-29 | output_thread: don't play next chunk after command==PAUSE | Max Kellermann | 1 | -1/+5 |
2009-03-26 | output_all: synchronize playback with player_control.notify | Max Kellermann | 1 | -1/+2 |
2009-03-25 | output_all: synchronize playback with a notify object | Max Kellermann | 1 | -0/+2 |
2009-03-25 | output: protect audio_output.open with the mutex | Max Kellermann | 1 | -2/+4 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-10 | output_thread: check commands while playing | Max Kellermann | 1 | -1/+1 |
2009-03-09 | output: play from a music_pipe object | Max Kellermann | 1 | -17/+80 |
2009-03-09 | output_thread: wait 10 seconds before reopening after play failure | Max Kellermann | 1 | -0/+4 |
2009-03-08 | output_thread: print "closed" debug message | Max Kellermann | 1 | -0/+2 |
2009-03-01 | output_thread: log audio format in a debug message | Max Kellermann | 1 | -0/+16 |
2009-02-28 | output: use GTimer instead of time_t for reopen after failure | Max Kellermann | 1 | -7/+2 |
2009-02-26 | output_plugin: report errors with GError | Max Kellermann | 1 | -3/+18 |
2009-02-26 | output_thread: use the right audio_format in assert() | Max Kellermann | 1 | -1/+1 |
2009-02-25 | output: set a GLib log domain | Max Kellermann | 1 | -0/+4 |
2009-02-23 | output_api: play() returns a length | Max Kellermann | 1 | -5/+17 |
2009-02-16 | output_plugin: added inline wrapper functions | Max Kellermann | 1 | -28/+20 |
2009-02-10 | output_thread: moved code to ao_close() | Max Kellermann | 1 | -12/+14 |
2009-02-10 | output_thread: leave the pause loop on failure | Max Kellermann | 1 | -0/+1 |
2009-02-10 | output_thread: consistently (de)initialize pcm_convert_state | Max Kellermann | 1 | -3/+5 |
2009-02-10 | output_api: no CamelCase in struct audio_output | Max Kellermann | 1 | -8/+8 |
2009-01-30 | output_api: moved the command check out of method pause() | Max Kellermann | 1 | -1/+11 |
2009-01-17 | pcm_convert: return PCM buffer from pcm_convert() | Max Kellermann | 1 | -25/+4 |