[FFmpeg-devel] [FFmpeg-cvslog] lavf: add new API for iterating muxers and demuxers

Michael Niedermayer michael at niedermayer.cc
Thu Feb 8 03:47:47 EET 2018


On Tue, Feb 06, 2018 at 06:57:49PM +0000, Josh de Kock wrote:
> ffmpeg | branch: master | Josh de Kock <josh at itanimul.li> | Sun Jan 21 16:06:54 2018 +0000| [0694d8702421e7aff1340038559c438b61bb30dd] | committer: Josh de Kock
> 
> lavf: add new API for iterating muxers and demuxers
> 
> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0694d8702421e7aff1340038559c438b61bb30dd
> ---
> 
>  Makefile                 |   3 +-
>  configure                |   6 +-
>  doc/APIchanges           |   7 +-
>  libavformat/.gitignore   |   2 +
>  libavformat/allformats.c | 868 ++++++++++++++++++++++++++++-------------------
>  libavformat/avformat.h   |  31 ++
>  libavformat/format.c     |  68 +---
>  libavformat/version.h    |   3 +
>  8 files changed, 567 insertions(+), 421 deletions(-)

This breaks the caca muxer

./ffmpeg -i mm-short.mpg -pix_fmt rgb24 -list_dither antialiases  -f caca -

did previously print a list as requested by the command line:
[caca @ 0x3cae640] Available antialias:
[caca @ 0x3cae640] none: No antialiasing
[caca @ 0x3cae640] prefilter: Prefilter antialiasing

this does not work anymore after the patch

it just dies with

Unrecognized option 'list_dither'.

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

No snowflake in an avalanche ever feels responsible. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180208/5e1763c2/attachment.sig>


More information about the ffmpeg-devel mailing list