summaryrefslogtreecommitdiffstats
path: root/libavcodec/hevc.c
Commit message (Expand)AuthorAgeFilesLines
...
* hevc: remove a redundant lineAnton Khirnov2014-11-171-1/+0
* hevc: do not store rqt_root_cbf in the contextAnton Khirnov2014-11-171-3/+4
* hevc: do not store pcm_flag in the contextAnton Khirnov2014-11-171-4/+5
* display: fix order of operandsVittorio Giovara2014-11-131-1/+1
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-151-1/+1
* hevc: use intreadwriteChristophe Gisquet2014-08-121-2/+1
* hevc: reorder loopsChristophe Gisquet2014-08-121-6/+6
* hevc: deobfuscate slice/tile boundary handling for DBFAnton Khirnov2014-08-091-34/+22
* hevc: calculate the dbf strength in hls_pcm_sample() only if dbf is enabledAnton Khirnov2014-08-091-3/+5
* hevc: eliminate the last element from TransformTreeAnton Khirnov2014-07-281-8/+7
* hevc: eliminate unnecessary cbf_c{b,r} arraysAnton Khirnov2014-07-281-38/+22
* hevc: do not store the transform inter_split flag in the contextAnton Khirnov2014-07-281-6/+6
* hevc: simplify splitting the transform tree blocksAnton Khirnov2014-07-281-22/+17
* hevc: eliminate an unnecessary arrayAnton Khirnov2014-07-281-9/+5
* hevc: implement pic_output_flag handlingGildas Cocherel2014-07-111-0/+2
* hevc: set the keyframe flag on output framesMickaël Raulet2014-07-111-0/+2
* hevc: Replace nal type chek with equivalent IS_IRAP macroMickaël Raulet2014-07-111-1/+1
* hevc: parse display orientation SEI messageVittorio Giovara2014-07-091-0/+15
* hevc: Use the local context variable when neededLuca Barbato2014-07-021-1/+1
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-4/+4
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-201-1/+2
* 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
OpenPOWER on IntegriCloud