aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v0.17.x'Max Kellermann2012-08-156-60/+108
|\
| * doc/user: add wildmidi documentationMax Kellermann2012-08-151-0/+31
| * decoder/fluidsynth: add "sample_rate" settingMax Kellermann2012-08-153-6/+24
| * decoder/fluidsynth: add "soundfont" settingMax Kellermann2012-08-152-6/+38
| * configure.ac: auto-detect libfluidsynthMax Kellermann2012-08-153-12/+3
| * decoder/fluidsynth: stop playback at end of fileMax Kellermann2012-08-152-5/+5
| * decoder/fluidsynth: don't duplicate pathMax Kellermann2012-08-151-6/+1
| * decoder/fluidsynth: check if file is really a MIDIMax Kellermann2012-08-152-4/+2
| * decoder/fluidsynth: remove throttle (requires libfluidsynth 1.1)Max Kellermann2012-08-154-21/+4
* | Merge branch 'v0.17.x'Max Kellermann2012-08-1414-139/+278
|\|
| * log: store duplicated path stringMax Kellermann2012-08-143-31/+32
| * output/jack: implement method delay()Max Kellermann2012-08-141-4/+11
| * output/pulse: implement method delay()Max Kellermann2012-08-141-7/+21
| * output/pulse: simplify _wait_stream()Max Kellermann2012-08-141-55/+16
| * output/httpd: move delay from _pause() to _delay()Max Kellermann2012-08-141-1/+5
| * output/httpd: fix throttling bug after resuming playbackMax Kellermann2012-08-142-0/+9
| * output/httpd: move code to _has_clients()Max Kellermann2012-08-141-11/+27
| * timer: use monotonic clock if availableMax Kellermann2012-08-145-17/+147
| * input/ffmpeg: remove fallback AV_VERSION_INT definitionMax Kellermann2012-08-141-4/+1
| * mpd.conf(5): Document the existence of musicbrainz_ tagsWieland Hoffmann2012-08-142-9/+9
* | Merge branch 'v0.17.x'Max Kellermann2012-08-149-76/+104
|\|
| * mapper: fix non-UTF8 music directory nameMax Kellermann2012-08-145-37/+74
| * playlist_song: use map_to_relative_path()Max Kellermann2012-08-141-4/+4
| * playlist_song: improve const-correctnessMax Kellermann2012-08-141-5/+4
| * playlist_song: move code to playlist_check_load_song()Max Kellermann2012-08-141-23/+23
| * valgrind.suppressions: suppressions for GStaticMutex and moreMax Kellermann2012-08-141-0/+37
| * input_stream, main: remove obsolete GLib version checksMax Kellermann2012-08-143-8/+0
* | Merge branch 'v0.17.x'Max Kellermann2012-08-132-3/+6
|\|
| * client_file: remove pure attribute from client_allow_file().Anton Khirnov2012-08-132-1/+2
| * Modify version string to post-release version 0.17.2~gitAvuton Olrich2012-07-312-1/+4
| * mpd version 0.17.1release-0.17.1Avuton Olrich2012-07-311-1/+1
* | Directory: move code to directory_allocate()Max Kellermann2012-08-091-8/+18
* | valgrind.suppressions: suppressions for GStaticMutex and moreMax Kellermann2012-08-091-0/+37
* | player_control: add GError attributeMax Kellermann2012-08-085-68/+57
* | output_all: add basic GError supportMax Kellermann2012-08-085-11/+75
* | decoder_control: add GError attributeMax Kellermann2012-08-085-1/+107
* | player_control: rename attribute "error" to "error_type"Max Kellermann2012-08-084-12/+14
* | player_control: rename player_error enum valuesMax Kellermann2012-08-084-16/+24
* | player_control: remove unused enum player_error valuesMax Kellermann2012-08-083-19/+1
* | player_control: inline trivial functionsMax Kellermann2012-08-082-40/+25
* | song: use C++ compilerMax Kellermann2012-08-083-11/+19
* | tag_pool: use GStaticMutexMax Kellermann2012-08-089-49/+24
* | song: include cleanupMax Kellermann2012-08-081-1/+0
* | directory: use gcc.h macros, not GLibMax Kellermann2012-08-081-6/+7
* | conf: add a "database" blockMax Kellermann2012-08-083-6/+138
* | DatabaseGlue: look up the database pluginMax Kellermann2012-08-081-1/+11
* | DatabaseGlue: pass block to db_init()Max Kellermann2012-08-083-13/+9
* | DatabaseGlue: add function db_is_simple()Max Kellermann2012-08-084-5/+38
* | main: don't call db_init() without databaseMax Kellermann2012-08-081-1/+0
* | ProxyDatabasePlugin: obey the "recursive" flagMax Kellermann2012-08-081-2/+3