| Commit message (Expand) | Author | Age | Files | Lines |
* | vorbis_encoder: pass vorbis_comment to tag helper functions | Max Kellermann | 2009-03-15 | 1 | -9/+9 |
* | log: removed DEBUG() and FATAL() | Max Kellermann | 2009-03-15 | 9 | -49/+22 |
* | dbUtils: removed printSavedMemoryFromFilenames() | Max Kellermann | 2009-03-15 | 2 | -37/+0 |
* | sig_handlers: include signal.h instead of sys/signal.h | Max Kellermann | 2009-03-15 | 1 | -1/+1 |
* | Makefile.am: added documentation upload target | Max Kellermann | 2009-03-15 | 1 | -0/+8 |
* | httpd: new output plugin to replace "shout" | Max Kellermann | 2009-03-15 | 9 | -0/+1207 |
* | page: new library for reference counted buffers | Max Kellermann | 2009-03-15 | 3 | -0/+164 |
* | vorbis_encoder: make ogg_page a local variable | Max Kellermann | 2009-03-15 | 1 | -24/+13 |
* | vorbis_encoder: fill the ogg_page in the read() method | Max Kellermann | 2009-03-15 | 1 | -4/+23 |
* | socket_util: added socket_bind_listen() | Max Kellermann | 2009-03-14 | 3 | -41/+85 |
* | client: use the new fifo_buffer library | Max Kellermann | 2009-03-14 | 1 | -48/+41 |
* | fifo_buffer: added buffering library | Max Kellermann | 2009-03-14 | 3 | -0/+290 |
* | doc: added "audio outputs" section to the user's manual | Max Kellermann | 2009-03-14 | 1 | -4/+277 |
* | pcm_resample: choose the fallback resampler at runtime | Max Kellermann | 2009-03-14 | 5 | -20/+41 |
* | pcm_resample: renamed implementation functions | Max Kellermann | 2009-03-14 | 5 | -29/+159 |
* | output_all: added missing "unused" attribute | Max Kellermann | 2009-03-14 | 1 | -1/+1 |
* | output_all: include chunk.h | Max Kellermann | 2009-03-14 | 1 | -0/+1 |
* | pcm_volume: use #ifdef instead of #if __i386__ | Max Kellermann | 2009-03-14 | 1 | -2/+2 |
* | tag_pool: make "slots" static | Max Kellermann | 2009-03-14 | 1 | -1/+1 |
* | pcm_resample: return NULL on failure | Max Kellermann | 2009-03-14 | 1 | -4/+4 |
* | pcm_convert: return NULL on failure | Max Kellermann | 2009-03-14 | 1 | -1/+1 |
* | command: return COMMAND_RETURN_OK in handle_addid() | Max Kellermann | 2009-03-14 | 1 | -1/+1 |
* | command: handle the addToPlaylist() result properly | Max Kellermann | 2009-03-14 | 1 | -1/+2 |
* | faad: faad_decoder_decode() returns NULL, not false | Max Kellermann | 2009-03-14 | 1 | -1/+1 |
* | Makefile.am: don't let sparse scan C++ sources | Max Kellermann | 2009-03-14 | 1 | -1/+1 |
* | Makefile.am: added limit definitions to SPARSE_CPPFLAGS | Max Kellermann | 2009-03-14 | 1 | -0/+2 |
* | sticker: sticker_load_value() returns NULL on error, not false | Max Kellermann | 2009-03-14 | 1 | -4/+4 |
* | sticker: initialize hash table in sticker_new() | Max Kellermann | 2009-03-14 | 1 | -18/+26 |
* | sticker: don't export sticker_list_values() | Max Kellermann | 2009-03-14 | 4 | -32/+1 |
* | command: use sticker_song_get() instead of sticker_song_list_values() | Max Kellermann | 2009-03-14 | 1 | -11/+10 |
* | sticker: added "struct sticker" | Max Kellermann | 2009-03-14 | 4 | -0/+131 |
* | mixer_all: removed debug message | Max Kellermann | 2009-03-14 | 1 | -1/+0 |
* | mixer: protect the mixer struct with a mutex | Max Kellermann | 2009-03-14 | 3 | -5/+37 |
* | mixer_api: moved mixer_init() to mixer_api.c | Max Kellermann | 2009-03-14 | 2 | -9/+9 |
* | mixer_api: moved mixer_plugin imports to mixer_list.h | Max Kellermann | 2009-03-14 | 6 | -11/+37 |
* | mixer_api: moved functions to mixer_control.c | Max Kellermann | 2009-03-14 | 12 | -82/+113 |
* | mixer_control: moved functions to mixer_all.c | Max Kellermann | 2009-03-14 | 3 | -71/+61 |
* | volume: moved code to mixer_all.c | Max Kellermann | 2009-03-14 | 4 | -30/+113 |
* | mixer_api: moved struct mixer_plugin to mixer_plugin.h | Max Kellermann | 2009-03-14 | 3 | -41/+75 |
* | volume: use bool instead of int | Max Kellermann | 2009-03-14 | 3 | -15/+22 |
* | Removed superfluous if statement in update.c:453 | Jochen Keil | 2009-03-14 | 1 | -28/+22 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 271 | -1373/+1701 |
* | crossfade: added missing '&' | Jeffrey Middleton | 2009-03-12 | 1 | -1/+1 |
* | crossfade: copy chunk.audio_format in !NDEBUG | Max Kellermann | 2009-03-12 | 1 | -0/+10 |
* | output_all: fix off-by-one error in audio_output_all_check() | Max Kellermann | 2009-03-12 | 1 | -1/+1 |
* | Makefile.am: link test/software_volume with GLib | Max Kellermann | 2009-03-12 | 1 | -0/+2 |
* | mixer_control: don't touch mixers of disabled outputs | Max Kellermann | 2009-03-12 | 2 | -0/+15 |
* | audio: converted device number check to assertion | Max Kellermann | 2009-03-12 | 1 | -4/+4 |
* | audio: moved mixer functions to mixer_control.c | Max Kellermann | 2009-03-12 | 6 | -58/+115 |
* | volume: removed unused variable "default_mixer" | Max Kellermann | 2009-03-12 | 1 | -1/+0 |