aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* utils: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-281-1/+1
* tag: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-282-3/+3
* conf: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-281-2/+2
* locate: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-281-4/+4
* input_curl: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-281-7/+7
* mad_decoder: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-281-4/+4
* mp4ff_decoder: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-281-8/+9
* alsa_mixer: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-281-2/+2
* alsa_mixer: add mixer_index optionDaniel Kahn Gillmor2009-04-284-2/+16
* Makefile.am: moved doxygen invocation out of HAVE_XMLTOMax Kellermann2009-04-261-3/+3
* decoder_api: removed dc.pipe assertion from decoder_read()Max Kellermann2009-04-261-1/+0
* vorbis_encoder: reinitialize vorbis_dsp_state after flushMax Kellermann2009-04-251-0/+7
* decoder_control: properly cancel an existing command in dc_stop()Max Kellermann2009-04-251-2/+8
* decoder: added assertions on dc.pipeMax Kellermann2009-04-252-0/+13
* client: use GTimer to track timeoutsMax Kellermann2009-04-251-7/+14
* playlist_control: use GTimer in previousSongInPlaylist()Max Kellermann2009-04-253-6/+15
* pulse_mixer: use PULSE's mainloop lock instead of GMutexMax Kellermann2009-04-251-27/+13
* curl: moved proxy settings to "input" blockMax Kellermann2009-04-255-47/+72
* doc: added input plugin documentationMax Kellermann2009-04-251-0/+93
* doc: added decoder documentationMax Kellermann2009-04-251-0/+56
* doc: added more audio output documentationMax Kellermann2009-04-251-1/+63
* Makefile.am: moved source files to $(TAG_SRC)Max Kellermann2009-04-251-13/+25
* INSTALL: added libcue dependencyMax Kellermann2009-04-251-0/+3
* fluidsynth: added "experimental" comments in the source fileMax Kellermann2009-04-252-1/+10
* player_thread: pause when all audio outputs fail to playMax Kellermann2009-04-252-2/+8
* player_thread: pause when output fails while seekingMax Kellermann2009-04-251-7/+11
* stored_playlist: don't close NULL file on errorMax Kellermann2009-04-241-5/+1
* alsa_output: don't use atexit() to clean up the ALSA libraryMax Kellermann2009-04-211-7/+3
* alsa_mixer: call snd_config_update_free_global() in finish()Max Kellermann2009-04-211-1/+3
* test: added program "read_mixer"Max Kellermann2009-04-213-4/+79
* output_control: close mixer on pauseMax Kellermann2009-04-211-0/+6
* client: free the fifo bufferMax Kellermann2009-04-171-0/+2
* configure.ac: check for C++ detection failureMax Kellermann2009-04-151-0/+21
* configure.ac: automatically detect the sidplay decoderMax Kellermann2009-04-151-3/+3
* configure.ac: added a real check for libsidplay2Max Kellermann2009-04-151-1/+16
* configure.ac: moved the sidplay check to its argumentMax Kellermann2009-04-151-11/+11
* configure.ac: added function MPD_AUTO_PREMax Kellermann2009-04-151-0/+15
* configure.ac: print feature name in error messageMax Kellermann2009-04-151-1/+1
* configure.ac: detect libiso9660 with pkg-configMax Kellermann2009-04-132-5/+4
* configure.ac: detect libzzip with pkg-configMax Kellermann2009-04-132-5/+16
* configure.ac: fail when bzip2 plugin is enabled but not foundMax Kellermann2009-04-131-1/+1
* icy_server: don't export icy_server_metadata_string()Max Kellermann2009-04-132-4/+1
* httpd: use C99 "bool" instead of GLib's gbooleanMax Kellermann2009-04-131-7/+7
* httpd: use g_ascii_strncasecmp() to compare headersMax Kellermann2009-04-131-1/+1
* Implemented basic icy support for the httpd outputHagen Schink2009-04-137-12/+411
* decoder_api: submit the song tag to the music pipeMax Kellermann2009-04-133-6/+24
* test: added run_input test programMax Kellermann2009-04-133-0/+127
* removed TODO fileMax Kellermann2009-04-102-87/+1
* log: removed "unused" attribute from log_level parameterMax Kellermann2009-04-101-1/+1
* test: added configuration file readerMax Kellermann2009-04-103-0/+75