- 13 Feb, 2012 21 commits
-
-
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 16 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
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Parses CUE data from the "CUESHEET" tag. Needs further integration in the update thread.
-
Max Kellermann authored
Prepare for big CUESHEET tags.
-
Max Kellermann authored
The new method pair() receives an arbitrary name/value pair. Support for this is being added to a few decoder plugins.
-
- 11 Feb, 2012 3 commits
-
-
Max Kellermann authored
Remove clutter from wavpack_scan_file(), and use a (large) fixed buffer for the tag item.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes build regression.
-