aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Remove FF_CODEC_CAP_ALLOCATE_PROGRESSAndreas Rheinhardt2024-04-191-1/+1
* avcodec/h264dec: Reindent after the previous commitarch1t3cht2024-04-161-23/+23
* avcodec/h264dec: Handle non-recovered frames when drainingarch1t3cht2024-04-161-1/+6
* avcodec/h264dec: Properly mark frames as recovered when drainingarch1t3cht2024-04-161-0/+3
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avcodec/h264dec: Reindent after the previous commitAndreas Rheinhardt2024-02-221-8/+8
* avcodec/h264dec: Return early in ff_h264_draw_horiz_band()Andreas Rheinhardt2024-02-221-10/+13
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+1
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-1/+0
* avcodec: add D3D12VA hardware accelerated H264 decodingWu Jianhua2023-12-211-0/+3
* avcodec/h264dec: use BOOL for skip_gray, noref_grayMichael Niedermayer2023-11-221-2/+2
* avcodec/h264dec: Support skipping frames that used gray gap framesMichael Niedermayer2023-11-201-0/+7
* avcodec/h264: Avoid using gray gap frames as referencesMichael Niedermayer2023-11-201-0/+1
* avcodec/h264: keep track of which frames used gray referencesMichael Niedermayer2023-11-201-0/+1
* avcodec/h264dec: Use RefStruct-pool API instead of AVBufferPool APIAndreas Rheinhardt2023-11-011-9/+10
* avcodec/pthread_frame: Remove ff_thread_release_buffer()Andreas Rheinhardt2023-10-221-6/+6
* avcodec/h264dec: Constify H.264 decoderAndreas Rheinhardt2023-10-131-2/+2
* avcodec/h264dec: Fix data race when updating decode_error_flagsAndreas Rheinhardt2023-09-151-2/+36
* avcodec/error_resilience: Make applying decode_error_flags optionalAndreas Rheinhardt2023-09-151-1/+1
* avutil/internal: Don't auto-include emms.hAndreas Rheinhardt2023-09-041-0/+1
* avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccelAndreas Rheinhardt2023-08-071-14/+11
* h264dec: add Vulkan hwaccelLynne2023-05-291-0/+3
* avcodec: add AVHWAccel.flush callbackLynne2023-05-291-0/+3
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-151-0/+4
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-2/+2
* avcodec: remove FF_API_AVCTX_TIMEBASEJames Almer2023-02-091-6/+0
* avcodec/h2645_sei: Factor parsing common SEI messages outAndreas Rheinhardt2022-12-011-3/+3
* avcodec/(ffv1|h264|png|snow)dec: Remove comment out DRAW_HORIZ_BAND capAndreas Rheinhardt2022-10-201-1/+1
* avcodec/codec_internal: Add macros for update_thread_context(_for_user)Andreas Rheinhardt2022-09-031-2/+2
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/h264dec: Skip late SEIMichael Niedermayer2022-07-121-0/+4
* 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-2/+1
* avcodec/error_resilience: Remove write only ERContext.ref_countAndreas Rheinhardt2022-03-251-2/+0
* avcodec/h264dec: Move ERContext to H264ContextAndreas Rheinhardt2022-03-251-45/+41
* 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/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-0/+1
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-091-1/+1
* avcodec/h264dec: Remove unnecessary headersAndreas Rheinhardt2022-01-261-0/+1
* avcodec/h264*: Remove unnecessary h264_mvpred.h inclusionsAndreas Rheinhardt2022-01-261-9/+0
* lavc/h264: replace MAX_DELAYED_PIC_COUNT with FF_ARRAY_ELEMS where appropriateAnton Khirnov2022-01-261-2/+2
* configure: Add new mpegvideodec CONFIG_EXTRAAndreas Rheinhardt2022-01-041-1/+1
* avcodec: remove the unused low_delayLimin Wang2021-09-291-1/+0
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avcodec/h264dec: fix possible out-of-bounds array accessNiklas Haas2021-08-251-4/+2
* avcodec/h264dec: apply H.274 film grainNiklas Haas2021-08-241-18/+37
* avcodec/h264_slice: compute and export film grain seedNiklas Haas2021-08-241-0/+14