summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-25INSTALL: added libcue dependencyMax Kellermann
2009-04-25fluidsynth: added "experimental" comments in the source fileMax Kellermann
2009-04-25player_thread: pause when all audio outputs fail to playMax Kellermann
2009-04-25player_thread: pause when output fails while seekingMax Kellermann
2009-04-24stored_playlist: don't close NULL file on errorMax Kellermann
2009-04-21alsa_output: don't use atexit() to clean up the ALSA libraryMax Kellermann
2009-04-21alsa_mixer: call snd_config_update_free_global() in finish()Max Kellermann
2009-04-21test: added program "read_mixer"Max Kellermann
2009-04-21output_control: close mixer on pauseMax Kellermann
2009-04-17client: free the fifo bufferMax Kellermann
2009-04-15configure.ac: check for C++ detection failureMax Kellermann
2009-04-15configure.ac: automatically detect the sidplay decoderMax Kellermann
2009-04-15configure.ac: added a real check for libsidplay2Max Kellermann
2009-04-15configure.ac: moved the sidplay check to its argumentMax Kellermann
2009-04-15configure.ac: added function MPD_AUTO_PREMax Kellermann
2009-04-15configure.ac: print feature name in error messageMax Kellermann
2009-04-13configure.ac: detect libiso9660 with pkg-configMax Kellermann
2009-04-13configure.ac: detect libzzip with pkg-configMax Kellermann
2009-04-13configure.ac: fail when bzip2 plugin is enabled but not foundMax Kellermann
2009-04-13icy_server: don't export icy_server_metadata_string()Max Kellermann
2009-04-13httpd: use C99 "bool" instead of GLib's gbooleanMax Kellermann
2009-04-13httpd: use g_ascii_strncasecmp() to compare headersMax Kellermann
2009-04-13Implemented basic icy support for the httpd outputHagen Schink
2009-04-13decoder_api: submit the song tag to the music pipeMax Kellermann
2009-04-13test: added run_input test programMax Kellermann
2009-04-10removed TODO fileMax Kellermann
2009-04-10log: removed "unused" attribute from log_level parameterMax Kellermann
2009-04-10test: added configuration file readerMax Kellermann
2009-04-10doc: added "music directory" sectionMax Kellermann
2009-04-06doc: xml typo fixJeffrey Middleton
2009-04-06decoder: prefer wildmidi over fluidsynthAvuton Olrich
2009-04-06configure: add shout AC_DEFINE, otherwise it will not enable.Avuton Olrich
2009-04-02vorbis: move #define out of function to top of sourcesAvuton Olrich
2009-04-02decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich
2009-04-02Modify version string to post-release version 0.15~gitAvuton Olrich
2009-04-02mpd version 0.15~alpha1v0.15_alpha1Avuton Olrich
2009-04-02make: gitignore is not necessary for distribution.Avuton Olrich
2009-04-02NEWS: flagged some new features "experimental"Max Kellermann
2009-04-01configure.ac: moved libmikmod test to --enable-mikmodMax Kellermann
2009-04-01configure.ac: renamed --enable-mod to --enable-mikmodMax Kellermann
2009-04-01httpd: don't pass uninitialized page to httpd_client_check_queue()Max Kellermann
2009-04-01configure.ac: renamed --enable-oggvorbis to --enable-vorbisMax Kellermann
2009-04-01Makefile.am: use TREMOR_CFLAGS and TREMOR_LIBSMax Kellermann
2009-04-01configure.ac: renamed --enable-oggvorbis-encoderMax Kellermann
2009-04-01configure.ac: renamed --enable-lame to --enable-lame-encoderMax Kellermann
2009-04-01configure.ac: fix typo in help stringMax Kellermann
2009-04-01configure.ac: fail when LAME is enabled but not foundMax Kellermann
2009-04-01Makefile.am: use LAME_CFLAGS and LAME_LIBSMax Kellermann
2009-04-01configure.ac: fail when vorbis encoder is enabled but not foundMax Kellermann
2009-04-01configure.ac: don't check for encoders when shout/httpd disabledMax Kellermann