| Commit message (Expand) | Author | Age | Files | Lines |
* | shout: make the protocol configurable | Aaron McEwan | 2008-10-12 | 1 | -2/+25 |
* | shout: use strcmp() instead of strncasecmp() | Max Kellermann | 2008-10-12 | 1 | -2/+2 |
* | audio_format: renamed sampleRate to sample_rate | Max Kellermann | 2008-10-10 | 1 | -1/+1 |
* | audio_format: unsigned integers | Max Kellermann | 2008-10-10 | 1 | -1/+1 |
* | shout: removed DISABLED_SHOUT_ENCODER_PLUGIN | Max Kellermann | 2008-10-09 | 1 | -0/+4 |
* | don't include os_compat.h | Max Kellermann | 2008-10-08 | 1 | -0/+2 |
* | audio_output: added method pause() | Max Kellermann | 2008-09-29 | 1 | -1/+18 |
* | use C99 struct initializers | Max Kellermann | 2008-09-29 | 1 | -9/+8 |
* | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 2008-09-24 | 1 | -24/+26 |
* | output: set audio_output->open=1 in audio_output_task() | Max Kellermann | 2008-09-24 | 1 | -4/+0 |
* | output: pass audio_format to plugin.init() and plugin.open() | Max Kellermann | 2008-09-24 | 1 | -3/+7 |
* | shout: don't write empty buffers | Max Kellermann | 2008-09-12 | 1 | -2/+4 |
* | shout: removed clear_shout_buffer() | Max Kellermann | 2008-09-12 | 1 | -8/+2 |
* | shout: make the shout_buffer static | Max Kellermann | 2008-09-12 | 1 | -7/+0 |
* | shout: constant plugin declarations | Max Kellermann | 2008-09-12 | 1 | -2/+2 |
* | shout: static encoder plugin list | Max Kellermann | 2008-09-12 | 1 | -35/+15 |
* | shout: removed typedefs on structs and plugin methods | Max Kellermann | 2008-09-12 | 1 | -3/+3 |
* | shout: added mp3 encoder | Eric Wollesen | 2008-09-12 | 1 | -0/+1 |
* | shout: introduce pluggable encoder API | Eric Wollesen | 2008-09-12 | 1 | -7/+68 |
* | shout: send shout metadata | Eric Wollesen | 2008-09-12 | 1 | -3/+13 |
* | shout: added shout_buffer | Eric Wollesen | 2008-09-12 | 1 | -26/+28 |
* | shout: moved code to audioOutput_shout_ogg.c | Max Kellermann | 2008-09-12 | 1 | -153/+5 |
* | shout: moved declarations to audioOutput_shout.h | Max Kellermann | 2008-09-12 | 1 | -40/+1 |
* | shout: removed commented code | Max Kellermann | 2008-09-12 | 1 | -4/+0 |
* | shout: no CamelCase | Max Kellermann | 2008-09-12 | 1 | -194/+194 |
* | shout: use reqAudioFormat instead of outAudioFormat | Max Kellermann | 2008-09-11 | 1 | -1/+1 |
* | shout: copy the audio_format, instead of taking a pointer | Max Kellermann | 2008-09-11 | 1 | -13/+12 |
* | timer: constant pointers | Max Kellermann | 2008-09-09 | 1 | -1/+1 |
* | output: const plugin structures | Max Kellermann | 2008-09-08 | 1 | -1/+1 |
* | output: renamed typedef AudioOutput to struct audio_output | Max Kellermann | 2008-09-07 | 1 | -9/+11 |
* | output: added output_api.h | Max Kellermann | 2008-09-07 | 1 | -3/+2 |
* | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 2008-09-07 | 1 | -1/+1 |
* | fix -Wcast-qual -Wwrite-strings warnings | Max Kellermann | 2008-09-07 | 1 | -1/+1 |
* | tag: fix the shout and oggflac plugins | Max Kellermann | 2008-08-29 | 1 | -8/+8 |
* | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 2008-08-29 | 1 | -2/+2 |
* | converted MpdTagItem.type to an enum | Max Kellermann | 2008-08-26 | 1 | -0/+2 |
* | use size_t and constant pointer in ao plugins | Max Kellermann | 2008-04-12 | 1 | -3/+5 |
* | eliminated duplicate initialization | Max Kellermann | 2008-03-26 | 1 | -1/+1 |
* | parse/initialize with the correct data type | Max Kellermann | 2008-03-26 | 1 | -1/+1 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 1 | -6/+11 |
* | fixed "comparison between signed and unsigned" | Max Kellermann | 2008-01-26 | 1 | -1/+1 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -5/+0 |
* | conf: use getBoolBlockParam for block params, too | Eric Wong | 2007-09-05 | 1 | -10/+4 |
* | export FATAL() with noreturn attribute | Eric Wong | 2007-08-27 | 1 | -3/+1 |
* | audioOutputs/audioOutput_shout: adding timers back | J. Alexander Treuman | 2007-08-11 | 1 | -27/+80 |
* | Use <= when comparing (current time - start time) to a timeout. This way | J. Alexander Treuman | 2007-06-12 | 1 | -2/+2 |
* | Make the shout timeout configurable. The default is still 2 seconds. | J. Alexander Treuman | 2007-06-12 | 1 | -2/+13 |
* | Redoing remiss's shout patch. This time, just block on open() instead of | J. Alexander Treuman | 2007-06-12 | 1 | -96/+29 |
* | This should resolve some of the timing issues experienced after switching fro... | Roger Bystrøm | 2007-06-09 | 1 | -8/+76 |
* | After changing ERROR();exit() to FATAL(), gcc incorrectly detects some | J. Alexander Treuman | 2007-05-26 | 1 | -3/+2 |