aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-26oss_mixer: use g_ascii_strncasecmp() instead of strncasecmp()Max Kellermann1-1/+1
2009-03-26oss_mixer: pass default path to config_get_block_string()Max Kellermann1-8/+5
2009-03-26oss_mixer: make "device" and "control" constMax Kellermann1-6/+5
2009-03-26mixer: don't reopen failed mixer automaticallyMax Kellermann3-2/+13
2009-03-26mixer_control: close mixer on failureMax Kellermann3-5/+16
2009-03-26mixer: added flag "open"Max Kellermann8-5/+61
2009-03-26mixer_control: don't allow mixer==NULLMax Kellermann1-9/+7
2009-03-26output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann9-77/+44
2009-03-25player_thread: wait for decoder before seekingMax Kellermann2-0/+12
2009-03-25playlist_state: start playing after restore is completeMax Kellermann1-18/+17
2009-03-25output_all: synchronize playback with a notify objectMax Kellermann2-2/+3
2009-03-25output_all: moved code to audio_output_all_wait()Max Kellermann3-10/+25
2009-03-25output: protect audio_output.open with the mutexMax Kellermann3-15/+33
2009-03-21move printAllOutputPluginTypes to output_list.cViliam Mateicka5-63/+18
2009-03-20output_control: close earlier on format mismatchMax Kellermann1-3/+3
2009-03-20output: convert audio_output.config_audio_format to booleanMax Kellermann3-20/+17
2009-03-17page: added page_new_concat()Max Kellermann2-0/+20
2009-03-17player_thread: ignore time stamp on empty chunksMax Kellermann1-3/+6
2009-03-17flac/cue: added support for TITLE[n] commentsMario Lenz1-2/+9
2009-03-17pulse_mixer: keep mixer attached when another pulse sink is closed.David Guibert1-1/+2
2009-03-17pulse_mixer: closeDavid Guibert1-1/+14
2009-03-17httpd: fixed encoder plugin checkJeffrey Middleton1-1/+1
2009-03-16flac: get CUE track titles from additional FLAC commentsMario Lenz4-23/+32
2009-03-16socket_util: use g_strerror() instead of strerror()Max Kellermann1-1/+1
2009-03-16solaris: new audio output plugin for Solaris /dev/audioMax Kellermann2-0/+179
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