summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-08-16Merge branch 'v0.17.x'Max Kellermann
2012-08-16playlist_print: fix memory leakMax Kellermann
2012-08-16playlist_song: pass const song to _check_load_song()Max Kellermann
2012-08-16playlist_song: fix user-after-free bugMax Kellermann
2012-08-15ProxyDatabase: pass "detached" objects to visitorsMax Kellermann
2012-08-15queue: duplicate all song objectsMax Kellermann
2012-08-15player_control: duplicate the song objectMax Kellermann
2012-08-15decoder_control: duplicate the song objectMax Kellermann
2012-08-15Song: add function song_dup_detached()Max Kellermann
2012-08-15Song: add function song_equals()Max Kellermann
2012-08-15Song: move trivial inline functions upMax Kellermann
2012-08-15DatabasePlugin: add method GetStats()Max Kellermann
2012-08-15DatabasePlugin: add method VisitUniqueTags()Max Kellermann
2012-08-15ProxyDatabase: obey visitor return valuesMax Kellermann
2012-08-15ProxyDatabasePlugin: add OO wrapper for mpd_entityMax Kellermann
2012-08-15ProxyDatabasePlugin: move tag table to the global name spaceMax Kellermann
2012-08-15db_visitor: delete obsolete headerMax Kellermann
2012-08-15DatabasePrint: remove bogus "nonnull" attributesMax Kellermann
2012-08-15Merge branch 'v0.17.x'Max Kellermann
2012-08-15player_thread: add local variable "start_ms"Max Kellermann
2012-08-15playlist: fix unprotected player_control accessMax Kellermann
2012-08-15filter/volume: include cleanupMax Kellermann
2012-08-15mapper: fix potential crash in file permission checkMax Kellermann
2012-08-15decoder_control: add function _is_current_song()Max Kellermann
2012-08-15decoder_control: add assertion to dc_get_error()Max Kellermann
2012-08-15decoder_thread: create GError for mapper failureMax Kellermann
2012-08-15Merge branch 'v0.17.x'Max Kellermann
2012-08-15decoder/fluidsynth: add "sample_rate" settingMax Kellermann
2012-08-15decoder/fluidsynth: add "soundfont" settingMax Kellermann
2012-08-15configure.ac: auto-detect libfluidsynthMax Kellermann
2012-08-15decoder/fluidsynth: stop playback at end of fileMax Kellermann
2012-08-15decoder/fluidsynth: don't duplicate pathMax Kellermann
2012-08-15decoder/fluidsynth: check if file is really a MIDIMax Kellermann
2012-08-15decoder/fluidsynth: remove throttle (requires libfluidsynth 1.1)Max Kellermann
2012-08-14Merge branch 'v0.17.x'Max Kellermann
2012-08-14log: store duplicated path stringMax Kellermann
2012-08-14output/jack: implement method delay()Max Kellermann
2012-08-14output/pulse: implement method delay()Max Kellermann
2012-08-14output/pulse: simplify _wait_stream()Max Kellermann
2012-08-14output/httpd: move delay from _pause() to _delay()Max Kellermann
2012-08-14output/httpd: fix throttling bug after resuming playbackMax Kellermann
2012-08-14output/httpd: move code to _has_clients()Max Kellermann
2012-08-14timer: use monotonic clock if availableMax Kellermann
2012-08-14input/ffmpeg: remove fallback AV_VERSION_INT definitionMax Kellermann
2012-08-14Merge branch 'v0.17.x'Max Kellermann
2012-08-14mapper: fix non-UTF8 music directory nameMax Kellermann
2012-08-14playlist_song: use map_to_relative_path()Max Kellermann
2012-08-14playlist_song: improve const-correctnessMax Kellermann
2012-08-14playlist_song: move code to playlist_check_load_song()Max Kellermann
2012-08-14input_stream, main: remove obsolete GLib version checksMax Kellermann