summaryrefslogtreecommitdiff
path: root/libavcodec/hevcdec.c
Commit message (Expand)AuthorAge
* avcodec/hevcdec: switch to ff_frame_new_side_data_from_bufNiklas Haas2024-03-04
* avcodec/hevcdec: respect side data preferenceNiklas Haas2024-03-04
* lavc/hevcdec: pass an actual codec context to ff_h2645_sei_to_frame()Anton Khirnov2024-03-04
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avcodec: add D3D12VA hardware accelerated HEVC decodingWu Jianhua2023-12-21
* avcodec/hevcdec: Use RefStruct-pool API instead of AVBufferPool APIAndreas Rheinhardt2023-11-01
* avcodec/hevcdec: Move collocated_ref to HEVCContextAndreas Rheinhardt2023-10-26
* avcodec/pthread_frame: Remove ff_thread_release_buffer()Andreas Rheinhardt2023-10-22
* avcodec/hevcdec: Use RefStruct API for RefPicListTab bufferAndreas Rheinhardt2023-10-07
* avcodec/decode: Use RefStruct API for hwaccel_picture_privateAndreas Rheinhardt2023-10-07
* avcodec/dovi_rpu: Use RefStruct API for Vdr dataAndreas Rheinhardt2023-10-07
* avcodec/hevc_ps: Use RefStruct API for parameter setsAndreas Rheinhardt2023-10-07
* avcodec/hevcdec: check for DOVI configuration record in AVCodecContext side dataJames Almer2023-10-06
* avcodec/hevcdec: Check early whether film grain is supported, fix raceAndreas Rheinhardt2023-09-26
* avcodec/thread: Remove ff_thread_get_format defineAndreas Rheinhardt2023-09-13
* avcodec/hevcdec: Fix undefined memcpy()Michael Niedermayer2023-09-08
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-07
* avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccelAndreas Rheinhardt2023-08-07
* avcodec/hevcdec: simplify decrementing of MDCV/CLL flagsJan Ekström2023-07-27
* avcodec: move content light level SEI handling to h2645_seiJan Ekström2023-07-27
* avcodec: move mastering display colour volume SEI handling to h2645_seiJan Ekström2023-07-27
* avcodec/hevcdec: Avoid null pointer dereferences in MCMichael Niedermayer2023-06-18
* hevcdec: remove redundant bits_used_for_short_term_rps fieldLynne2023-06-07
* hevcdec: add Vulkan hwaccelLynne2023-05-29
* avcodec: add AVHWAccel.flush callbackLynne2023-05-29
* hevcdec: expose bits_used_for_short_term_rpsLynne2023-05-29
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-04
* avcodec/hevcdec: remove unused variables from hls_slice_dataZhao Zhili2023-05-04
* avcodec/hevcdec: further constrain some slice header field valuesJames Almer2023-04-22
* lavc/hevcdec: Initialize missed parameters in slice header for IDR frameFei Wang2023-03-27
* lavc/hevc: Update reference list for SCCLinjie Fu2023-02-27
* lavc/hevcdec: Fix the parsing for use_integer_mv_flagLinjie Fu2023-02-27
* lavc/hevcdec: Add slice parse support for HEVC SCC extensionLinjie Fu2023-02-27
* avcodec/h2645_sei: Factor attaching film grain side-data to frame outAndreas Rheinhardt2022-12-01
* avcodec/(h264|hevc)_ps: Factor common VUI code outAndreas Rheinhardt2022-12-01
* avcodec/h2645_sei: Attach AVStereo3D side data genericallyAndreas Rheinhardt2022-12-01
* avcodec/h2645_sei: Factor out applying SEIs to framesAndreas Rheinhardt2022-12-01
* avcodec/h2645_sei: Factor updating H.2645 SEIs outAndreas Rheinhardt2022-12-01
* avcodec/h2645_sei: Factor parsing common SEI messages outAndreas Rheinhardt2022-12-01
* lavc/vaapi: Add support for remaining 10/12bit profilesPhilip Langdale2022-09-03
* avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt2022-09-03
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/internal: Move ff_set_sar() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/hevcdec: Check s->ref in the md5 path similar to hwaccelMichael Niedermayer2022-08-23
* avcodec/hevcdec: Constify src pointers of HEVC DSP functionsAndreas Rheinhardt2022-08-05
* lavc/vaapi: Declare support for decoding 8bit 4:4:4 contentPhilip Langdale2022-08-03
* avcodec: Constify ThreadFrames if possibleAndreas Rheinhardt2022-07-31
* lavc/hevcdec: respect the value of no_output_of_prior_pics_flagXu Guangxin2022-07-27
* lavc/hevcdec: do not let missing ref frames invovled in dpb processXu Guangxin2022-07-27