summaryrefslogtreecommitdiff
path: root/libavcodec/hevcdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+4
* avcodec/hevcdec: remove unused variables from hls_slice_dataZhao Zhili2023-05-041-8/+4
* avcodec/hevcdec: further constrain some slice header field valuesJames Almer2023-04-221-3/+3
* lavc/hevcdec: Initialize missed parameters in slice header for IDR frameFei Wang2023-03-271-2/+7
* lavc/hevc: Update reference list for SCCLinjie Fu2023-02-271-1/+9
* lavc/hevcdec: Fix the parsing for use_integer_mv_flagLinjie Fu2023-02-271-0/+8
* lavc/hevcdec: Add slice parse support for HEVC SCC extensionLinjie Fu2023-02-271-0/+6
* avcodec/h2645_sei: Factor attaching film grain side-data to frame outAndreas Rheinhardt2022-12-011-56/+4
* avcodec/(h264|hevc)_ps: Factor common VUI code outAndreas Rheinhardt2022-12-011-17/+17
* avcodec/h2645_sei: Attach AVStereo3D side data genericallyAndreas Rheinhardt2022-12-011-36/+0
* avcodec/h2645_sei: Factor out applying SEIs to framesAndreas Rheinhardt2022-12-011-48/+3
* avcodec/h2645_sei: Factor updating H.2645 SEIs outAndreas Rheinhardt2022-12-011-21/+1
* avcodec/h2645_sei: Factor parsing common SEI messages outAndreas Rheinhardt2022-12-011-53/+56
* lavc/vaapi: Add support for remaining 10/12bit profilesPhilip Langdale2022-09-031-0/+8
* avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt2022-09-031-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_sar() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec/hevcdec: Check s->ref in the md5 path similar to hwaccelMichael Niedermayer2022-08-231-1/+1
* avcodec/hevcdec: Constify src pointers of HEVC DSP functionsAndreas Rheinhardt2022-08-051-12/+14
* lavc/vaapi: Declare support for decoding 8bit 4:4:4 contentPhilip Langdale2022-08-031-0/+3
* avcodec: Constify ThreadFrames if possibleAndreas Rheinhardt2022-07-311-2/+2
* lavc/hevcdec: respect the value of no_output_of_prior_pics_flagXu Guangxin2022-07-271-7/+0
* lavc/hevcdec: do not let missing ref frames invovled in dpb processXu Guangxin2022-07-271-4/+4
* avcodec/hevcdec: Avoid allocation of common CABAC stateAndreas Rheinhardt2022-07-251-6/+2
* avcodec/hevcdec: Move allocation after error checksAndreas Rheinhardt2022-07-251-17/+10
* avcodec/pthread_slice: Combine allocating and zeroing entriesAndreas Rheinhardt2022-07-251-2/+1
* avcodec/hevcdec: Check allocationAndreas Rheinhardt2022-07-251-2/+3
* avcodec/hevcdec: Don't allocate redundant HEVCContextsAndreas Rheinhardt2022-07-251-24/+19
* avcodec/hevcdec: Pass HEVCLocalContext** via execute2Andreas Rheinhardt2022-07-251-16/+8
* avcodec/hevcdec: Pass HEVCLocalContext when slice-threadingAndreas Rheinhardt2022-07-251-92/+92
* avcodec/hevcpred: Pass HEVCLocalContext when slice-threadingAndreas Rheinhardt2022-07-251-14/+14
* avcodec/hevc_cabac: Pass HEVCLocalContext when slice-threadingAndreas Rheinhardt2022-07-251-51/+51
* avcodec/hevcdec: Add stat_coeffs to HEVCABACStateAndreas Rheinhardt2022-07-251-5/+5
* avcodec/hevc_filter: Pass HEVCLocalContext when slice-threadingAndreas Rheinhardt2022-07-251-10/+11
* avcodec/hevc_mvs: Pass HEVCLocalContext when slice-threadingAndreas Rheinhardt2022-07-251-13/+14
* avcodec/hevcdec: Add pointers to logctx and parent ctx to HEVCLocalCtxAndreas Rheinhardt2022-07-251-0/+4
* avcodec/hevcdec: Don't initialize HEVCContexts twiceAndreas Rheinhardt2022-07-251-4/+2
* avcodec/hevcdec: Output MD5-message in one pieceAndreas Rheinhardt2022-07-241-21/+18
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/pthread_slice: Don't reinitialise initialised mutexAndreas Rheinhardt2022-07-011-2/+5
* avcodec/hevcdec: Return immediately upon hevc_init_context() failureAndreas Rheinhardt2022-06-301-10/+6
* avcodec/hevcdec: Remove redundant context_initializedAndreas Rheinhardt2022-06-301-7/+0
* avcodec/hevcdec: Make ff_hevc_pel_weight staticAndreas Rheinhardt2022-06-111-5/+5
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-4/+4
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-8/+8
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec: support for CUVA HDR Vivid metadataLimin Wang2022-03-011-0/+15
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-3/+3