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
2014-01-09hevc: fix decoding of one PU wide filesGuillaume Martres
For those the block size may be larger than the source linesize (if the edges are not allocated). Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-12-22hevc: move DSP declarations from hevc.h into hevcdsp.hGuillaume Martres
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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: 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-11hevc: store the VPS list as an AVBufferRef, just like the others *PSGildas Cocherel
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-12-09hevc: parse frame packing arrangement SEI messages and save relevant ↵Vittorio Giovara
stereo3d information
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>