aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-25output: use GLib instead of log.h/util.hMax Kellermann4-38/+39
2008-11-25oss: use GLib instead of utils.h/log.hMax Kellermann1-55/+56
2008-11-25mvp: use GLib instead of utils.h/log.hMax Kellermann1-16/+27
2008-11-25shout: use GLib instead of utils.h/log.hMax Kellermann4-82/+82
2008-11-25shout: don't check HAVE_SHOUTMax Kellermann1-7/+0
2008-11-25player: set elapsed=0 at song changeMarc Pavot1-0/+1
2008-11-25ao: print error message when ao_open_live() failsMax Kellermann1-1/+3
2008-11-25ao: support all libao error codesMax Kellermann1-9/+29
2008-11-25ao: use GLib instead of utils.h/log.hMax Kellermann1-19/+21
2008-11-25decoder: added missing glib.h includeMax Kellermann1-0/+2
2008-11-24tag_id3.h: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-2/+2
2008-11-24command.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-63/+63
2008-11-24client.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-1/+1
2008-11-24player_thread.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-1/+3
2008-11-24update.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-1/+1
2008-11-24sig_handlers.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-1/+2
2008-11-24pcm_resample_fallback.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-5/+5
2008-11-24dbUtils.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-2/+2
2008-11-24decoder_thread.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-1/+1
2008-11-24zeroconf.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-4/+6
2008-11-24input_file.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-2/+1
2008-11-24input_curl.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-2/+1
2008-11-24decoder_api.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-6/+7
2008-11-24main_notify.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-3/+5
2008-11-24flac, mpc, ogg, wavpack: include unistd.h for SEEK_SETMax Kellermann5-0/+5
2008-11-24player: disable music_pipe_check_format()Max Kellermann1-0/+2
2008-11-22update: fixed shadow warning on "basename"Max Kellermann1-6/+6
2008-11-22command: format strerror() with "%s"Max Kellermann1-1/+1
2008-11-22wavpack: use assert_static()Laszlo Ashin1-4/+5
2008-11-22utils: introduce assert_static()Laszlo Ashin1-0/+9
2008-11-22command: allow clients to subscribe to specific idle eventsMarc Pavot5-20/+60
2008-11-21decoder: check audio_format_valid() in all decodersMax Kellermann10-7/+71
2008-11-21audio_format: added audio_format_valid()Max Kellermann1-0/+11
2008-11-21decoder: ignore decoder_data() calls with length==0Max Kellermann1-1/+2
2008-11-21flac, oggflac: use GLib instead of utils.h/log.hMax Kellermann4-33/+29
2008-11-21ffmpeg: use GLib instead of log.hMax Kellermann1-8/+11
2008-11-21audiofile: use GLib instead of log.hMax Kellermann1-8/+10
2008-11-21aac: use GLib instead of utils.h/log.hMax Kellermann1-10/+10
2008-11-21log: print the log_domainMax Kellermann1-2/+6
2008-11-21state_file: save state_file every 5 minutesMax Kellermann1-0/+9
2008-11-21input_curl: try to seek by fast-forwarding the bufferMax Kellermann1-0/+26
2008-11-21input_curl: moved code to consume_buffer()Max Kellermann1-12/+26
2008-11-21input_curl: don't do temporary calculations with input_stream.offsetMax Kellermann1-4/+4
2008-11-20decoder: ignore the SEEK command during startupMax Kellermann1-1/+1
2008-11-20ogg: moved the "errorStr" variable into the error handlerMax Kellermann1-1/+2
2008-11-20aac: get rid of gcc warningsLaszlo Ashin1-2/+2
2008-11-20update: pass UTF-8 path to skip_symlink()Konstantin Sobolev1-3/+2
2008-11-20mapper: use the utf8_to_fs_charset() resultKonstantin Sobolev1-1/+1
2008-11-20path: fix g_convert() argument orderKonstantin Sobolev1-2/+2
2008-11-20ogg: check the ov_read() return value before the vorbis_info evaluationMax Kellermann1-7/+6