aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-16output_all: check param!=NULL before accessing itMax Kellermann1-2/+7
2009-03-15httpd_output: check client->write_source_id in handlerMax Kellermann1-0/+7
2009-03-15httpd_output: clear the client's page queue on cancelMax Kellermann2-2/+13
2009-03-15vorbis_encoder: added support for all MPD tag typesMax Kellermann1-29/+4
2009-03-15vorbis_encoder: removed vorbis_encoder.vcMax Kellermann1-4/+6
2009-03-15vorbis_encoder: use vorbis_commentheader_out() in the tag() methodMax Kellermann1-6/+15
2009-03-15vorbis_encoder: pass vorbis_comment to tag helper functionsMax Kellermann1-9/+9
2009-03-15log: removed DEBUG() and FATAL()Max Kellermann9-49/+22
2009-03-15dbUtils: removed printSavedMemoryFromFilenames()Max Kellermann2-37/+0
2009-03-15sig_handlers: include signal.h instead of sys/signal.hMax Kellermann1-1/+1
2009-03-15httpd: new output plugin to replace "shout"Max Kellermann5-0/+1097
2009-03-15page: new library for reference counted buffersMax Kellermann2-0/+162
2009-03-15vorbis_encoder: make ogg_page a local variableMax Kellermann1-24/+13
2009-03-15vorbis_encoder: fill the ogg_page in the read() methodMax Kellermann1-4/+23
2009-03-14socket_util: added socket_bind_listen()Max Kellermann3-41/+85
2009-03-14client: use the new fifo_buffer libraryMax Kellermann1-48/+41
2009-03-14fifo_buffer: added buffering libraryMax Kellermann2-0/+288
2009-03-14pcm_resample: choose the fallback resampler at runtimeMax Kellermann2-18/+34
2009-03-14pcm_resample: renamed implementation functionsMax Kellermann4-29/+158
2009-03-14output_all: added missing "unused" attributeMax Kellermann1-1/+1
2009-03-14output_all: include chunk.hMax Kellermann1-0/+1
2009-03-14pcm_volume: use #ifdef instead of #if __i386__Max Kellermann1-2/+2
2009-03-14tag_pool: make "slots" staticMax Kellermann1-1/+1
2009-03-14pcm_resample: return NULL on failureMax Kellermann1-4/+4
2009-03-14pcm_convert: return NULL on failureMax Kellermann1-1/+1
2009-03-14command: return COMMAND_RETURN_OK in handle_addid()Max Kellermann1-1/+1
2009-03-14command: handle the addToPlaylist() result properlyMax Kellermann1-1/+2
2009-03-14faad: faad_decoder_decode() returns NULL, not falseMax Kellermann1-1/+1
2009-03-14sticker: sticker_load_value() returns NULL on error, not falseMax Kellermann1-4/+4
2009-03-14sticker: initialize hash table in sticker_new()Max Kellermann1-18/+26
2009-03-14sticker: don't export sticker_list_values()Max Kellermann4-32/+1
2009-03-14command: use sticker_song_get() instead of sticker_song_list_values()Max Kellermann1-11/+10
2009-03-14sticker: added "struct sticker"Max Kellermann4-0/+131
2009-03-14mixer_all: removed debug messageMax Kellermann1-1/+0
2009-03-14mixer: protect the mixer struct with a mutexMax Kellermann3-5/+37
2009-03-14mixer_api: moved mixer_init() to mixer_api.cMax Kellermann2-9/+9
2009-03-14mixer_api: moved mixer_plugin imports to mixer_list.hMax Kellermann5-11/+36
2009-03-14mixer_api: moved functions to mixer_control.cMax Kellermann11-82/+112
2009-03-14mixer_control: moved functions to mixer_all.cMax Kellermann3-71/+61
2009-03-14volume: moved code to mixer_all.cMax Kellermann3-30/+111
2009-03-14mixer_api: moved struct mixer_plugin to mixer_plugin.hMax Kellermann2-41/+74
2009-03-14volume: use bool instead of intMax Kellermann3-15/+22
2009-03-14Removed superfluous if statement in update.c:453Jochen Keil1-28/+22
2009-03-13all: Update copyright header.Avuton Olrich265-1358/+1677
2009-03-12crossfade: added missing '&'Jeffrey Middleton1-1/+1
2009-03-12crossfade: copy chunk.audio_format in !NDEBUGMax Kellermann1-0/+10
2009-03-12output_all: fix off-by-one error in audio_output_all_check()Max Kellermann1-1/+1
2009-03-12mixer_control: don't touch mixers of disabled outputsMax Kellermann2-0/+15
2009-03-12audio: converted device number check to assertionMax Kellermann1-4/+4
2009-03-12audio: moved mixer functions to mixer_control.cMax Kellermann5-56/+108