Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-20hevc: support luma bit depth != chroma bit depth for PCM coding unitsMickaël Raulet
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-12-20hevc: warn when an unknown profile is usedGuillaume Martres
Bitstreams conforming to the spec should not use profiles not defined in it. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-12-20hevc_ps: fix indentationGildas Cocherel
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-12-20hevc: refactor Profile Tier LevelGildas Cocherel
Also store a few PTL flags which were skipped before Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-12-20hevc: don't check for errors in PTL codeGuillaume Martres
According to the spec, the value of XXX_reserved_zero_44bits should be ignored, so don't report an error when it's not zero. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-12-11hevc: store the VPS list as an AVBufferRef, just like the others *PSGildas Cocherel
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-11-04hevc_ps: Use AV_PIX_FMT_YUVJ420P if YUV 4:2:0 8-bit full scaleYusuke Nakamura
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2013-11-04hevc: Use parsed VUI colorimetry in avcodecJan Ekström
Also limit the parsed VUI values to known valid ones. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2013-10-31Add HEVC decoderGuillaume Martres
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>