summaryrefslogtreecommitdiff
path: root/libavcodec/hevcdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/hevcdec: Check s->ref in the md5 path similar to hwaccelMichael Niedermayer2022-09-261-1/+1
* avcodec/hevcdec: Check slice_cb_qp_offset / slice_cr_qp_offsetMichael Niedermayer2021-02-021-0/+5
* lavc/hevc: Add poc_msb_present filed in LongTermRPSXu Guangxin2020-05-271-3/+2
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-261-1/+1
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-22/+7
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-101-3/+2
* lavc/hevcdec: add 4:2:2 8-bit/10-bit VAAPI decode supportLinjie Fu2020-02-241-0/+6
* lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packetsAndriy Gelman2020-01-171-1/+1
* avcodec/hevcdec: keep closed captions in sync between multiple thread contextsJames Almer2019-12-211-0/+7
* avcodec/hevc_sei: switch to AVBufferRef buffer for a53 captionLimin Wang2019-12-201-8/+8
* avcodec/hevcdec: Fix memleak of a53_captionMichael Niedermayer2019-09-161-0/+3
* avcodec/hevcdec: repeat character in skipedMichael Niedermayer2019-09-161-1/+1
* avcodec/hevcdec: Check delta_luma_weight_l0/1Michael Niedermayer2019-08-131-0/+4
* avcodec/hevcdec: set the SEI parameters early on the AVCodecContextSteve Lhomme2019-07-141-10/+11
* avcodec/hevcdec: Declare that VDPAU can handle HEVC 4:4:4 contentManojGuptaBonda2019-05-051-1/+8
* avcodec/hevcdec: Avoid only partly skiping duplicate first slicesMichael Niedermayer2019-03-271-4/+10
* avcodec/hevcdec: decode at most one slice reporting being the first in the pi...James Almer2019-03-201-0/+4
* avcodec/nvdec: Add support for decoding HEVC 4:4:4 contentPhilip Langdale2019-02-161-0/+3
* h2645_parse: Make ff_h2645_packet_split reference-compatibleAndreas Rheinhardt2019-01-231-1/+1
* avcodec/hevcdec: Check for overlapping slicesMichael Niedermayer2018-12-011-0/+4
* lavc/hevcdec: add ONLY_IF_THREADS_ENABLED where it is missing.Jun Zhao2018-08-101-2/+6
* lavc/hevcdec: Treat clean random access nals as keyframes for -skip_frame.Carl Eugen Hoyos2018-05-271-1/+1
* avcodec/hevcdec: Declare that nvdec supports 12bit decodingPhilip Langdale2018-03-021-0/+5
* avcodec/hevcdec: Check luma/chroma_log2_weight_denomMichael Niedermayer2018-02-181-3/+9
* avcodec/hevcdec: use ff_hevc_uninit_parameter_sets()James Almer2018-01-211-9/+1
* libavcodec/hevcdec: implement skip_framesfan52017-12-201-1/+15
* Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa'James Almer2017-11-291-0/+7
|\
| * stereo3d: Support view type for frame sequence typeVittorio Giovara2017-11-281-0/+7
* | lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-11-261-0/+25
* | avcodec/hevc: implement new decode_params callback for VideoToolboxAman Gupta2017-11-131-0/+32
* | Merge commit 'b90fdb2c7199cc8b0e8d994fafba1fb4dc181d88'James Almer2017-11-101-0/+7
|\ \ | |/
| * hevcdec: add a CUVID hwaccelAnton Khirnov2017-07-281-1/+8
* | Merge commit '00fd914d4912322212e924c15f325cebf2fde8d3'James Almer2017-11-101-4/+5
|\ \ | |/
| * hevcdec: set the active SPS before calling get_format()Anton Khirnov2017-07-281-4/+5
| * hevc: Make sure to update the current frame transfer characteristicVittorio Giovara2017-07-211-1/+1
| * hevc: Add support for alternative transfer characterics SEIVittorio Giovara2017-06-281-0/+6
| * dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-081-1/+2
* | Merge commit 'c3f0357bdf7d3c542aad2c58b94184b9f56edc41'James Almer2017-10-311-6/+6
|\ \ | |/
| * hevcdec: move the MD5 context out of HEVCSEIPictureHash back into HEVCContextAnton Khirnov2017-05-201-6/+6
| * hevcdec: remove HEVCContext usage from hevc_seiJames Almer2017-05-091-23/+26
| * hevcdec: Use LOCAL_ALIGNED_* for declaring local variables with alignmentMartin Storsjö2017-03-291-10/+12
| * golomb: Convert to the new bitstream readerDiego Biurrun2017-01-311-1/+1
| * hevc: Mark as having threadsafe initDerek Buitenhuis2017-01-191-1/+1
| * hevcdec: export cropping information instead of handling it internallyAnton Khirnov2017-01-121-3/+4
| * hevcdec: add P010 support for D3D11VASteve Lhomme2017-01-091-3/+3
| * hevcdec: add a VAAPI hwaccelAnton Khirnov2016-12-191-1/+5
* | avcodec/videotoolbox: add hevc supportAman Gupta2017-09-281-1/+11
* | hevc: Make sure to update the current frame transfer characteristicVittorio Giovara2017-07-211-1/+1
* | avcodec/hevcdec: hevc_await_progress: declare |y| only if used.Wan-Teh Chang2017-07-211-2/+3
* | avcodec/hevcdec: do not let updated extradata corrupt stateMichael Niedermayer2017-07-051-4/+4