aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* vorbis_encoder: added support for all MPD tag typesMax Kellermann2009-03-151-29/+4
* vorbis_encoder: removed vorbis_encoder.vcMax Kellermann2009-03-151-4/+6
* vorbis_encoder: use vorbis_commentheader_out() in the tag() methodMax Kellermann2009-03-151-6/+15
* vorbis_encoder: pass vorbis_comment to tag helper functionsMax Kellermann2009-03-151-9/+9
* log: removed DEBUG() and FATAL()Max Kellermann2009-03-159-49/+22
* dbUtils: removed printSavedMemoryFromFilenames()Max Kellermann2009-03-152-37/+0
* sig_handlers: include signal.h instead of sys/signal.hMax Kellermann2009-03-151-1/+1
* httpd: new output plugin to replace "shout"Max Kellermann2009-03-155-0/+1097
* page: new library for reference counted buffersMax Kellermann2009-03-152-0/+162
* vorbis_encoder: make ogg_page a local variableMax Kellermann2009-03-151-24/+13
* vorbis_encoder: fill the ogg_page in the read() methodMax Kellermann2009-03-151-4/+23
* socket_util: added socket_bind_listen()Max Kellermann2009-03-143-41/+85
* client: use the new fifo_buffer libraryMax Kellermann2009-03-141-48/+41
* fifo_buffer: added buffering libraryMax Kellermann2009-03-142-0/+288
* pcm_resample: choose the fallback resampler at runtimeMax Kellermann2009-03-142-18/+34
* pcm_resample: renamed implementation functionsMax Kellermann2009-03-144-29/+158
* output_all: added missing "unused" attributeMax Kellermann2009-03-141-1/+1
* output_all: include chunk.hMax Kellermann2009-03-141-0/+1
* pcm_volume: use #ifdef instead of #if __i386__Max Kellermann2009-03-141-2/+2
* tag_pool: make "slots" staticMax Kellermann2009-03-141-1/+1
* pcm_resample: return NULL on failureMax Kellermann2009-03-141-4/+4
* pcm_convert: return NULL on failureMax Kellermann2009-03-141-1/+1
* command: return COMMAND_RETURN_OK in handle_addid()Max Kellermann2009-03-141-1/+1
* command: handle the addToPlaylist() result properlyMax Kellermann2009-03-141-1/+2
* faad: faad_decoder_decode() returns NULL, not falseMax Kellermann2009-03-141-1/+1
* sticker: sticker_load_value() returns NULL on error, not falseMax Kellermann2009-03-141-4/+4
* sticker: initialize hash table in sticker_new()Max Kellermann2009-03-141-18/+26
* sticker: don't export sticker_list_values()Max Kellermann2009-03-144-32/+1
* command: use sticker_song_get() instead of sticker_song_list_values()Max Kellermann2009-03-141-11/+10
* sticker: added "struct sticker"Max Kellermann2009-03-144-0/+131
* mixer_all: removed debug messageMax Kellermann2009-03-141-1/+0
* mixer: protect the mixer struct with a mutexMax Kellermann2009-03-143-5/+37
* mixer_api: moved mixer_init() to mixer_api.cMax Kellermann2009-03-142-9/+9
* mixer_api: moved mixer_plugin imports to mixer_list.hMax Kellermann2009-03-145-11/+36
* mixer_api: moved functions to mixer_control.cMax Kellermann2009-03-1411-82/+112
* mixer_control: moved functions to mixer_all.cMax Kellermann2009-03-143-71/+61
* volume: moved code to mixer_all.cMax Kellermann2009-03-143-30/+111
* mixer_api: moved struct mixer_plugin to mixer_plugin.hMax Kellermann2009-03-142-41/+74
* volume: use bool instead of intMax Kellermann2009-03-143-15/+22
* Removed superfluous if statement in update.c:453Jochen Keil2009-03-141-28/+22
* all: Update copyright header.Avuton Olrich2009-03-13265-1358/+1677
* crossfade: added missing '&'Jeffrey Middleton2009-03-121-1/+1
* crossfade: copy chunk.audio_format in !NDEBUGMax Kellermann2009-03-121-0/+10
* output_all: fix off-by-one error in audio_output_all_check()Max Kellermann2009-03-121-1/+1
* mixer_control: don't touch mixers of disabled outputsMax Kellermann2009-03-122-0/+15
* audio: converted device number check to assertionMax Kellermann2009-03-121-4/+4
* audio: moved mixer functions to mixer_control.cMax Kellermann2009-03-125-56/+108
* volume: removed unused variable "default_mixer"Max Kellermann2009-03-121-1/+0
* Move from the opaque GPtrArray to GHashTable for sticker lists.Eric Wollesen2009-03-115-45/+34
* player_thread: added commentsMax Kellermann2009-03-112-24/+89