summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-24update.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen
2008-11-24sig_handlers.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen
2008-11-24pcm_resample_fallback.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen
2008-11-24dbUtils.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen
2008-11-24decoder_thread.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen
2008-11-24zeroconf.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen
2008-11-24input_file.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen
2008-11-24input_curl.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen
2008-11-24decoder_api.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen
2008-11-24main_notify.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen
2008-11-24flac, mpc, ogg, wavpack: include unistd.h for SEEK_SETMax Kellermann
2008-11-24player: disable music_pipe_check_format()Max Kellermann
2008-11-23MPD version 0.14~beta1v0.14_beta1Avuton Olrich
2008-11-23command: added documentation for idle subscriptionsMarc Pavot
2008-11-23Makefile.am: include protocol.xml in source tarballMax Kellermann
2008-11-22update: fixed shadow warning on "basename"Max Kellermann
2008-11-22autogen.sh: removed libtoolizeMax Kellermann
2008-11-22command: format strerror() with "%s"Max Kellermann
2008-11-22wavpack: use assert_static()Laszlo Ashin
2008-11-22utils: introduce assert_static()Laszlo Ashin
2008-11-22command: allow clients to subscribe to specific idle eventsMarc Pavot
2008-11-21decoder: check audio_format_valid() in all decodersMax Kellermann
2008-11-21audio_format: added audio_format_valid()Max Kellermann
2008-11-21decoder: ignore decoder_data() calls with length==0Max Kellermann
2008-11-21flac, oggflac: use GLib instead of utils.h/log.hMax Kellermann
2008-11-21ffmpeg: use GLib instead of log.hMax Kellermann
2008-11-21audiofile: use GLib instead of log.hMax Kellermann
2008-11-21aac: use GLib instead of utils.h/log.hMax Kellermann
2008-11-21log: print the log_domainMax Kellermann
2008-11-21state_file: save state_file every 5 minutesMax Kellermann
2008-11-21input_curl: try to seek by fast-forwarding the bufferMax Kellermann
2008-11-21input_curl: moved code to consume_buffer()Max Kellermann
2008-11-21input_curl: don't do temporary calculations with input_stream.offsetMax Kellermann
2008-11-20doc: merged protocol documentation from the wikiMonika Brinkert
2008-11-20doc: rephrase descriptionsMonika Brinkert
2008-11-20doc: improved XML decorationsMonika Brinkert
2008-11-20AUTHORS: added Viliam MateickaViliam Mateicka
2008-11-20decoder: ignore the SEEK command during startupMax Kellermann
2008-11-20ogg: moved the "errorStr" variable into the error handlerMax Kellermann
2008-11-20aac: get rid of gcc warningsLaszlo Ashin
2008-11-20update: pass UTF-8 path to skip_symlink()Konstantin Sobolev
2008-11-20mapper: use the utf8_to_fs_charset() resultKonstantin Sobolev
2008-11-20path: fix g_convert() argument orderKonstantin Sobolev
2008-11-20ogg: check the ov_read() return value before the vorbis_info evaluationMax Kellermann
2008-11-20input_curl: don't fail when seek to EOF is requestedMax Kellermann
2008-11-20curl: don't check running_handles for EOFMax Kellermann
2008-11-20input_curl: always set eof=true on CURLMSG_DONEMax Kellermann
2008-11-20doc: process protocol.xml with xmltoMax Kellermann
2008-11-20doc: fix "Repeat" typo in protocol.xmlMax Kellermann
2008-11-19doc: converted doc/COMMANDS to DocBookMax Kellermann