- 11 Feb, 2012 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 10 Feb, 2012 1 commit
-
-
Max Kellermann authored
-
- 09 Feb, 2012 4 commits
-
-
Max Kellermann authored
To replace libcue, the unmaintained and crashy library.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 05 Feb, 2012 1 commit
-
-
Max Kellermann authored
Conflicts: NEWS configure.ac
-
- 04 Feb, 2012 4 commits
-
-
Avuton Olrich authored
-
Max Kellermann authored
Conflicts: src/decoder/ffmpeg_decoder_plugin.c test/read_tags.c test/run_decoder.c
-
Max Kellermann authored
-
Max Kellermann authored
-
- 03 Feb, 2012 7 commits
-
-
Max Kellermann authored
Implements support for libavcodec 0.9, which removes the compatibility macros SAMPLE_FMT_*
-
Max Kellermann authored
Minor optimisation.
-
Max Kellermann authored
Use the tag_item_names table to look up the names of all MPD tags, and remove the duplicate entries from ffmpeg_tag_maps.
-
Max Kellermann authored
Allow using this function without the ffmpeg_tag_map struct.
-
Max Kellermann authored
Eliminate some duplicate code.
-
Max Kellermann authored
Move the #ifdefs out of _copy_metadata().
-
Max Kellermann authored
No interest in this return value.
-
- 02 Feb, 2012 4 commits
-
-
Max Kellermann authored
Reduce the number of lock/unlock cycles, and make database handling safer.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This was the cause of the reversed ordering when loading a database file.
-
- 29 Jan, 2012 2 commits
-
-
Max Kellermann authored
It seems gcc 4.5 does not allow #pragma within function: src/input/soup_input_plugin.c:284:9: error: #pragma GCC diagnostic not allowed inside functions
-
Max Kellermann authored
This commit fixes a major regression in directory_lookup_directory(), which broke the deep lookup of directories.
-
- 24 Jan, 2012 13 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Wrap songvec_find() and other songvec methods.
-
Max Kellermann authored
-
Max Kellermann authored
Random access is not needed, and a linked list is easier to manage: we don't need to (re-)allocate the pointer array.
-
Max Kellermann authored
-
Max Kellermann authored
Pass only the "name" to a directory, instead of the full (relative) path.
-
Max Kellermann authored
-
Max Kellermann authored
This overhead is completely useless, because no caller expects this behaviour.
-
Max Kellermann authored
-
Max Kellermann authored
The given song must exist, or MPD will abort. Calling it with an unknown song is illegal.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 21 Jan, 2012 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-