| Commit message (Expand) | Author | Age | Files | Lines |
* | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 2011-09-19 | 1 | -17/+14 |
* | Merge branch 'v0.16.x' | Max Kellermann | 2011-09-01 | 1 | -7/+1 |
|\ |
|
| * | output_thread: reimplement CANCEL synchronization | Max Kellermann | 2011-09-01 | 1 | -7/+1 |
* | | Merge branch 'v0.16.x' | Max Kellermann | 2011-07-20 | 1 | -1/+6 |
|\| |
|
| * | output_thread: unlock the mutex while calling cancel() | Max Kellermann | 2011-07-20 | 1 | -1/+6 |
* | | Merge commit 'release-0.16.2' | Max Kellermann | 2011-03-19 | 1 | -0/+5 |
|\| |
|
| * | audio_format, output_thread: add more audio_format_valid() assertions | Max Kellermann | 2011-03-16 | 1 | -0/+5 |
* | | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
* | | include cleanup | Max Kellermann | 2011-01-10 | 1 | -0/+1 |
* | | player_control: removed the global variable "pc" | Max Kellermann | 2011-01-10 | 1 | -1/+1 |
|/ |
|
* | output_thread: fix double lock | Max Kellermann | 2011-01-07 | 1 | -3/+0 |
* | add void casts to suppress "result unused" warnings (clang) | Max Kellermann | 2010-12-21 | 1 | -1/+1 |
* | Merge release 0.15.14 from branch 'v0.15.x' | Max Kellermann | 2010-11-07 | 1 | -1/+14 |
|\ |
|
| * | output_thread: fix assertion failure due to race condition in OPEN | Max Kellermann | 2010-11-04 | 1 | -1/+9 |
| * | output_internal: protect attribute "fail_timer" with mutex | Max Kellermann | 2010-11-04 | 1 | -0/+5 |
| * | output_thread: fix race condition after CANCEL command | Max Kellermann | 2010-08-19 | 1 | -0/+10 |
* | | output_plugin: add method delay() | Max Kellermann | 2010-11-05 | 1 | -0/+30 |
* | | eliminate g_error() usage | Thomas Jansen | 2010-09-25 | 1 | -1/+2 |
* | | output_thread: call replay gain filter manually | Max Kellermann | 2010-05-02 | 1 | -15/+57 |
* | | player_thread: move cross-fading to output thread | Max Kellermann | 2010-05-02 | 1 | -0/+30 |
* | | output_thread: moved code to ao_filter_open(), ao_filter_close() | Max Kellermann | 2010-05-02 | 1 | -7/+19 |
* | | output_thread: moved filter invocation to ao_filter_chunk() | Max Kellermann | 2010-05-02 | 1 | -16/+52 |
* | | replay_gain: optionally use hardware mixer to apply replay gain | Max Kellermann | 2010-02-17 | 1 | -1/+2 |
* | | replay_gain: reimplement as a filter plugin | Max Kellermann | 2010-02-17 | 1 | -0/+11 |
* | | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | | audio_format: added function audio_format_to_string() | Max Kellermann | 2009-11-14 | 1 | -10/+6 |
* | | 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/+13 |
* | | output_thread: moved code to ao_next_chunk() | Max Kellermann | 2009-11-02 | 1 | -6/+11 |
* | | output_thread: return from ao_play() if chunk->next is NULL | Max Kellermann | 2009-11-02 | 1 | -5/+4 |
* | | output_thread: check command before g_cond_wait() | Max Kellermann | 2009-11-02 | 1 | -1/+2 |
* | | Merge branch 'v0.15.x' | Max Kellermann | 2009-10-31 | 1 | -0/+9 |
|\| |
|
| * | output_thread: check again if output is open on PAUSE | Max Kellermann | 2009-10-21 | 1 | -0/+9 |
* | | player_control: protect command, state, error with a mutex | Max Kellermann | 2009-10-31 | 1 | -1/+1 |
* | | output_thread: return bool from ao_play() | Max Kellermann | 2009-10-29 | 1 | -4/+22 |
* | | output: consistently lock audio output objects | Max Kellermann | 2009-10-29 | 1 | -16/+39 |
* | | output_plugin: added method "drain" | Max Kellermann | 2009-10-29 | 1 | -11/+13 |
* | | output_thread: removed redundant filter_close() call | Max Kellermann | 2009-10-29 | 1 | -4/+0 |
* | | output_plugin: added methods enable() and disable() | Max Kellermann | 2009-10-23 | 1 | -0/+50 |
* | | audio_format: wildcards allowed in audio_format configuration | Max Kellermann | 2009-10-21 | 1 | -5/+6 |
* | | output: convert config_audio_format to an audio_format struct | Max Kellermann | 2009-10-21 | 1 | -2/+4 |
* | | Merged release 0.15.5 from branch 'v0.15.x' | Max Kellermann | 2009-10-18 | 1 | -1/+2 |
|\| |
|
| * | output_thread: check again if output is open on CANCEL | Max Kellermann | 2009-10-16 | 1 | -1/+2 |
* | | Merged release 0.15.2 from branch 'v0.15.x' | Max Kellermann | 2009-08-15 | 1 | -0/+3 |
|\| |
|
| * | output: fixed shout stuck pause bug | Max Kellermann | 2009-08-14 | 1 | -0/+3 |
* | | Add reverse_endian field to struct audio_format and handle conversion | David Woodhouse | 2009-07-19 | 1 | -4/+6 |
* | | Merged release 0.15.1 from branch 'v0.15.x' | Max Kellermann | 2009-07-16 | 1 | -1/+5 |
|\| |
|
| * | output_thread: don't play next chunk after command==PAUSE | Max Kellermann | 2009-06-29 | 1 | -1/+5 |
* | | output: attach a filter chain to each audio_output | Max Kellermann | 2009-07-06 | 1 | -15/+77 |
* | | output: added command REOPEN | Max Kellermann | 2009-07-06 | 1 | -0/+25 |