aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-20log: map log level "SECURE" to GLib's "INFO"Max Kellermann1-3/+3
2008-12-17Remove useless statement.Emanuele Giaquinta1-1/+0
2008-12-17player_control: check if errored_song is setMax Kellermann1-4/+14
2008-12-17playlist: clear pc.errored_song on deleteMax Kellermann3-2/+23
2008-12-17Remove useless computation. After the pthread_cond_wait loop there are at lea...Emanuele Giaquinta1-2/+0
2008-12-17Remove useless statement, curpos is initialized at the beginning of the loop.Emanuele Giaquinta1-1/+0
2008-12-17Factor computation.Emanuele Giaquinta1-4/+6
2008-12-17Use MIN.Emanuele Giaquinta1-2/+2
2008-12-17Call CloseComponent after AudioUnitUninitialize.Emanuele Giaquinta1-1/+1
2008-12-16command: reject unsupported URI schemesMax Kellermann1-1/+11
2008-12-16ls: added uri_has_scheme()Max Kellermann2-0/+10
2008-12-16ls: don't return suffix from parent directory nameMax Kellermann1-1/+1
2008-12-16ls: reimplement getSuffix() with strrchr()Max Kellermann1-8/+2
2008-12-16ls: use boolMax Kellermann2-6/+7
2008-12-16ls: make printRemoteUrlHandlers() return voidMax Kellermann3-5/+4
2008-12-16ls: removed isValidRemoteUtf8Url()Max Kellermann5-46/+4
2008-12-16ls: don't include time.hMax Kellermann1-2/+0
2008-12-15ffmpeg: fixing ffmpeg_send_packet to allow multipacketsViliam Mateicka1-16/+32
2008-12-15ffmpeg: adding APE supportViliam Mateicka1-2/+3
2008-12-13locate: ignore case when searching in song pathsMax Kellermann1-1/+1
2008-12-09ao: use 16 bit sample formatMax Kellermann1-0/+6
2008-12-08osx: use 16 bit sample formatMax Kellermann1-0/+3
2008-12-08osx: use GLib instead of utils.h/log.hMax Kellermann1-9/+13
2008-12-08osx: don't use void pointer in arithmeticMax Kellermann1-2/+2
2008-12-08mp3: declare variables as "enum mp3_action"Max Kellermann1-2/+2
2008-12-08update: default to follow all symlinksAvuton Olrich1-1/+1
2008-12-08pcm_utils: always round up resampling buffer sizeMax Kellermann1-1/+1
2008-12-04stored_playlist: include time.h for the time_t typeMax Kellermann1-0/+1
2008-12-02listen: check if AI_ADDRCONFIG is definedMax Kellermann1-1/+4
2008-12-02listen: enable AI_PASSIVEMax Kellermann1-1/+1
2008-12-02replaced mpd_printf etc by G_GNUC_PRINTFThomas Jansen6-21/+17
2008-12-02replaced mpd_noreturn by G_GNUC_NORETURNThomas Jansen4-5/+6
2008-12-02replaced mpd_malloc by G_GNUC_MALLOCThomas Jansen4-13/+12
2008-12-02replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen6-16/+18
2008-12-01alsa: reverted the default buffer_time to 500 msMax Kellermann1-1/+5
2008-11-30shout: fixed the lame input buffer allocationMax Kellermann1-9/+15
2008-11-30shout_mp3: cast input buffer to int16_t*Max Kellermann1-2/+2
2008-11-30input_curl: follow HTTP redirectsMax Kellermann1-0/+2
2008-11-30input_curl: send a User-Agent headerMax Kellermann1-0/+3
2008-11-28update: added options which control symlink behaviourRaphaƫl Rigo3-7/+37
2008-11-27update: added update_global_init() and update_global_finish()Max Kellermann3-0/+14
2008-11-27conf: added config_get_bool()Max Kellermann2-0/+14
2008-11-27mp3: use GLib loggingMax Kellermann1-19/+18
2008-11-25input_curl: disable Icy-MetadataMax Kellermann1-0/+2
2008-11-25main: destroy the save_state timer on exitMax Kellermann1-0/+2
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