aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makefile.am: run sparse once with all sourcesMax Kellermann2009-05-041-4/+1
* Modify version string to post-release version 0.15~gitAvuton Olrich2009-04-301-1/+1
* mpd version 0.15~beta1release-0.15_beta1Avuton Olrich2009-04-301-1/+1
* Makefile.am: ship DocBook sources even when documentation is disabledMax Kellermann2009-04-301-2/+2
* configure: Fix where mikmod was not explicitly disabled.Avuton Olrich2009-04-291-1/+1
* configure: Fix where mp4 was not explicitly disabled.Avuton Olrich2009-04-291-1/+3
* scripts: Remove mpd.spec, it was always half-baked.Avuton Olrich2009-04-293-98/+1
* output_init: added option to disable the hardware mixerMax Kellermann2009-04-282-1/+13
* command: added "sticker delete" commandMax Kellermann2009-04-282-0/+40
* sticker: added sticker_delete_value()Max Kellermann2009-04-284-0/+85
* song_save: don't call tag_free(NULL)Max Kellermann2009-04-282-1/+4
* clean up documentation of mixer options.Daniel Kahn Gillmor2009-04-281-15/+23
* libsamplerate: use g_ascii_strncasecmp() instead of strncasecmp()Max Kellermann2009-04-281-1/+1
* command: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-281-1/+1
* 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