summaryrefslogtreecommitdiffstats
path: root/libavcodec/hevc_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* golomb: Convert to the new bitstream readerDiego Biurrun2017-01-311-1/+1
|
* hevcdec: export cropping information instead of handling it internallyAnton Khirnov2017-01-121-2/+4
|
* hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov2016-10-161-25/+26
| | | | | | | This way they can be reused by other code without including the whole decoder-specific hevcdec.h Also, add the HEVC_ prefix to them, since similarly named values exist for H.264 as well and are sometimes used in the same code.
* hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-161-1/+1
| | | | | This is more consistent with the rest of libav and frees up the hevc.h name for decoder-independent shared declarations.
* h2645_parse: add support for parsing h264Anton Khirnov2016-03-281-1/+2
|
* h2645_parse: add a function for uninitializing the packetAnton Khirnov2016-03-281-4/+1
|
* hevc_parse: rename into h2645_parseAnton Khirnov2016-03-281-4/+5
| | | | This code will be shared with h264.
* hevc_parser: parse and export some stream parametersAnton Khirnov2015-07-121-5/+123
| | | | | Particularly those that will be needed by the QSV decoder. More can be added later as necessary.
* Add HEVC decoderGuillaume Martres2013-10-311-0/+125
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>
OpenPOWER on IntegriCloud