Canopus HQ/HQA decoder

Multimedia / Libav - Vittorio Giovara [gmail.com] - 19 April 2015 16:37 UTC

Based on work by Kostya Shishkov.

22526c1 Canopus HQ/HQA decoder
Changelog | 1 +
doc/general.texi | 2 +
libavcodec/Makefile | 2 +
libavcodec/allcodecs.c | 1 +
libavcodec/avcodec.h | 1 +
libavcodec/codec_desc.c | 7 +
libavcodec/hq_hqa.c | 384 ++
libavcodec/hq_hqa.h | 60 +
libavcodec/hq_hqadata.c | 8376 +++++++++++++++++++++++++++++++++++
libavcodec/hq_hqadsp.c | 130 +
libavcodec/hq_hqadsp.h | 38 +
libavcodec/version.h | 2 +-
libavformat/riff.c | 1 +
tests/fate/video.mak | 12 +
tests/ref/fate/canopus-hq_hqa-hq | 9 +
tests/ref/fate/canopus-hq_hqa-hqa | 2 +
tests/ref/fate/canopus-hq_hqa-inter | 2 +
17 files changed, 9029 insertions(+), 1 deletion(-)

Upstream: git.libav.org


  • Share