| Commit message (Expand) | Author | Age | Files | Lines |
* | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 2011-09-19 | 1 | -5/+0 |
* | Merge branch 'v0.16.x' | Max Kellermann | 2011-09-01 | 1 | -0/+11 |
|\ |
|
| * | output_all: move _lock_signal() to output_control.c | Max Kellermann | 2011-09-01 | 1 | -2/+8 |
| * | output_thread: reimplement CANCEL synchronization | Max Kellermann | 2011-09-01 | 1 | -0/+5 |
* | | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
* | | player_control: removed the global variable "pc" | Max Kellermann | 2011-01-10 | 1 | -0/+2 |
|/ |
|
* | output: added option "always_on" for radio stations | Max Kellermann | 2010-03-10 | 1 | -0/+9 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | output_thread: added command DRAIN | Max Kellermann | 2009-11-09 | 1 | -0/+3 |
* | output_plugin: added methods enable() and disable() | Max Kellermann | 2009-10-23 | 1 | -0/+12 |
* | output_init: renamed parameter "error" to "error_r" | Max Kellermann | 2009-10-20 | 1 | -1/+1 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | output_control: removed audio_output_signal() | Max Kellermann | 2009-03-10 | 1 | -8/+0 |
* | output: play from a music_pipe object | Max Kellermann | 2009-03-09 | 1 | -5/+4 |
* | output_control: make audio_output_open() static | Max Kellermann | 2009-03-09 | 1 | -4/+0 |
* | output_all: audio_output_all_update() returns bool | Max Kellermann | 2009-03-07 | 1 | -1/+3 |
* | output_init: return GError on error | Max Kellermann | 2009-03-01 | 1 | -1/+10 |
* | output: audio_output_init() returns bool | Max Kellermann | 2009-02-25 | 1 | -1/+1 |
* | output: pass the music chunk pointer as void*, not char* | Max Kellermann | 2009-02-23 | 1 | -1/+1 |
* | output_control: no CamelCase | Max Kellermann | 2009-02-16 | 1 | -12/+11 |
* | conf: const pointers in block get functions | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | output: don't include conf.h from output_control.h | Max Kellermann | 2009-01-18 | 1 | -2/+1 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -1/+2 |
* | added prefix to header macros | Max Kellermann | 2008-10-31 | 1 | -2/+2 |
* | output: moved code to audio_output_update() | Max Kellermann | 2008-10-29 | 1 | -0/+7 |
* | output: use bool for return values and flags | Max Kellermann | 2008-10-29 | 1 | -2/+5 |
* | don't include os_compat.h | Max Kellermann | 2008-10-08 | 1 | -1/+2 |
* | audio_output: added method pause() | Max Kellermann | 2008-09-29 | 1 | -0/+3 |
* | audio_output: workaround for deadlock | Max Kellermann | 2008-09-26 | 1 | -0/+9 |
* | output: semi-asynchronous playback | Max Kellermann | 2008-09-24 | 1 | -2/+2 |
* | output: renamed the functions in output_control.c | Max Kellermann | 2008-09-09 | 1 | -10/+10 |
* | output: moved code from audioOutput.c to output_control.c | Max Kellermann | 2008-09-09 | 1 | -0/+41 |