summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.c
Commit message (Expand)AuthorAge
* avcodec/hevc: Update the USE_SAO_SMALL_BUFFER case for the alignment requirem...Christophe Gisquet2015-02-04
* avcodec/hevc: Do not zero is_pcm on allocationChristophe Gisquet2015-02-04
* avcodec/hevc: reduce memory for SAOFabrice Bellard2015-02-04
* avcodec/hevc: adding support for monochrome sequences in hevcMickaƫl Raulet2015-02-02
* x86: hevc/sao: aligned source buffersChristophe Gisquet2015-02-01
* avcodec/hevc: Check for av_malloc failureMichael Niedermayer2015-01-30
* avcodec/hevc: Replace more mallocs by av_malloc_array()Michael Niedermayer2015-01-30
* Merge commit '443b71928b2f36362e805c037751e6c3c79ea4e8'Michael Niedermayer2015-01-27
|\
| * hevc: unref the current frame if frame_start() failsAnton Khirnov2015-01-27
* | Add DXVA2 HEVC HWAccelHendrik Leppkes2015-01-27
* | hevc: reindent after previous commitHendrik Leppkes2015-01-27
* | hevc: add hwaccel hooksHendrik Leppkes2015-01-27
* | hevc: store the short term rps flag and size in the contextHendrik Leppkes2015-01-27
* | hevc: store the escaped/raw bitstream in HEVCNALHendrik Leppkes2015-01-27
* | hevc: pass the full HEVCNAL struct to decode_nal_unitHendrik Leppkes2015-01-24
* | avcodec/hevc: Fix handling of skipped_bytes() reallocation failuresMichael Niedermayer2015-01-13
* | avcodec/hevc: move qp_block_mask to where its usedMichael Niedermayer2014-12-18
* | avcodec/hevc: clear filter_slice_edges() on allocationMichael Niedermayer2014-12-17
* | avcodec/hevc: Print an error if luma_log2_weight_denom is out of rangeMichael Niedermayer2014-12-15
* | Merge commit 'b2bece5e9a4dd96142962c6798e187c77b88bbfa'Michael Niedermayer2014-12-15
|\|
| * hevc: always clip luma_log2_weight_denomVittorio Giovara2014-12-15
* | avcodec/hevc: Silence "warning: ref0/1 may be used uninitialized in this func...Michael Niedermayer2014-12-11
* | Merge commit 'cd975d5658a1cbe99939df75db59d5ae9fbcb4e0'Michael Niedermayer2014-11-22
|\|
| * hevc: Spin the mv_mpv_mode calls in a stand alone functionLuca Barbato2014-11-21
| * hevc: remove superfluous assignments and checksAnton Khirnov2014-11-17
* | Merge commit 'eac3ac1fe0774b65316852616b2672702dbc3f31'Michael Niedermayer2014-11-17
|\|
| * hevc: eliminate an unneeded intermediate variableAnton Khirnov2014-11-17
* | Merge commit 'eb335f3c5ce37f2b93c993e28404d113bee843bc'Michael Niedermayer2014-11-17
|\|
| * hevc: reduce variable scopeAnton Khirnov2014-11-17
* | Merge commit '84c0ece5fd9569c0f31804f02a199ecd0e7d13d8'Michael Niedermayer2014-11-17
|\|
| * hevc: further reduce code duplication in hls_prediction_unit()Anton Khirnov2014-11-17
* | Merge commit 'a7b365ae191f45a0d7ed7b34033d5d0cbdd47139'Michael Niedermayer2014-11-17
|\|
| * hevc: reduce code duplication in hls_prediction_unit()Anton Khirnov2014-11-17
* | Merge commit '16c01fb4347312b6d29a6498dad627665b96a20e'Michael Niedermayer2014-11-17
|\|
| * hevc: remove an unused function parameterAnton Khirnov2014-11-17
| * hevc: remove a redundant lineAnton Khirnov2014-11-17
* | Merge commit '2c6a7f9348378f887066fb1669c46b9485e8ef3e'Michael Niedermayer2014-11-17
|\|
| * hevc: do not store rqt_root_cbf in the contextAnton Khirnov2014-11-17
* | Merge commit '920bca3e2332dced9c78bd14cfc2ff138188bd57'Michael Niedermayer2014-11-17
|\|
| * hevc: do not store pcm_flag in the contextAnton Khirnov2014-11-17
* | Merge commit 'b1b1a7370e141c912e3d0bbaa668dcee05c3ad67'Michael Niedermayer2014-11-13
|\|
| * display: fix order of operandsVittorio Giovara2014-11-13
* | avcodec/hevc.c: for big negative mvy value, should wait line 0 of ref frame d...Changjiang Wei2014-11-11
* | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer2014-10-15
|\|
| * lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-15
| * hevc: use intreadwriteChristophe Gisquet2014-08-12
* | avcodec/hevc: fix chroma transform_add sizeMichael Niedermayer2014-10-04
* | hevc: reuse edge emu buffer for coefficientsChristophe Gisquet2014-10-01
* | hevc: remove CodingTreeChristophe Gisquet2014-09-27
* | hevc: move intermediate bidir bufferChristophe Gisquet2014-09-24