[FFmpeg-devel] [PATCH 4/7] lavc: add a HEVC decoder.

Michael Niedermayer michaelni at gmx.at
Sat Oct 12 19:18:33 CEST 2013


On Sat, Oct 12, 2013 at 06:44:29PM +0200, Michael Niedermayer wrote:
> From: Guillaume Martres <smarter at ubuntu.com>
> 
> Initially written by Guillaume Martres <smarter at ubuntu.com> as a GSoC
> project. Further contributions by the OpenHEVC project and other
> developers, namely:
> 
> Mickaël Raulet <mraulet at insa-rennes.fr>
> Seppo Tomperi <seppo.tomperi at vtt.fi>
> Gildas Cocherel <gildas.cocherel at laposte.net>
> Khaled Jerbi <khaled_jerbi at yahoo.fr>
> Wassim Hamidouche <wassim.hamidouche at insa-rennes.fr>
> Vittorio Giovara <vittorio.giovara at gmail.com>
> Jan Ekström <jeebjp at gmail.com>
> Anton Khirnov <anton at khirnov.net>
> Martin Storsjö <martin at martin.st>
> Luca Barbato <lu_zero at gentoo.org>
> Yusuke Nakamura <muken.the.vfrmaniac at gmail.com>
> 
> Signed-off-by: Anton Khirnov <anton at khirnov.net>
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
>  configure                      |    1 +
>  libavcodec/Makefile            |    5 +
>  libavcodec/allcodecs.c         |    2 +
>  libavcodec/cabac_functions.h   |   20 +
>  libavcodec/hevc.c              | 3118 ++++++++++++++++++++++++++++++++++++++++
>  libavcodec/hevc.h              |  988 +++++++++++++
>  libavcodec/hevc_cabac.c        |  928 ++++++++++++
>  libavcodec/hevc_filter.c       |  698 +++++++++
>  libavcodec/hevc_mvs.c          | 1011 +++++++++++++
>  libavcodec/hevc_parser.c       |  125 ++
>  libavcodec/hevc_ps.c           | 1242 ++++++++++++++++
>  libavcodec/hevc_refs.c         |  481 +++++++
>  libavcodec/hevc_sei.c          |  129 ++
>  libavcodec/hevcdsp.c           |  192 +++
>  libavcodec/hevcdsp.h           |   77 +
>  libavcodec/hevcdsp_template.c  | 1366 ++++++++++++++++++
>  libavcodec/hevcpred.c          |   66 +
>  libavcodec/hevcpred.h          |   40 +
>  libavcodec/hevcpred_template.c |  533 +++++++
>  19 files changed, 11022 insertions(+)

and of course i forgot --compose for send-email :)
what approximate cover text was missing is:

Intended plan is to commit this patch soon while leaving the decoder
marked as experimental (so it can do no harm by default) and update it
as people publish improved versions of it.

If you object to this and want it to stay out of ffmpeg, please say
so.

all other parts of this patchset are of course supposed to be normally
reviewed and reach LGTM before pushing

Thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Avoid a single point of failure, be that a person or equipment.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20131012/cda0605f/attachment.asc>


More information about the ffmpeg-devel mailing list