summaryrefslogtreecommitdiffstats
path: root/libavcodec/hevc.c
Commit message (Expand)AuthorAgeFilesLines
* hevc: Use generic av_clip function, not C implementationPeter Meerwald2015-02-131-5/+5
* Add DXVA2 HEVC HWAccelHendrik Leppkes2015-01-271-1/+7
* hevc: reindent after previous commitHendrik Leppkes2015-01-271-20/+20
* hevc: add hwaccel hooksHendrik Leppkes2015-01-271-2/+36
* hevc: store the short term rps flag and size in the contextHendrik Leppkes2015-01-271-3/+5
* hevc: store the escaped/raw bitstream in HEVCNALHendrik Leppkes2015-01-271-2/+6
* hevc: pass the full HEVCNAL struct to decode_nal_unitHendrik Leppkes2015-01-271-3/+3
* hevc: unref the current frame if frame_start() failsAnton Khirnov2015-01-271-1/+1
* hevc: always clip luma_log2_weight_denomVittorio Giovara2014-12-151-1/+1
* hevc: Spin the mv_mpv_mode calls in a stand alone functionLuca Barbato2014-11-211-40/+46
* hevc: remove superfluous assignments and checksAnton Khirnov2014-11-171-8/+0
* hevc: eliminate an unneeded intermediate variableAnton Khirnov2014-11-171-5/+2
* hevc: reduce variable scopeAnton Khirnov2014-11-171-5/+6
* hevc: further reduce code duplication in hls_prediction_unit()Anton Khirnov2014-11-171-12/+6
* hevc: reduce code duplication in hls_prediction_unit()Anton Khirnov2014-11-171-66/+51
* hevc: remove an unused function parameterAnton Khirnov2014-11-171-3/+2
* 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
OpenPOWER on IntegriCloud