]> git.sesse.net Git - ffmpeg/commit
Canopus HQ/HQA decoder
authorVittorio Giovara <vittorio.giovara@gmail.com>
Thu, 9 Apr 2015 16:12:30 +0000 (18:12 +0200)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Sun, 19 Apr 2015 21:37:23 +0000 (22:37 +0100)
commit22526c1f557a72b3285d295bd8b30c40eb65d437
treee5e6ea4e9375f0e4deaa2104d810e072136e6510
parente6fb844f7b736e72da364032d251283bce9e63ad
Canopus HQ/HQA decoder

Based on work by Kostya Shishkov <kostya.shishkov@gmail.com>.

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
17 files changed:
Changelog
doc/general.texi
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/avcodec.h
libavcodec/codec_desc.c
libavcodec/hq_hqa.c [new file with mode: 0644]
libavcodec/hq_hqa.h [new file with mode: 0644]
libavcodec/hq_hqadata.c [new file with mode: 0644]
libavcodec/hq_hqadsp.c [new file with mode: 0644]
libavcodec/hq_hqadsp.h [new file with mode: 0644]
libavcodec/version.h
libavformat/riff.c
tests/fate/video.mak
tests/ref/fate/canopus-hq_hqa-hq [new file with mode: 0644]
tests/ref/fate/canopus-hq_hqa-hqa [new file with mode: 0644]
tests/ref/fate/canopus-hq_hqa-inter [new file with mode: 0644]