| Commit message (Expand) | Author | Age | Files | Lines |
* | output_control: remove unused prototype _close_locked() | Max Kellermann | 2011-10-06 | 1 | -3/+0 |
* | output_all: move _lock_signal() to output_control.c | Max Kellermann | 2011-09-01 | 1 | -0/+12 |
* | output_thread: reimplement CANCEL synchronization | Max Kellermann | 2011-09-01 | 1 | -5/+13 |
* | audio_format, output_thread: add more audio_format_valid() assertions | Max Kellermann | 2011-03-16 | 1 | -0/+1 |
* | Merge release 0.15.14 from branch 'v0.15.x' | Max Kellermann | 2010-11-07 | 1 | -19/+18 |
|\ |
|
| * | output_control: lock object in audio_output_open() | Max Kellermann | 2010-11-04 | 1 | -6/+19 |
| * | output_control: lock object in audio_output_close() | Max Kellermann | 2010-11-04 | 1 | -2/+28 |
* | | output_thread: call replay gain filter manually | Max Kellermann | 2010-05-02 | 1 | -0/+6 |
* | | player_thread: move cross-fading to output thread | Max Kellermann | 2010-05-02 | 1 | -0/+2 |
* | | output: added option "always_on" for radio stations | Max Kellermann | 2010-03-10 | 1 | -1/+14 |
* | | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
* | | output_thread: added command DRAIN | Max Kellermann | 2009-11-09 | 1 | -0/+9 |
* | | output: signal the output thread when CANCEL is finished | Max Kellermann | 2009-11-02 | 1 | -0/+4 |
* | | {decoder,player}_control: removed duplicate wakeups | Max Kellermann | 2009-11-02 | 1 | -1/+1 |
* | | output_control: fixed deadlock in audio_output_update() | Max Kellermann | 2009-10-29 | 1 | -1/+21 |
* | | output: consistently lock audio output objects | Max Kellermann | 2009-10-29 | 1 | -12/+39 |
* | | output_plugin: added methods enable() and disable() | Max Kellermann | 2009-10-23 | 1 | -1/+36 |
* | | mixer_plugin: use GError for error handling | Max Kellermann | 2009-10-20 | 1 | -2/+9 |
* | | Merged release 0.15.2 from branch 'v0.15.x' | Max Kellermann | 2009-08-15 | 1 | -0/+11 |
|\| |
|
| * | output: fixed shout stuck pause bug | Max Kellermann | 2009-08-14 | 1 | -0/+11 |
* | | output: attach a filter chain to each audio_output | Max Kellermann | 2009-07-06 | 1 | -0/+3 |
* | | output: added command REOPEN | Max Kellermann | 2009-07-06 | 1 | -14/+1 |
|/ |
|
* | output_control: close mixer on pause | Max Kellermann | 2009-04-21 | 1 | -0/+6 |
* | mixer: added flag "open" | Max Kellermann | 2009-03-26 | 1 | -1/+2 |
* | output_plugin: replaced output_plugin.get_mixer() with mixer_plugin | Max Kellermann | 2009-03-26 | 1 | -2/+17 |
* | output_control: close earlier on format mismatch | Max Kellermann | 2009-03-20 | 1 | -3/+3 |
* | output: convert audio_output.config_audio_format to boolean | Max Kellermann | 2009-03-20 | 1 | -9/+5 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | output_control: removed audio_output_signal() | Max Kellermann | 2009-03-10 | 1 | -6/+0 |
* | output: play from a music_pipe object | Max Kellermann | 2009-03-09 | 1 | -19/+17 |
* | output_control: make audio_output_open() static | Max Kellermann | 2009-03-09 | 1 | -1/+1 |
* | output_all: audio_output_all_update() returns bool | Max Kellermann | 2009-03-07 | 1 | -2/+4 |
* | output: use GTimer instead of time_t for reopen after failure | Max Kellermann | 2009-02-28 | 1 | -2/+20 |
* | output: pass the music chunk pointer as void*, not char* | Max Kellermann | 2009-02-23 | 1 | -1/+1 |
* | output_plugin: added inline wrapper functions | Max Kellermann | 2009-02-16 | 1 | -2/+1 |
* | output_control: no CamelCase | Max Kellermann | 2009-02-16 | 1 | -44/+44 |
* | output_api: no CamelCase in struct audio_output | Max Kellermann | 2009-02-10 | 1 | -8/+8 |
* | pcm_convert: return PCM buffer from pcm_convert() | Max Kellermann | 2009-01-17 | 1 | -2/+0 |
* | output: join the output thread after sending the KILL command | Max Kellermann | 2009-01-07 | 1 | -1/+5 |
* | output: deinitialize notify object | Max Kellermann | 2009-01-07 | 1 | -0/+2 |
* | pcm_utils: moved conversion code to pcm_convert.c | Max Kellermann | 2009-01-07 | 1 | -1/+0 |
* | output: migrate from pthread to glib threads | Thomas Jansen | 2008-12-28 | 1 | -2/+2 |
* | Include <pthread.h> where it is necessary only | Thomas Jansen | 2008-12-28 | 1 | -1/+0 |
* | output_control: no static "notify" initialization | Max Kellermann | 2008-12-27 | 1 | -1/+1 |
* | output: don't allow length==0 | Max Kellermann | 2008-11-02 | 1 | -0/+2 |
* | output: removed audio_output.result | Max Kellermann | 2008-10-29 | 1 | -6/+2 |
* | output: delay reopen after device failure | Max Kellermann | 2008-10-29 | 1 | -3/+6 |
* | output: moved code to audio_output_update() | Max Kellermann | 2008-10-29 | 1 | -0/+10 |
* | output: use bool for return values and flags | Max Kellermann | 2008-10-29 | 1 | -4/+5 |