summaryrefslogtreecommitdiff
path: root/libavcodec/hevcdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/hevcdec: Check s->ref in the md5 path similar to hwaccelMichael Niedermayer2022-09-011-1/+1
* lavc/hevcdec: Parse DOVI RPU NALsNiklas Haas2022-01-041-8/+29
* avcodec/h2645: Fix SEI->display matrix transformationAndreas Rheinhardt2021-12-231-0/+10
* lavc/hevcdec: support all color formats in videotoolbox hwaccelrcombs2021-11-281-1/+10
* avcodec/hevcdec: Export Dolby Vision RPUs as side dataDerek Buitenhuis2021-11-171-0/+39
* avcodec/hevcdec: apply H.274 film grainNiklas Haas2021-10-151-2/+52
* avcodec/hevcdec: set the film grain property if presentLimin Wang2021-10-081-0/+3
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-4/+4
* avcodec/hevc_sei: parse and export Film Grain Characteristics SEI messagesJames Almer2021-08-061-0/+56
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-1/+1
* avcodec: use the buffer_size_t typedef where requiredJames Almer2021-03-101-1/+1
* avcodec/hevcdec: fix a return error valueJames Almer2021-02-121-1/+1
* avcodec/hevcdec: add some missing allocation checksJames Almer2021-02-111-6/+19
* avcodec/hevcdec: check that the local context list was allocated before deref...James Almer2021-02-111-8/+4
* avcodec/hevcdec: fix stat_coeff save/load for persistent_rice_adaptation_enab...Xu Guangxin2021-01-041-2/+2
* Mark some pointers as constAndreas Rheinhardt2021-01-011-1/+1
* avcodec/hevcdec: dynamic allocate sList and HEVClcListNuo Mi2020-12-101-11/+15
* avcodec/hevc_sei: add support for HDR10+ metadataMohammad Izadi2020-12-051-0/+15
* avcodec/hevcdec: Check slice_cb_qp_offset / slice_cr_qp_offsetMichael Niedermayer2020-10-151-0/+5
* hevcdec: use av_buffer_replace() to simplify codeAnton Khirnov2020-09-281-24/+12
* avcodec/hevcdec: sync User Data Unregistered SEI buffers across threadsJames Almer2020-09-231-0/+19
* avcodec/hevcdec: sync SEI derived AVCodecContext fields across threadsJames Almer2020-09-231-2/+23
* avcodec: use av_timecode_make_smpte_tc_string2 in hevc and h264 decoderMarton Balint2020-09-131-1/+1
* avcodec/hevcdec: Add VDPAU to list of supported formatsManojGuptaBonda2020-07-091-0/+6
* avcodec/hevcdec: add timecode metadataLimin Wang2020-07-091-0/+3
* avcodec/hevcdec: create AVFrame side data from HEVC timecodes like H.264Limin Wang2020-06-281-0/+24
* avcodec/hevc: export chroma sample locationHendrik Leppkes2020-06-241-0/+9
* avcodec/hevc_sei: add support for user data unregistered SEI messageLimin Wang2020-06-151-0/+14
* 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