aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* conf: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* locate: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* input_curl: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* mad_decoder: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* mp4ff_decoder: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* alsa_mixer: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* alsa_mixer: add mixer_index optionDaniel Kahn Gillmor2009-04-28
* Makefile.am: moved doxygen invocation out of HAVE_XMLTOMax Kellermann2009-04-26
* decoder_api: removed dc.pipe assertion from decoder_read()Max Kellermann2009-04-26
* vorbis_encoder: reinitialize vorbis_dsp_state after flushMax Kellermann2009-04-25
* decoder_control: properly cancel an existing command in dc_stop()Max Kellermann2009-04-25
* decoder: added assertions on dc.pipeMax Kellermann2009-04-25
* client: use GTimer to track timeoutsMax Kellermann2009-04-25
* playlist_control: use GTimer in previousSongInPlaylist()Max Kellermann2009-04-25
* pulse_mixer: use PULSE's mainloop lock instead of GMutexMax Kellermann2009-04-25
* curl: moved proxy settings to "input" blockMax Kellermann2009-04-25
* doc: added input plugin documentationMax Kellermann2009-04-25
* doc: added decoder documentationMax Kellermann2009-04-25
* doc: added more audio output documentationMax Kellermann2009-04-25
* Makefile.am: moved source files to $(TAG_SRC)Max Kellermann2009-04-25
* INSTALL: added libcue dependencyMax Kellermann2009-04-25
* fluidsynth: added "experimental" comments in the source fileMax Kellermann2009-04-25
* player_thread: pause when all audio outputs fail to playMax Kellermann2009-04-25
* player_thread: pause when output fails while seekingMax Kellermann2009-04-25
* stored_playlist: don't close NULL file on errorMax Kellermann2009-04-24
* alsa_output: don't use atexit() to clean up the ALSA libraryMax Kellermann2009-04-21
* alsa_mixer: call snd_config_update_free_global() in finish()Max Kellermann2009-04-21
* test: added program "read_mixer"Max Kellermann2009-04-21
* output_control: close mixer on pauseMax Kellermann2009-04-21
* client: free the fifo bufferMax Kellermann2009-04-17
* configure.ac: check for C++ detection failureMax Kellermann2009-04-15
* configure.ac: automatically detect the sidplay decoderMax Kellermann2009-04-15
* configure.ac: added a real check for libsidplay2Max Kellermann2009-04-15
* configure.ac: moved the sidplay check to its argumentMax Kellermann2009-04-15
* configure.ac: added function MPD_AUTO_PREMax Kellermann2009-04-15
* configure.ac: print feature name in error messageMax Kellermann2009-04-15
* configure.ac: detect libiso9660 with pkg-configMax Kellermann2009-04-13
* configure.ac: detect libzzip with pkg-configMax Kellermann2009-04-13
* configure.ac: fail when bzip2 plugin is enabled but not foundMax Kellermann2009-04-13
* icy_server: don't export icy_server_metadata_string()Max Kellermann2009-04-13
* httpd: use C99 "bool" instead of GLib's gbooleanMax Kellermann2009-04-13
* httpd: use g_ascii_strncasecmp() to compare headersMax Kellermann2009-04-13
* Implemented basic icy support for the httpd outputHagen Schink2009-04-13
* decoder_api: submit the song tag to the music pipeMax Kellermann2009-04-13
* test: added run_input test programMax Kellermann2009-04-13
* removed TODO fileMax Kellermann2009-04-10
* log: removed "unused" attribute from log_level parameterMax Kellermann2009-04-10
* test: added configuration file readerMax Kellermann2009-04-10
* doc: added "music directory" sectionMax Kellermann2009-04-10
* doc: xml typo fixJeffrey Middleton2009-04-06