[FFmpeg-devel] [PATCHv4] VP4 video decoder
Lynne
dev at lynne.ee
Tue May 21 20:17:58 EEST 2019
May 21, 2019, 8:44 AM by pross at xvid.org <mailto:pross at xvid.org>:
> ---
>
> what's changed:
> * apply #if CONFIG_VP4_DECODER around large vp4 code blocks
> * improved vp4_read_mb_value thanks to reminars suggestions
> * improved configure vp3_decoder_select
>
>
> Changelog | 1 +
> configure | 1 +
> doc/general.texi | 2 +
> libavcodec/Makefile | 1 +
> libavcodec/allcodecs.c | 1 +
> libavcodec/avcodec.h | 1 +
> libavcodec/codec_desc.c | 7 +
> libavcodec/vp3.c | 746 ++++++++++++++++++++++--
> libavcodec/vp4data.h | 1186 +++++++++++++++++++++++++++++++++++++++
> 9 files changed, 1911 insertions(+), 35 deletions(-)
> create mode 100644 libavcodec/vp4data.h
>
Just remove CONFIG_VP4_DECODER and make it part of the vp3 decoder.
Its unnecessary and the tables aren't big at all.
More information about the ffmpeg-devel
mailing list