[FFmpeg-devel] [PATCH] avcodec: add Argonaut Games Video decoder

Zane van Iperen zane at zanevaniperen.com
Thu Sep 24 15:23:54 EEST 2020


On Thu, 24 Sep 2020 13:59:06 +0200
"Paul B Mahol" <onemda at gmail.com> wrote:

> 
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  libavcodec/Makefile     |   1 +
>  libavcodec/allcodecs.c  |   1 +
>  libavcodec/argo.c       | 739 ++++++++++++++++++++++++++++++++++++++++
>  libavcodec/codec_desc.c |   7 +
>  libavcodec/codec_id.h   |   1 +
>  libavformat/argo_brp.c  |  14 +-
>  6 files changed, 751 insertions(+), 12 deletions(-)
>  create mode 100644 libavcodec/argo.c
> 

Should probably increment LIBAVCODEC_VERSION_MINOR.

Other than that, it's handled every BRP file I've thrown at it. From
Alien Odyssey, FX Fighter, and Croc. This lgtm.




More information about the ffmpeg-devel mailing list