aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/hevc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/hevc: Update the USE_SAO_SMALL_BUFFER case for the alignment requirem...Christophe Gisquet2015-02-041-54/+8
* avcodec/hevc: Do not zero is_pcm on allocationChristophe Gisquet2015-02-041-2/+1
* avcodec/hevc: reduce memory for SAOFabrice Bellard2015-02-041-1/+39
* avcodec/hevc: adding support for monochrome sequences in hevcMickaƫl Raulet2015-02-021-31/+42
* x86: hevc/sao: aligned source buffersChristophe Gisquet2015-02-011-3/+3
* avcodec/hevc: Check for av_malloc failureMichael Niedermayer2015-01-301-0/+8
* avcodec/hevc: Replace more mallocs by av_malloc_array()Michael Niedermayer2015-01-301-2/+2
* Merge commit '443b71928b2f36362e805c037751e6c3c79ea4e8'Michael Niedermayer2015-01-271-2/+2
|\
| * hevc: unref the current frame if frame_start() failsAnton Khirnov2015-01-271-1/+1
* | Add DXVA2 HEVC HWAccelHendrik Leppkes2015-01-271-1/+7
* | hevc: reindent after previous commitHendrik Leppkes2015-01-271-19/+19
* | 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-241-4/+4
* | avcodec/hevc: Fix handling of skipped_bytes() reallocation failuresMichael Niedermayer2015-01-131-6/+19
* | avcodec/hevc: move qp_block_mask to where its usedMichael Niedermayer2014-12-181-1/+1
* | avcodec/hevc: clear filter_slice_edges() on allocationMichael Niedermayer2014-12-171-1/+1
* | avcodec/hevc: Print an error if luma_log2_weight_denom is out of rangeMichael Niedermayer2014-12-151-1/+5
* | Merge commit 'b2bece5e9a4dd96142962c6798e187c77b88bbfa'Michael Niedermayer2014-12-151-1/+1
|\|
| * hevc: always clip luma_log2_weight_denomVittorio Giovara2014-12-151-1/+1
* | avcodec/hevc: Silence "warning: ref0/1 may be used uninitialized in this func...Michael Niedermayer2014-12-111-1/+1
* | Merge commit 'cd975d5658a1cbe99939df75db59d5ae9fbcb4e0'Michael Niedermayer2014-11-221-41/+47
|\|
| * 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
* | Merge commit 'eac3ac1fe0774b65316852616b2672702dbc3f31'Michael Niedermayer2014-11-171-5/+2
|\|
| * hevc: eliminate an unneeded intermediate variableAnton Khirnov2014-11-171-5/+2
* | Merge commit 'eb335f3c5ce37f2b93c993e28404d113bee843bc'Michael Niedermayer2014-11-171-6/+6
|\|
| * hevc: reduce variable scopeAnton Khirnov2014-11-171-5/+6
* | Merge commit '84c0ece5fd9569c0f31804f02a199ecd0e7d13d8'Michael Niedermayer2014-11-171-12/+6
|\|
| * hevc: further reduce code duplication in hls_prediction_unit()Anton Khirnov2014-11-171-12/+6
* | Merge commit 'a7b365ae191f45a0d7ed7b34033d5d0cbdd47139'Michael Niedermayer2014-11-171-65/+51
|\|
| * hevc: reduce code duplication in hls_prediction_unit()Anton Khirnov2014-11-171-66/+51
* | Merge commit '16c01fb4347312b6d29a6498dad627665b96a20e'Michael Niedermayer2014-11-171-3/+2
|\|
| * hevc: remove an unused function parameterAnton Khirnov2014-11-171-3/+2
| * hevc: remove a redundant lineAnton Khirnov2014-11-171-1/+0
* | Merge commit '2c6a7f9348378f887066fb1669c46b9485e8ef3e'Michael Niedermayer2014-11-171-3/+4
|\|
| * hevc: do not store rqt_root_cbf in the contextAnton Khirnov2014-11-171-3/+4
* | Merge commit '920bca3e2332dced9c78bd14cfc2ff138188bd57'Michael Niedermayer2014-11-171-4/+5
|\|
| * hevc: do not store pcm_flag in the contextAnton Khirnov2014-11-171-4/+5
* | Merge commit 'b1b1a7370e141c912e3d0bbaa668dcee05c3ad67'Michael Niedermayer2014-11-131-1/+1
|\|
| * display: fix order of operandsVittorio Giovara2014-11-131-1/+1
* | avcodec/hevc.c: for big negative mvy value, should wait line 0 of ref frame d...Changjiang Wei2014-11-111-1/+1
* | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer2014-10-151-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
* | avcodec/hevc: fix chroma transform_add sizeMichael Niedermayer2014-10-041-2/+2
* | hevc: reuse edge emu buffer for coefficientsChristophe Gisquet2014-10-011-4/+4
* | hevc: remove CodingTreeChristophe Gisquet2014-09-271-2/+2
* | hevc: move intermediate bidir bufferChristophe Gisquet2014-09-241-8/+6