Changeset 1f9139b0 in ffmpeg

Timestamp:
Dec 28, 2015, 2:40:35 PM (9 years ago)
Author:
Rodger Combs <rodger.combs@gmail.com>
Branches:
master
Children:
822e80fd
Parents:
7a161b74
git-author:
Rodger Combs <rodger.combs@gmail.com> (10/08/15 02:32:14)
git-committer:
Rodger Combs <rodger.combs@gmail.com> (12/28/15 14:40:35)
Message:

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.