From 1f9139b07b8a896b62c1f28f3d04acac33978c0d Mon Sep 17 00:00:00 2001 From: Rodger Combs Date: Wed, 7 Oct 2015 21:32:14 -0500 Subject: lavf: add automatic bitstream filtering; bump version This solves the problem discussed in https://ffmpeg.org/pipermail/ffmpeg-devel/2015-September/179238.html by allowing AVCodec::write_header to be delayed until after packets have been run through required bitstream filters in order to generate global extradata. It also provides a mechanism by which a muxer can add a bitstream filter to a stream automatically, rather than prompting the user to do so. --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index bc025cad02..d9c2ea8376 100644 --- a/Changelog +++ b/Changelog @@ -48,6 +48,7 @@ version : - SOFAlizer: virtual binaural acoustics filter - VAAPI VP9 hwaccel - audio high-order multiband parametric equalizer +- automatic bitstream filtering version 2.8: -- cgit v1.2.3