| Commit message (Expand) | Author | Files | Lines |
2008-11-25 | shout: use GLib instead of utils.h/log.h | Max Kellermann | 1 | -59/+59 |
2008-11-25 | shout: don't check HAVE_SHOUT | Max Kellermann | 1 | -7/+0 |
2008-10-31 | removed unneed check for protocol in shout plugin, will assume icecast2 proto... | Alam Arias | 1 | -2/+0 |
2008-10-29 | output: close device on play error | Max Kellermann | 1 | -7/+2 |
2008-10-29 | output: use bool for return values and flags | Max Kellermann | 1 | -12/+12 |
2008-10-26 | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 1 | -1/+1 |
2008-10-12 | shout: make the protocol configurable | Aaron McEwan | 1 | -2/+25 |
2008-10-12 | shout: use strcmp() instead of strncasecmp() | Max Kellermann | 1 | -2/+2 |
2008-10-10 | audio_format: renamed sampleRate to sample_rate | Max Kellermann | 1 | -1/+1 |
2008-10-10 | audio_format: unsigned integers | Max Kellermann | 1 | -1/+1 |
2008-10-09 | shout: removed DISABLED_SHOUT_ENCODER_PLUGIN | Max Kellermann | 1 | -0/+4 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -0/+2 |
2008-09-29 | audio_output: added method pause() | Max Kellermann | 1 | -1/+18 |
2008-09-29 | use C99 struct initializers | Max Kellermann | 1 | -9/+8 |
2008-09-24 | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 1 | -24/+26 |
2008-09-24 | output: set audio_output->open=1 in audio_output_task() | Max Kellermann | 1 | -4/+0 |
2008-09-24 | output: pass audio_format to plugin.init() and plugin.open() | Max Kellermann | 1 | -3/+7 |
2008-09-12 | shout: don't write empty buffers | Max Kellermann | 1 | -2/+4 |
2008-09-12 | shout: removed clear_shout_buffer() | Max Kellermann | 1 | -8/+2 |
2008-09-12 | shout: make the shout_buffer static | Max Kellermann | 1 | -7/+0 |
2008-09-12 | shout: constant plugin declarations | Max Kellermann | 1 | -2/+2 |
2008-09-12 | shout: static encoder plugin list | Max Kellermann | 1 | -35/+15 |
2008-09-12 | shout: removed typedefs on structs and plugin methods | Max Kellermann | 1 | -3/+3 |
2008-09-12 | shout: added mp3 encoder | Eric Wollesen | 1 | -0/+1 |
2008-09-12 | shout: introduce pluggable encoder API | Eric Wollesen | 1 | -7/+68 |
2008-09-12 | shout: send shout metadata | Eric Wollesen | 1 | -3/+13 |
2008-09-12 | shout: added shout_buffer | Eric Wollesen | 1 | -26/+28 |
2008-09-12 | shout: moved code to audioOutput_shout_ogg.c | Max Kellermann | 1 | -153/+5 |
2008-09-12 | shout: moved declarations to audioOutput_shout.h | Max Kellermann | 1 | -40/+1 |
2008-09-12 | shout: removed commented code | Max Kellermann | 1 | -4/+0 |
2008-09-12 | shout: no CamelCase | Max Kellermann | 1 | -194/+194 |
2008-09-11 | shout: use reqAudioFormat instead of outAudioFormat | Max Kellermann | 1 | -1/+1 |
2008-09-11 | shout: copy the audio_format, instead of taking a pointer | Max Kellermann | 1 | -13/+12 |
2008-09-09 | timer: constant pointers | Max Kellermann | 1 | -1/+1 |
2008-09-08 | output: const plugin structures | Max Kellermann | 1 | -1/+1 |
2008-09-07 | output: renamed typedef AudioOutput to struct audio_output | Max Kellermann | 1 | -9/+11 |
2008-09-07 | output: added output_api.h | Max Kellermann | 1 | -3/+2 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -1/+1 |
2008-09-07 | fix -Wcast-qual -Wwrite-strings warnings | Max Kellermann | 1 | -1/+1 |
2008-08-29 | tag: fix the shout and oggflac plugins | Max Kellermann | 1 | -8/+8 |
2008-08-29 | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 1 | -2/+2 |
2008-08-26 | converted MpdTagItem.type to an enum | Max Kellermann | 1 | -0/+2 |
2008-04-12 | use size_t and constant pointer in ao plugins | Max Kellermann | 1 | -3/+5 |
2008-03-26 | eliminated duplicate initialization | Max Kellermann | 1 | -1/+1 |
2008-03-26 | parse/initialize with the correct data type | Max Kellermann | 1 | -1/+1 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -6/+11 |
2008-01-26 | fixed "comparison between signed and unsigned" | Max Kellermann | 1 | -1/+1 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -5/+0 |
2007-09-05 | conf: use getBoolBlockParam for block params, too | Eric Wong | 1 | -10/+4 |
2007-08-27 | export FATAL() with noreturn attribute | Eric Wong | 1 | -3/+1 |