On2 VP7 decoder

Multimedia / FFmpeg - Peter Ross [xvid.org] - 25 March 2014 07:29 UTC

89f2f5d On2 VP7 decoder
Changelog | 1 +
doc/general.texi | 2 +
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c | 1 +
libavcodec/arm/h264pred_init_arm.c | 6 +-
libavcodec/arm/vp8.h | 2 +-
libavcodec/avcodec.h | 1 +
libavcodec/codec_desc.c | 7 +
libavcodec/h264pred.c | 16 +-
libavcodec/vp8.c | 759 ++++++++++++++++++++++++++++------
libavcodec/vp8.h | 26 ++
libavcodec/vp8data.h | 138 ++++++-
libavcodec/x86/Makefile | 3 +
libavcodec/x86/h264_intrapred_init.c | 10 +-
14 files changed, 829 insertions(+), 144 deletions(-)

  • Share