aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* player_thread: ignore time stamp on empty chunksMax Kellermann2009-03-171-3/+6
* flac/cue: added support for TITLE[n] commentsMario Lenz2009-03-171-2/+9
* pulse_mixer: keep mixer attached when another pulse sink is closed.David Guibert2009-03-171-1/+2
* pulse_mixer: closeDavid Guibert2009-03-171-1/+14
* httpd: fixed encoder plugin checkJeffrey Middleton2009-03-171-1/+1
* httpd: correct the encoder name in the example mpd.confJeffrey Middleton2009-03-171-3/+3
* flac: get CUE track titles from additional FLAC commentsMario Lenz2009-03-164-23/+32
* socket_util: use g_strerror() instead of strerror()Max Kellermann2009-03-161-1/+1
* solaris: new audio output plugin for Solaris /dev/audioMax Kellermann2009-03-166-0/+237
* output_all: check param!=NULL before accessing itMax Kellermann2009-03-161-2/+7
* configure: Merge lame*encoder to lameAvuton Olrich2009-03-161-17/+5
* configure: don't warn just because we don't have an optional library.Avuton Olrich2009-03-161-3/+2
* configure: error out against streaming output, not encoder.Avuton Olrich2009-03-161-2/+2
* configure: Always run pkg-config for shout, define AC_DEFINE if enabledAvuton Olrich2009-03-161-11/+4
* configure: add shout autoconf argument.Avuton Olrich2009-03-151-0/+5
* configure: Fail if trying to build with streaming output and no encoderAvuton Olrich2009-03-151-0/+6
* configure: Move encoders to their own report section.Avuton Olrich2009-03-151-18/+24
* configure: replace all instances shout*[mp3|ogg] with [lame|oggvorbis]*encoderAvuton Olrich2009-03-151-26/+26
* httpd_output: check client->write_source_id in handlerMax Kellermann2009-03-151-0/+7
* httpd_output: clear the client's page queue on cancelMax Kellermann2009-03-152-2/+13
* configure.ac: Enable ENCODER if httpd_output, even if SHOUT is disabled.Avuton Olrich2009-03-151-1/+1
* vorbis_encoder: added support for all MPD tag typesMax Kellermann2009-03-152-29/+6
* 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
* Makefile.am: added documentation upload targetMax Kellermann2009-03-151-0/+8
* httpd: new output plugin to replace "shout"Max Kellermann2009-03-159-0/+1207
* page: new library for reference counted buffersMax Kellermann2009-03-153-0/+164
* 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-143-0/+290
* doc: added "audio outputs" section to the user's manualMax Kellermann2009-03-141-4/+277
* pcm_resample: choose the fallback resampler at runtimeMax Kellermann2009-03-145-20/+41
* pcm_resample: renamed implementation functionsMax Kellermann2009-03-145-29/+159
* 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
* Makefile.am: don't let sparse scan C++ sourcesMax Kellermann2009-03-141-1/+1
* Makefile.am: added limit definitions to SPARSE_CPPFLAGSMax Kellermann2009-03-141-0/+2