summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorRodger Combs <rodger.combs@gmail.com>2015-10-07 21:32:14 -0500
committerRodger Combs <rodger.combs@gmail.com>2015-12-28 08:40:35 -0600
commit1f9139b07b8a896b62c1f28f3d04acac33978c0d (patch)
tree343964318a9d131e6dfe0886ac7776463fb69328 /Changelog
parent7a161b74ad13e8005f413770cce8af37bd051d32 (diff)
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--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index bc025cad02..d9c2ea8376 100644
--- a/Changelog
+++ b/Changelog
@@ -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: