- 27 Feb, 2013 2 commits
-
-
Hagen Fritsch authored
-
Hagen Fritsch authored
-
- 19 Feb, 2013 1 commit
-
-
Jörg Thalheim authored
If END is omitted, mpd should use the highest possible value instead of raising an error. This partially reverts 52e9cab1
-
- 04 Feb, 2013 1 commit
-
-
Max Kellermann authored
When all outputs fail, MPD automatically pauses playback, but did not emit the IDLE_PLAYER event. Thus, clients were not woken up. (Mantis 3665)
-
- 16 Jan, 2013 1 commit
-
-
Brice Jaglin authored
-
- 11 Jan, 2013 2 commits
-
-
Denis Krjuchkov authored
This file is generated during configuration and should be ignored.
-
Denis Krjuchkov authored
- Add mandatory "name" setting for winmm/openal examples. - Fix the language in openal sample (a -> an)
-
- 10 Jan, 2013 3 commits
-
-
Denis Krjuchkov authored
-
Denis Krjuchkov authored
-
Denis Krjuchkov authored
- Added replaygain_missing_preamp and replaygain_limit settings - Added information about "auto" replay gain mode
-
- 09 Jan, 2013 1 commit
-
-
Denis Krjuchkov authored
At least in my configuration libgme lacks .pc file thus could not be detected with pkg-config.
-
- 08 Jan, 2013 1 commit
-
-
Denis Krjuchkov authored
-
- 07 Jan, 2013 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 03 Jan, 2013 6 commits
-
-
Max Kellermann authored
Track whether _finish() has been called, and deliver all partial results then. Fixes Mantis ticket 0003621.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Denis Krjuchkov authored
Rationale: vanilla libid3tag does not have any pkg-config stuff and fails to detect because symbols from libz are not found.
-
Denis Krjuchkov authored
- fix potential memory leak of system_path 'Potential' because currently g_get_system_config_dirs() returns single entry on Windows, but that might change. - remove incorrect g_free() call It's not required at all because g_get_system_config_dirs() returns GLib owned memory. - remove extra semicolon
-
- 21 Nov, 2012 1 commit
-
-
John authored
Since some configurations use the "bind_to_address" option in their /etc/mpd.conf, the systemd service file must wait for the network.target or else mpd will start before it and thus fail due to no iface.
-
- 05 Oct, 2012 9 commits
-
-
Max Kellermann authored
The song's URI must be UTF-8, not filesystem character set.
-
Max Kellermann authored
Fixes minor Windows compatibility problem.
-
Max Kellermann authored
Implements Mantis feature request 3582.
-
Max Kellermann authored
Interleaving was completely wrong. This code was never used, so it didn't have an effect.
-
Max Kellermann authored
-
Max Kellermann authored
Works around assertion failure in decoder_timestamp().
-
Max Kellermann authored
Use av_get_sample_fmt_string() to obtain a human-readable string.
-
Max Kellermann authored
API simplification.
-
Max Kellermann authored
-
- 02 Oct, 2012 2 commits
-
-
Gregory Smith authored
-
Max Kellermann authored
-
- 01 Oct, 2012 8 commits
-
-
Max Kellermann authored
This is necessary for Ogg packets that span more than one page.
-
Max Kellermann authored
-
Max Kellermann authored
We can only check for negative values if the variable is signed.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Make sure the file header gets written at the beginning, before _write() gets called.
-
Max Kellermann authored
Move the raw buffer to struct shout_data.
-