Hi, here's the patchset implementing all the discussed fftools changes except compatibility symlinks for ffplay/probe/server, as I don't know the build system enough to do that.
I've chosen a temporary work name 'avengine' for the ffmpeg replacement. Other suggested names were: av avmux avtool aviator avenger avconvert (probably some others i forgot) Everyone is welcome to vote on the above or suggest their own. Also if anyone wants other incompatible changes to any of the tools, now is the time to send patches ;) .gitignore | 7 +- Changelog | 16 + Makefile | 15 +- avengine.c | 4256 ++++++++++++++++++++++++++++++++++++ avplay.c | 3071 ++++++++++++++++++++++++++ avprobe.c | 419 ++++ avserver.c | 4742 +++++++++++++++++++++++++++++++++++++++++ cmdutils.c | 55 +- cmdutils.h | 2 +- configure | 49 +- doc/avengine.texi | 1034 +++++++++ doc/avplay.texi | 182 ++ doc/avprobe.texi | 134 ++ doc/avserver.conf | 377 ++++ doc/avserver.texi | 278 +++ doc/demuxers.texi | 2 +- doc/developer.texi | 2 +- doc/ffmpeg.texi | 6 +- doc/ffplay.texi | 182 -- doc/ffprobe.texi | 134 -- doc/ffserver.conf | 377 ---- doc/ffserver.texi | 278 --- doc/fftools-common-opts.texi | 17 + doc/general.texi | 4 +- doc/indevs.texi | 4 +- doc/libavfilter.texi | 4 +- doc/protocols.texi | 28 +- ffmpeg.c | 16 +- ffplay.c | 3071 -------------------------- ffprobe.c | 419 ---- ffserver.c | 4742 ----------------------------------------- ffserver.h | 29 - libavformat/ffm.h | 2 +- libavformat/ffmdec.c | 8 +- libavformat/ffmenc.c | 4 +- libavformat/mpjpeg.c | 2 +- tests/Makefile | 15 +- tests/codec-regression.sh | 96 +- tests/fate-run.sh | 14 +- tests/fate.mak | 70 +- tests/fate2.mak | 20 +- tests/ffserver-regression.sh | 39 - tests/ffserver.conf | 307 --- tests/ffserver.regression.ref | 10 - tests/lavf-regression.sh | 40 +- tests/lavfi-regression.sh | 6 +- tests/regression-funcs.sh | 30 +- 47 files changed, 14795 insertions(+), 9820 deletions(-) -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
