| Commit message (Expand) | Author | Age | Files | Lines |
* | mvp: fixed default device detection | Max Kellermann | 2009-02-26 | 1 | -1/+1 |
* | output_plugin: report errors with GError | Max Kellermann | 2009-02-26 | 1 | -23/+44 |
* | mvp: check for reopen errors | Max Kellermann | 2009-02-25 | 1 | -2/+7 |
* | mvp: moved code to mvp_find_sample_rate() | Max Kellermann | 2009-02-25 | 1 | -9/+17 |
* | mvp: make the mvp_sample_rates array const | Max Kellermann | 2009-02-25 | 1 | -1/+1 |
* | mvp: fall back to 16 bit audio samples | Max Kellermann | 2009-02-25 | 1 | -1/+5 |
* | mvp: fall back to stereo | Max Kellermann | 2009-02-25 | 1 | -1/+5 |
* | mvp: mvp_set_pcm_params() returns bool | Max Kellermann | 2009-02-25 | 1 | -9/+14 |
* | mvp: pass audio_format struct to mvp_set_pcm_params() | Max Kellermann | 2009-02-25 | 1 | -13/+23 |
* | mvp: removed big_endian parameter from mvp_set_pcm_params() | Max Kellermann | 2009-02-25 | 1 | -16/+3 |
* | mvp: use G_N_ELEMENTS(mvp_sample_rates) | Max Kellermann | 2009-02-25 | 1 | -5/+2 |
* | mvp: no CamelCase | Max Kellermann | 2009-02-25 | 1 | -34/+38 |
* | output_plugin: don't pass audio_output object to method init() | Max Kellermann | 2009-02-25 | 1 | -5/+3 |
* | 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 | -6/+6 |
* | output_api: removed audio_output_closed() | Max Kellermann | 2009-01-30 | 1 | -1/+0 |
* | 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: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -1/+1 |
* | fix G_BYTE_ORDER check | Max Kellermann | 2009-01-05 | 1 | -1/+1 |
* | use GLib byte order macros | Max Kellermann | 2009-01-05 | 1 | -6/+7 |
* | output plugins: don't include gcc.h | Max Kellermann | 2009-01-01 | 1 | -3/+4 |
* | mvp: use GLib instead of utils.h/log.h | Max Kellermann | 2008-11-25 | 1 | -16/+27 |
* | 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 | -13/+15 |
* | 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/+280 |