summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.c
Commit message (Expand)AuthorAge
* hevc: templatize intra_predAnton Khirnov2014-05-19
* hevc: Do not turn 32bit timebases into negative numbersMichael Niedermayer2014-03-09
* hevc: use av_mallocz() for allocating tab_ipmMichael Niedermayer2014-03-09
* hevc: Always consider VLC NALU type mismatch fatalLuca Barbato2014-02-19
* hevc: check that the VCL NAL types are the same for all slice segments of a f...Anton Khirnov2014-02-04
* hevc: Reject impossible slice segmentLuca Barbato2014-02-01
* hevc: Bound check cu_qp_deltaLuca Barbato2014-01-21
* hevc: Bound check slice_qpLuca Barbato2014-01-21
* hevc: Prevent some integer overflowsLuca Barbato2014-01-21
* hevc: Fix modulo operationsMichael Niedermayer2014-01-21
* hevc: fix decoding of one PU wide filesGuillaume Martres2014-01-09
* hevc: support luma bit depth != chroma bit depth for PCM coding unitsMickaël Raulet2013-12-20
* hevc: store profile and level in AVCodecContextGildas Cocherel2013-12-20
* lavc: add HEVC profiles namesGildas Cocherel2013-12-20
* hevc: set time_base when possibleGuillaume Martres2013-12-11
* hevc: store the VPS list as an AVBufferRef, just like the others *PSGildas Cocherel2013-12-11
* hevc: do not dereference pointer before NULL check in verify_md5()Michael Niedermayer2013-12-11
* hevc: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara2013-12-09
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-15
* hevc: Use parsed VUI colorimetry in avcodecJan Ekström2013-11-04
* Add HEVC decoderGuillaume Martres2013-10-31