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 /doc/APIchanges | |
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 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 013e870b67..e0d5e84cf0 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2015-12-28 - xxxxxxx - lavf 57.21.100 - avformat.h + Add automatic bitstream filtering; add av_apply_bitstream_filters() + 2015-12-22 - xxxxxxx - lavfi 6.21.101 - avfilter.h Deprecate avfilter_link_set_closed(). Applications are not supposed to mess with links, |