decoder/flac: support FLAC files inside archives

Implement the "scan_stream" method that can read tags from any
input_stream object.  This requires a FLAC__IOCallbacks implementation
based on the input_stream API.
This commit is contained in:
Max Kellermann
2012-10-04 07:09:31 +02:00
parent 6b416ce6be
commit b8fdb452be
6 changed files with 217 additions and 2 deletions

1
NEWS
View File

@@ -2,6 +2,7 @@ ver 0.18 (2012/??/??)
* decoder:
- adplug: new decoder plugin using libadplug
- flac: require libFLAC 1.2 or newer
- flac: support FLAC files inside archives
- opus: new decoder plugin for the Opus codec
- vorbis: skip 16 bit quantisation, provide float samples
* encoder: