[FFmpeg-cvslog] Canopus HQ/HQA decoder

Vittorio Giovara git at videolan.org
Mon Apr 20 05:51:51 CEST 2015


ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Thu Apr  9 18:12:30 2015 +0200| [22526c1f557a72b3285d295bd8b30c40eb65d437] | committer: Vittorio Giovara

Canopus HQ/HQA decoder

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

Signed-off-by: Vittorio Giovara <vittorio.giovara at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=22526c1f557a72b3285d295bd8b30c40eb65d437
---

 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(-)

Diff:   http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commitdiff;h=22526c1f557a72b3285d295bd8b30c40eb65d437


More information about the ffmpeg-cvslog mailing list