- 15 Feb, 2012 1 commit
-
-
Jonathan Neuschäfer authored
This might break older versions, I didn't test.
-
- 14 Feb, 2012 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
An empty string is obviously not a valid integer.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 13 Feb, 2012 23 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Shortcut for map_directory_fs(db_get_root()).
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Work around a confusing error message.
-
Max Kellermann authored
-
Max Kellermann authored
Avoid reversing the order after every update.
-
Max Kellermann authored
-
Max Kellermann authored
Conflicts: NEWS configure.ac src/decoder/ffmpeg_decoder_plugin.c test/read_tags.c
-
Max Kellermann authored
This was disabled when compiled with a new ffmpeg version. Older ffmpeg versions used it explicitly, while newer ones may pass it through from the codec.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This fixes seeking in the vorbis decoder during MPD startup.
-
Max Kellermann authored
This fixes a bug when libsamplerate returns an empty buffer for a very small input buffer. The caller thinks this is an error, bug there is no GError object.
-
Max Kellermann authored
pcm_buffer_get() cannot ever return NULL.
-
treblid authored
Directories are loaded in reverse order when MPD starts. Only fixed when doing a rescan.
-
- 12 Feb, 2012 10 commits
-
-
Max Kellermann authored
The FLAC playlist plugin has been superseded by the "embcue" playlist plugin, which can read the embedded CUE sheets of all formats.
-
Max Kellermann authored
An embedded CUE sheet must always point to the song file it is contained in.
-
Max Kellermann authored
-
Max Kellermann authored
This finally enables the new embedded CUE sheet code: when a song file contains a playlist, it is printed in the "lsinfo" output, so clients get to know about this.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Use _scan() instead, to have more control.
-
Max Kellermann authored
-
Max Kellermann authored
-