]> git.sesse.net Git - ffmpeg/commit
Add HEVC decoder
authorGuillaume Martres <smarter@ubuntu.com>
Sun, 11 Aug 2013 07:02:07 +0000 (09:02 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 31 Oct 2013 19:19:59 +0000 (20:19 +0100)
commit064698d381e1e7790f21b0199a8930ea04e2e942
tree2ed95cea3a92d26a1c757a6c5f7e881eba3d9cf2
parent0a9e94bba8f8a40156438a43e4fe0e9ae36236cb
Add HEVC decoder

Initially written by Guillaume Martres <smarter@ubuntu.com> as a GSoC
project. Further contributions by the OpenHEVC project and other
developers, namely:

Mickaël Raulet <mraulet@insa-rennes.fr>
Seppo Tomperi <seppo.tomperi@vtt.fi>
Gildas Cocherel <gildas.cocherel@laposte.net>
Khaled Jerbi <khaled_jerbi@yahoo.fr>
Wassim Hamidouche <wassim.hamidouche@insa-rennes.fr>
Vittorio Giovara <vittorio.giovara@gmail.com>
Jan Ekström <jeebjp@gmail.com>
Anton Khirnov <anton@khirnov.net>
Martin Storsjö <martin@martin.st>
Luca Barbato <lu_zero@gentoo.org>
Yusuke Nakamura <muken.the.vfrmaniac@gmail.com>
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diego Biurrun <diego@biurrun.de>

Signed-off-by: Anton Khirnov <anton@khirnov.net>
22 files changed:
Changelog
configure
doc/general.texi
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/avcodec.h
libavcodec/cabac_functions.h
libavcodec/codec_desc.c
libavcodec/hevc.c [new file with mode: 0644]
libavcodec/hevc.h [new file with mode: 0644]
libavcodec/hevc_cabac.c [new file with mode: 0644]
libavcodec/hevc_filter.c [new file with mode: 0644]
libavcodec/hevc_mvs.c [new file with mode: 0644]
libavcodec/hevc_parser.c [new file with mode: 0644]
libavcodec/hevc_ps.c [new file with mode: 0644]
libavcodec/hevc_refs.c [new file with mode: 0644]
libavcodec/hevc_sei.c [new file with mode: 0644]
libavcodec/hevcdsp.c [new file with mode: 0644]
libavcodec/hevcdsp_template.c [new file with mode: 0644]
libavcodec/hevcpred.c [new file with mode: 0644]
libavcodec/hevcpred_template.c [new file with mode: 0644]
libavcodec/version.h