summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
Commit message (Expand)AuthorAge
* hevc: make pps/sps ids unsigned where necessaryVittorio Giovara2014-03-09
* hevc: check that the VCL NAL types are the same for all slice segments of a f...Anton Khirnov2014-02-04
* hevc: Prevent some integer overflowsLuca Barbato2014-01-21
* hevc: Use uint64 to check for tile dimensionsLuca Barbato2014-01-21
* hevc: Fix modulo operationsMichael Niedermayer2014-01-21
* hevc: fix decoding of one PU wide filesGuillaume Martres2014-01-09
* hevc: move DSP declarations from hevc.h into hevcdsp.hGuillaume Martres2013-12-22
* hevc: support luma bit depth != chroma bit depth for PCM coding unitsMickaƫl Raulet2013-12-20
* hevc: refactor Profile Tier LevelGildas Cocherel2013-12-20
* hevc: store the VPS list as an AVBufferRef, just like the others *PSGildas Cocherel2013-12-11
* hevc: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara2013-12-09
* Add HEVC decoderGuillaume Martres2013-10-31