From b8fdb452be9d79492b4bff84d2990cfcb1da282b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 4 Oct 2012 07:09:31 +0200 Subject: 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. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e4934332..af9f5181 100644 --- a/NEWS +++ b/NEWS @@ -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: -- cgit v1.2.3