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