- 21 Mar, 2012 4 commits
-
-
Max Kellermann authored
For simplicity, the MPD core should not have to deal with packing. It is rarely used, and those plugins that need it should use the pcm_export library instead.
-
Max Kellermann authored
Don't use audio_format.reverse_endian.
-
Max Kellermann authored
This format is unused since the DSDIFF decoder plugin now reverses the bit order.
-
Max Kellermann authored
Allow to remove this complexity from the MPD core.
-
- 19 Mar, 2012 1 commit
-
-
Max Kellermann authored
-
- 01 Mar, 2012 2 commits
-
-
Max Kellermann authored
Move the responsibility for the conversion to the PCM library. This will allow passing the verbatim DSD samples to an output plugin.
-
Max Kellermann authored
Basic support for Direct Stream Digital. No conversion yet, and no decoder/output plugin support.
-
- 15 Feb, 2012 3 commits
-
-
Jonathan Neuschäfer authored
-
Jonathan Neuschäfer authored
This might break older versions, I didn't test.
-
Jonathan Neuschäfer authored
-
- 13 Feb, 2012 1 commit
-
-
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.
-
- 12 Feb, 2012 2 commits
-
-
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 15 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.
-
Max Kellermann authored
Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object.
-
Max Kellermann authored
When gme_track_info() returns with success, then the gme_info_t pointer must be set.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
All supported ffmpeg/libav versions have this.
-
Max Kellermann authored
The only other libFLAC call (seek) does not produce fatal errors.
-
Max Kellermann authored
Call it in the function that also invokved FLAC__stream_decoder_init_*().
-
Max Kellermann authored
-
Max Kellermann authored
https://www.xkcd.com/292/
-
Max Kellermann authored
-
Max Kellermann authored
The struct is smaller because it is sparse. Its traversal is also more efficient.
-
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.
-
- 24 Jan, 2012 1 commit
-
-
Max Kellermann authored
-
- 12 Jan, 2012 2 commits
-
-
Max Kellermann authored
Require libavutil 51.5.0.
-
Max Kellermann authored
This function was added when the libavformat version was 53.2.0, but the actual release 53.2.0 did not have it.
-
- 04 Jan, 2012 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-