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