aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* sig_handlers: include signal.h instead of sys/signal.hMax Kellermann2009-03-15
* httpd: new output plugin to replace "shout"Max Kellermann2009-03-15
* page: new library for reference counted buffersMax Kellermann2009-03-15
* vorbis_encoder: make ogg_page a local variableMax Kellermann2009-03-15
* vorbis_encoder: fill the ogg_page in the read() methodMax Kellermann2009-03-15
* socket_util: added socket_bind_listen()Max Kellermann2009-03-14
* client: use the new fifo_buffer libraryMax Kellermann2009-03-14
* fifo_buffer: added buffering libraryMax Kellermann2009-03-14
* pcm_resample: choose the fallback resampler at runtimeMax Kellermann2009-03-14
* pcm_resample: renamed implementation functionsMax Kellermann2009-03-14
* output_all: added missing "unused" attributeMax Kellermann2009-03-14
* output_all: include chunk.hMax Kellermann2009-03-14
* pcm_volume: use #ifdef instead of #if __i386__Max Kellermann2009-03-14
* tag_pool: make "slots" staticMax Kellermann2009-03-14
* pcm_resample: return NULL on failureMax Kellermann2009-03-14
* pcm_convert: return NULL on failureMax Kellermann2009-03-14
* command: return COMMAND_RETURN_OK in handle_addid()Max Kellermann2009-03-14
* command: handle the addToPlaylist() result properlyMax Kellermann2009-03-14
* faad: faad_decoder_decode() returns NULL, not falseMax Kellermann2009-03-14
* sticker: sticker_load_value() returns NULL on error, not falseMax Kellermann2009-03-14
* sticker: initialize hash table in sticker_new()Max Kellermann2009-03-14
* sticker: don't export sticker_list_values()Max Kellermann2009-03-14
* command: use sticker_song_get() instead of sticker_song_list_values()Max Kellermann2009-03-14
* sticker: added "struct sticker"Max Kellermann2009-03-14
* mixer_all: removed debug messageMax Kellermann2009-03-14
* mixer: protect the mixer struct with a mutexMax Kellermann2009-03-14
* mixer_api: moved mixer_init() to mixer_api.cMax Kellermann2009-03-14
* mixer_api: moved mixer_plugin imports to mixer_list.hMax Kellermann2009-03-14
* mixer_api: moved functions to mixer_control.cMax Kellermann2009-03-14
* mixer_control: moved functions to mixer_all.cMax Kellermann2009-03-14
* volume: moved code to mixer_all.cMax Kellermann2009-03-14
* mixer_api: moved struct mixer_plugin to mixer_plugin.hMax Kellermann2009-03-14
* volume: use bool instead of intMax Kellermann2009-03-14
* Removed superfluous if statement in update.c:453Jochen Keil2009-03-14
* all: Update copyright header.Avuton Olrich2009-03-13
* crossfade: added missing '&'Jeffrey Middleton2009-03-12
* crossfade: copy chunk.audio_format in !NDEBUGMax Kellermann2009-03-12
* output_all: fix off-by-one error in audio_output_all_check()Max Kellermann2009-03-12
* mixer_control: don't touch mixers of disabled outputsMax Kellermann2009-03-12
* audio: converted device number check to assertionMax Kellermann2009-03-12
* audio: moved mixer functions to mixer_control.cMax Kellermann2009-03-12
* volume: removed unused variable "default_mixer"Max Kellermann2009-03-12
* Move from the opaque GPtrArray to GHashTable for sticker lists.Eric Wollesen2009-03-11
* player_thread: added commentsMax Kellermann2009-03-11
* player_thread: removed player_stop_decoder()Max Kellermann2009-03-11
* player_thread: don't call dc_stop() twiceMax Kellermann2009-03-11
* output_control: removed audio_output_signal()Max Kellermann2009-03-10
* Cleaned up update_regular_file() method in update.cJochen Keil2009-03-10
* alsa: use snd_pcm_sframes_t instead of intMax Kellermann2009-03-10
* alsa: don't close PCM handle in alsa_recover()Max Kellermann2009-03-10