aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* listen: check if AI_ADDRCONFIG is definedMax Kellermann2008-12-02
* listen: enable AI_PASSIVEMax Kellermann2008-12-02
* replaced mpd_printf etc by G_GNUC_PRINTFThomas Jansen2008-12-02
* replaced mpd_noreturn by G_GNUC_NORETURNThomas Jansen2008-12-02
* replaced mpd_malloc by G_GNUC_MALLOCThomas Jansen2008-12-02
* replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen2008-12-02
* alsa: reverted the default buffer_time to 500 msMax Kellermann2008-12-01
* shout: fixed the lame input buffer allocationMax Kellermann2008-11-30
* shout_mp3: cast input buffer to int16_t*Max Kellermann2008-11-30
* input_curl: follow HTTP redirectsMax Kellermann2008-11-30
* input_curl: send a User-Agent headerMax Kellermann2008-11-30
* update: added options which control symlink behaviourRaphaƫl Rigo2008-11-28
* update: added update_global_init() and update_global_finish()Max Kellermann2008-11-27
* conf: added config_get_bool()Max Kellermann2008-11-27
* mp3: use GLib loggingMax Kellermann2008-11-27
* input_curl: disable Icy-MetadataMax Kellermann2008-11-25
* main: destroy the save_state timer on exitMax Kellermann2008-11-25
* output: use GLib instead of log.h/util.hMax Kellermann2008-11-25
* oss: use GLib instead of utils.h/log.hMax Kellermann2008-11-25
* mvp: use GLib instead of utils.h/log.hMax Kellermann2008-11-25
* shout: use GLib instead of utils.h/log.hMax Kellermann2008-11-25
* shout: don't check HAVE_SHOUTMax Kellermann2008-11-25
* player: set elapsed=0 at song changeMarc Pavot2008-11-25
* ao: print error message when ao_open_live() failsMax Kellermann2008-11-25
* ao: support all libao error codesMax Kellermann2008-11-25
* ao: use GLib instead of utils.h/log.hMax Kellermann2008-11-25
* decoder: added missing glib.h includeMax Kellermann2008-11-25
* tag_id3.h: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* command.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* client.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* player_thread.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* update.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* sig_handlers.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* pcm_resample_fallback.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* dbUtils.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* decoder_thread.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* zeroconf.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* input_file.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* input_curl.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* decoder_api.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* main_notify.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* flac, mpc, ogg, wavpack: include unistd.h for SEEK_SETMax Kellermann2008-11-24
* player: disable music_pipe_check_format()Max Kellermann2008-11-24
* update: fixed shadow warning on "basename"Max Kellermann2008-11-22
* command: format strerror() with "%s"Max Kellermann2008-11-22
* wavpack: use assert_static()Laszlo Ashin2008-11-22
* utils: introduce assert_static()Laszlo Ashin2008-11-22
* command: allow clients to subscribe to specific idle eventsMarc Pavot2008-11-22
* decoder: check audio_format_valid() in all decodersMax Kellermann2008-11-21
* audio_format: added audio_format_valid()Max Kellermann2008-11-21