summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-12-02listen: check if AI_ADDRCONFIG is definedMax Kellermann
2008-12-02listen: enable AI_PASSIVEMax Kellermann
2008-12-02replaced mpd_printf etc by G_GNUC_PRINTFThomas Jansen
2008-12-02replaced mpd_noreturn by G_GNUC_NORETURNThomas Jansen
2008-12-02replaced mpd_malloc by G_GNUC_MALLOCThomas Jansen
2008-12-02replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen
2008-12-01alsa: reverted the default buffer_time to 500 msMax Kellermann
2008-11-30shout: fixed the lame input buffer allocationMax Kellermann
2008-11-30shout_mp3: cast input buffer to int16_t*Max Kellermann
2008-11-30input_curl: follow HTTP redirectsMax Kellermann
2008-11-30input_curl: send a User-Agent headerMax Kellermann
2008-11-28update: added options which control symlink behaviourRaphaƫl Rigo
2008-11-27update: added update_global_init() and update_global_finish()Max Kellermann
2008-11-27conf: added config_get_bool()Max Kellermann
2008-11-27mp3: use GLib loggingMax Kellermann
2008-11-25input_curl: disable Icy-MetadataMax Kellermann
2008-11-25main: destroy the save_state timer on exitMax Kellermann
2008-11-25output: use GLib instead of log.h/util.hMax Kellermann
2008-11-25oss: use GLib instead of utils.h/log.hMax Kellermann
2008-11-25mvp: use GLib instead of utils.h/log.hMax Kellermann
2008-11-25shout: use GLib instead of utils.h/log.hMax Kellermann
2008-11-25shout: don't check HAVE_SHOUTMax Kellermann
2008-11-25player: set elapsed=0 at song changeMarc Pavot
2008-11-25ao: print error message when ao_open_live() failsMax Kellermann
2008-11-25ao: support all libao error codesMax Kellermann
2008-11-25ao: use GLib instead of utils.h/log.hMax Kellermann
2008-11-25decoder: added missing glib.h includeMax Kellermann
2008-11-24tag_id3.h: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen
2008-11-24command.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen
2008-11-24client.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen
2008-11-24player_thread.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen
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-22update: fixed shadow warning on "basename"Max 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