diff options
author | Rodger Combs <rodger.combs@gmail.com> | 2015-10-07 21:32:14 -0500 |
---|---|---|
committer | Rodger Combs <rodger.combs@gmail.com> | 2015-12-28 08:40:35 -0600 |
commit | 1f9139b07b8a896b62c1f28f3d04acac33978c0d (patch) | |
tree | 343964318a9d131e6dfe0886ac7776463fb69328 /Changelog | |
parent | 7a161b74ad13e8005f413770cce8af37bd051d32 (diff) | |
download | ffmpeg-1f9139b07b8a896b62c1f28f3d04acac33978c0d.tar.gz |
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.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ version <next>: - SOFAlizer: virtual binaural acoustics filter - VAAPI VP9 hwaccel - audio high-order multiband parametric equalizer +- automatic bitstream filtering version 2.8: |