summaryrefslogtreecommitdiff
path: root/libavcodec/h264dec.c
Commit message (Expand)AuthorAge
* avcodec/h264dec: Reindent after the previous commitAndreas Rheinhardt2024-02-22
* avcodec/h264dec: Return early in ff_h264_draw_horiz_band()Andreas Rheinhardt2024-02-22
* 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 H264 decodingWu Jianhua2023-12-21
* avcodec/h264dec: use BOOL for skip_gray, noref_grayMichael Niedermayer2023-11-22
* avcodec/h264dec: Support skipping frames that used gray gap framesMichael Niedermayer2023-11-20
* avcodec/h264: Avoid using gray gap frames as referencesMichael Niedermayer2023-11-20
* avcodec/h264: keep track of which frames used gray referencesMichael Niedermayer2023-11-20
* avcodec/h264dec: Use RefStruct-pool API instead of AVBufferPool APIAndreas Rheinhardt2023-11-01
* avcodec/pthread_frame: Remove ff_thread_release_buffer()Andreas Rheinhardt2023-10-22
* avcodec/h264dec: Constify H.264 decoderAndreas Rheinhardt2023-10-13
* avcodec/h264dec: Fix data race when updating decode_error_flagsAndreas Rheinhardt2023-09-15
* avcodec/error_resilience: Make applying decode_error_flags optionalAndreas Rheinhardt2023-09-15
* avutil/internal: Don't auto-include emms.hAndreas Rheinhardt2023-09-04
* avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccelAndreas Rheinhardt2023-08-07
* h264dec: add Vulkan hwaccelLynne2023-05-29
* avcodec: add AVHWAccel.flush callbackLynne2023-05-29
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-15
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-04
* avcodec: remove FF_API_AVCTX_TIMEBASEJames Almer2023-02-09
* avcodec/h2645_sei: Factor parsing common SEI messages outAndreas Rheinhardt2022-12-01
* avcodec/(ffv1|h264|png|snow)dec: Remove comment out DRAW_HORIZ_BAND capAndreas Rheinhardt2022-10-20
* 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: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/h264dec: Skip late SEIMichael Niedermayer2022-07-12
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/error_resilience: Remove write only ERContext.ref_countAndreas Rheinhardt2022-03-25
* avcodec/h264dec: Move ERContext to H264ContextAndreas Rheinhardt2022-03-25
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-09
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-09
* avcodec/h264dec: Remove unnecessary headersAndreas Rheinhardt2022-01-26
* avcodec/h264*: Remove unnecessary h264_mvpred.h inclusionsAndreas Rheinhardt2022-01-26
* lavc/h264: replace MAX_DELAYED_PIC_COUNT with FF_ARRAY_ELEMS where appropriateAnton Khirnov2022-01-26
* configure: Add new mpegvideodec CONFIG_EXTRAAndreas Rheinhardt2022-01-04
* avcodec: remove the unused low_delayLimin Wang2021-09-29
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/h264dec: fix possible out-of-bounds array accessNiklas Haas2021-08-25
* avcodec/h264dec: apply H.274 film grainNiklas Haas2021-08-24
* avcodec/h264_slice: compute and export film grain seedNiklas Haas2021-08-24
* avcodec/h264dec: use picture parameters in ff_print_debug_info2()Michael Niedermayer2021-08-22
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avcodec/h264dec: update exported AVOptions in the user-facing contextJames Almer2021-04-14
* avcodec/h264dec: add missing flags to is_avc and nal_length_size AVOptionsJames Almer2021-04-14