]> git.sesse.net Git - ffmpeg/commit
avformat: add amv muxer
authorZane van Iperen <zane@zanevaniperen.com>
Mon, 2 Nov 2020 05:47:32 +0000 (15:47 +1000)
committerZane van Iperen <zane@zanevaniperen.com>
Mon, 9 Nov 2020 04:58:38 +0000 (14:58 +1000)
commita2fea0f4690e4f11ba093f14509643c44a485165
treeb67e49c86328905af491b4c0de83282049488b12
parent555f5c1fc5ae0c4e7b0431dc3166c3fcf3f4e979
avformat: add amv muxer

AMV is a hard-coded (and broken) subset of AVI. It's not worth sullying
the existing AVI muxer with its filth.

Fixes ticket #747.

Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
MAINTAINERS
libavformat/Makefile
libavformat/allformats.c
libavformat/amvenc.c [new file with mode: 0644]