[FFmpeg-devel] [PATCH] lavf: add automatic bitstream filtering; bump version

Michael Niedermayer michaelni at gmx.at
Sun Dec 13 10:51:48 CET 2015


On Fri, Dec 04, 2015 at 09:03:05PM -0600, Rodger Combs wrote:
> 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 +
>  doc/APIchanges         |  3 +++
>  libavformat/avformat.h | 23 +++++++++++++++++++++++
>  libavformat/internal.h | 17 +++++++++++++++++
>  libavformat/mux.c      | 49 ++++++++++++++++++++++++++++++++++++++++++++++---
>  libavformat/version.h  |  2 +-
>  6 files changed, 91 insertions(+), 4 deletions(-)

works fine and i can confirm it fixes the bug
why has this patchset not been applied ?

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

If a bugfix only changes things apparently unrelated to the bug with no
further explanation, that is a good sign that the bugfix is wrong.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151213/3712579e/attachment.sig>


More information about the ffmpeg-devel mailing list