| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'v0.16.x' | Max Kellermann | 2011-07-19 | 1 | -0/+3 |
|\ |
|
| * | output/ao: add missing g_free in error path | Jonathan Neuschäfer | 2011-07-18 | 1 | -0/+3 |
* | | Merge commit 'release-0.16.2' | Max Kellermann | 2011-03-19 | 1 | -1/+4 |
|\| |
|
| * | Merge release 0.15.16 into v0.16.x | Max Kellermann | 2011-03-16 | 1 | -1/+4 |
| |\ |
|
| | * | Insure proper initialization of stack-allocated struct. | Christopher Brannon | 2011-02-15 | 1 | -1/+4 |
* | | | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
|/ / |
|
* | | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 2009-12-02 | 1 | -6/+17 |
* | | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -1/+2 |
|/ |
|
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | output_plugin: report errors with GError | Max Kellermann | 2009-02-26 | 1 | -16/+36 |
* | ao: no CamelCase | Max Kellermann | 2009-02-25 | 1 | -48/+41 |
* | ao: removed AoData.device!=NULL checks | Max Kellermann | 2009-02-25 | 1 | -12/+1 |
* | ao: removed implementation of method cancel() | Max Kellermann | 2009-02-25 | 1 | -6/+0 |
* | output_plugin: don't pass audio_output object to method init() | Max Kellermann | 2009-02-25 | 1 | -2/+1 |
* | output_api: removed audio_output_get_name() | Max Kellermann | 2009-02-25 | 1 | -2/+2 |
* | output: pass the music chunk pointer as void*, not char* | Max Kellermann | 2009-02-23 | 1 | -2/+2 |
* | output_api: play() returns a length | Max Kellermann | 2009-02-23 | 1 | -13/+7 |
* | ao: declare AoData.writeSize as size_t | Max Kellermann | 2009-02-10 | 1 | -3/+3 |
* | use g_free() instead of free() | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | conf: const pointers in block get functions | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
* | conf: added config_get_block_unsigned() | Max Kellermann | 2009-01-18 | 1 | -10/+1 |
* | conf: added config_get_block_string() | Max Kellermann | 2009-01-18 | 1 | -9/+8 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -4/+5 |
* | ao: use g_strsplit() instead of strtok_r() | Max Kellermann | 2009-01-03 | 1 | -37/+15 |
* | output plugins: don't include gcc.h | Max Kellermann | 2009-01-01 | 1 | -2/+2 |
* | ao: use 16 bit sample format | Max Kellermann | 2008-12-09 | 1 | -0/+6 |
* | ao: print error message when ao_open_live() fails | Max Kellermann | 2008-11-25 | 1 | -1/+3 |
* | ao: support all libao error codes | Max Kellermann | 2008-11-25 | 1 | -9/+29 |
* | ao: use GLib instead of utils.h/log.h | Max Kellermann | 2008-11-25 | 1 | -19/+21 |
* | output: close device on play error | Max Kellermann | 2008-10-29 | 1 | -1/+0 |
* | output: use bool for return values and flags | Max Kellermann | 2008-10-29 | 1 | -8/+9 |
* | output: don't compile plugins which are disabled | Max Kellermann | 2008-10-26 | 1 | -8/+0 |
* | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 2008-10-26 | 1 | -0/+253 |