| Commit message (Expand) | Author | Files | Lines |
2009-03-16 | solaris: new audio output plugin for Solaris /dev/audio | Max Kellermann | 2 | -0/+179 |
2009-03-16 | output_all: check param!=NULL before accessing it | Max Kellermann | 1 | -2/+7 |
2009-03-15 | httpd_output: check client->write_source_id in handler | Max Kellermann | 1 | -0/+7 |
2009-03-15 | httpd_output: clear the client's page queue on cancel | Max Kellermann | 2 | -2/+13 |
2009-03-15 | vorbis_encoder: added support for all MPD tag types | Max Kellermann | 1 | -29/+4 |
2009-03-15 | vorbis_encoder: removed vorbis_encoder.vc | Max Kellermann | 1 | -4/+6 |
2009-03-15 | vorbis_encoder: use vorbis_commentheader_out() in the tag() method | Max Kellermann | 1 | -6/+15 |
2009-03-15 | vorbis_encoder: pass vorbis_comment to tag helper functions | Max Kellermann | 1 | -9/+9 |
2009-03-15 | log: removed DEBUG() and FATAL() | Max Kellermann | 9 | -49/+22 |
2009-03-15 | dbUtils: removed printSavedMemoryFromFilenames() | Max Kellermann | 2 | -37/+0 |
2009-03-15 | sig_handlers: include signal.h instead of sys/signal.h | Max Kellermann | 1 | -1/+1 |
2009-03-15 | httpd: new output plugin to replace "shout" | Max Kellermann | 5 | -0/+1097 |
2009-03-15 | page: new library for reference counted buffers | Max Kellermann | 2 | -0/+162 |
2009-03-15 | vorbis_encoder: make ogg_page a local variable | Max Kellermann | 1 | -24/+13 |
2009-03-15 | vorbis_encoder: fill the ogg_page in the read() method | Max Kellermann | 1 | -4/+23 |
2009-03-14 | socket_util: added socket_bind_listen() | Max Kellermann | 3 | -41/+85 |
2009-03-14 | client: use the new fifo_buffer library | Max Kellermann | 1 | -48/+41 |
2009-03-14 | fifo_buffer: added buffering library | Max Kellermann | 2 | -0/+288 |
2009-03-14 | pcm_resample: choose the fallback resampler at runtime | Max Kellermann | 2 | -18/+34 |
2009-03-14 | pcm_resample: renamed implementation functions | Max Kellermann | 4 | -29/+158 |
2009-03-14 | output_all: added missing "unused" attribute | Max Kellermann | 1 | -1/+1 |
2009-03-14 | output_all: include chunk.h | Max Kellermann | 1 | -0/+1 |
2009-03-14 | pcm_volume: use #ifdef instead of #if __i386__ | Max Kellermann | 1 | -2/+2 |
2009-03-14 | tag_pool: make "slots" static | Max Kellermann | 1 | -1/+1 |
2009-03-14 | pcm_resample: return NULL on failure | Max Kellermann | 1 | -4/+4 |
2009-03-14 | pcm_convert: return NULL on failure | Max Kellermann | 1 | -1/+1 |
2009-03-14 | command: return COMMAND_RETURN_OK in handle_addid() | Max Kellermann | 1 | -1/+1 |
2009-03-14 | command: handle the addToPlaylist() result properly | Max Kellermann | 1 | -1/+2 |
2009-03-14 | faad: faad_decoder_decode() returns NULL, not false | Max Kellermann | 1 | -1/+1 |
2009-03-14 | sticker: sticker_load_value() returns NULL on error, not false | Max Kellermann | 1 | -4/+4 |
2009-03-14 | sticker: initialize hash table in sticker_new() | Max Kellermann | 1 | -18/+26 |
2009-03-14 | sticker: don't export sticker_list_values() | Max Kellermann | 4 | -32/+1 |
2009-03-14 | command: use sticker_song_get() instead of sticker_song_list_values() | Max Kellermann | 1 | -11/+10 |
2009-03-14 | sticker: added "struct sticker" | Max Kellermann | 4 | -0/+131 |
2009-03-14 | mixer_all: removed debug message | Max Kellermann | 1 | -1/+0 |
2009-03-14 | mixer: protect the mixer struct with a mutex | Max Kellermann | 3 | -5/+37 |
2009-03-14 | mixer_api: moved mixer_init() to mixer_api.c | Max Kellermann | 2 | -9/+9 |
2009-03-14 | mixer_api: moved mixer_plugin imports to mixer_list.h | Max Kellermann | 5 | -11/+36 |
2009-03-14 | mixer_api: moved functions to mixer_control.c | Max Kellermann | 11 | -82/+112 |
2009-03-14 | mixer_control: moved functions to mixer_all.c | Max Kellermann | 3 | -71/+61 |
2009-03-14 | volume: moved code to mixer_all.c | Max Kellermann | 3 | -30/+111 |
2009-03-14 | mixer_api: moved struct mixer_plugin to mixer_plugin.h | Max Kellermann | 2 | -41/+74 |
2009-03-14 | volume: use bool instead of int | Max Kellermann | 3 | -15/+22 |
2009-03-14 | Removed superfluous if statement in update.c:453 | Jochen Keil | 1 | -28/+22 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 265 | -1358/+1677 |
2009-03-12 | crossfade: added missing '&' | Jeffrey Middleton | 1 | -1/+1 |
2009-03-12 | crossfade: copy chunk.audio_format in !NDEBUG | Max Kellermann | 1 | -0/+10 |
2009-03-12 | output_all: fix off-by-one error in audio_output_all_check() | Max Kellermann | 1 | -1/+1 |
2009-03-12 | mixer_control: don't touch mixers of disabled outputs | Max Kellermann | 2 | -0/+15 |
2009-03-12 | audio: converted device number check to assertion | Max Kellermann | 1 | -4/+4 |