aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_slice.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mpegvideo_dec, h264_slice: Return proper error codesAndreas Rheinhardt2024-04-081-1/+1
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avcodec/h264_slice: respect side data preferenceNiklas Haas2024-03-081-19/+20
* avutil: remove deprecated FF_API_FRAME_PICTURE_NUMBERJames Almer2024-03-071-5/+0
* avcodec: add D3D12VA hardware accelerated H264 decodingWu Jianhua2023-12-211-0/+4
* avcodec/h264: keep track of which frames used gray referencesMichael Niedermayer2023-11-201-2/+20
* avcodec/h264: Seperate SEI and IDR recovery handlingMichael Niedermayer2023-11-201-14/+16
* avcodec/h264dec: Use RefStruct-pool API instead of AVBufferPool APIAndreas Rheinhardt2023-11-011-23/+21
* avcodec/pthread_frame: Remove ff_thread_release_buffer()Andreas Rheinhardt2023-10-221-7/+7
* avcodec/h264dec: Constify H.264 decoderAndreas Rheinhardt2023-10-131-12/+11
* avcodec/decode: Use RefStruct API for hwaccel_picture_privateAndreas Rheinhardt2023-10-071-2/+1
* avcodec/h264_ps: Use RefStruct API for SPS/PPSAndreas Rheinhardt2023-10-071-35/+14
* avcodec/h264_slice: Don't keep AVCodecContext props in sync manuallyAndreas Rheinhardt2023-10-031-4/+0
* avcodec/h264dec: Fix data race when updating decode_error_flagsAndreas Rheinhardt2023-09-151-0/+7
* avcodec/thread: Remove ff_thread_get_format defineAndreas Rheinhardt2023-09-131-1/+1
* avcodec/decode: Extend ff_hwaccel_frame_priv_alloc()'s taskAndreas Rheinhardt2023-08-071-10/+5
* avcodec/utils: Move ff_color_frame() to its only userAndreas Rheinhardt2023-08-051-5/+29
* avcodec/h264_slice: Remove always-false checkAndreas Rheinhardt2023-07-301-9/+5
* avcodec: move content light level SEI handling to h2645_seiJan Ekström2023-07-271-0/+1
* avcodec: move mastering display colour volume SEI handling to h2645_seiJan Ekström2023-07-271-0/+1
* h264dec: add Vulkan hwaccelLynne2023-05-291-1/+11
* avcodec: add AVHWAccel.free_frame_priv callbackLynne2023-05-291-1/+2
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-151-1/+1
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-5/+5
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-041-16/+16
* vaapi: support VAProfileH264High10 decodingjianfeng.zheng2023-04-171-1/+8
* avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_numberMarton Balint2023-02-131-0/+4
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-1/+1
* avcodec/h264_slice: Use unsigned for fgs seed computationMichael Niedermayer2023-01-111-1/+1
* avcodec/h2645_sei: Factor attaching film grain side-data to frame outAndreas Rheinhardt2022-12-011-56/+3
* avcodec/(h264|hevc)_ps: Factor common VUI code outAndreas Rheinhardt2022-12-011-18/+18
* avcodec/h2645_sei: Also support Active Format Descriptor for HEVCAndreas Rheinhardt2022-12-011-10/+0
* avcodec/h2645_sei: Attach AVStereo3D side data genericallyAndreas Rheinhardt2022-12-011-47/+0
* avcodec/h264_sei, sei: Make H264_SEI_FpaType genericAndreas Rheinhardt2022-12-011-8/+8
* avcodec/h2645_sei: Factor out applying SEIs to framesAndreas Rheinhardt2022-12-011-49/+4
* avcodec/h2645_sei: Factor updating H.2645 SEIs outAndreas Rheinhardt2022-12-011-20/+1
* avcodec/h2645_sei: Factor parsing common SEI messages outAndreas Rheinhardt2022-12-011-40/+41
* avcodec/internal: Move ff_set_sar() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec: Constify ThreadFrames if possibleAndreas Rheinhardt2022-07-311-1/+1
* avcodec/h264dec: Move ERContext to H264ContextAndreas Rheinhardt2022-03-251-20/+11
* avcodec/h264_slice: Fix decoding undamaged input with slicesAndreas Rheinhardt2022-03-251-7/+0
* 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-2/+2
* avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt2022-02-091-3/+3
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-091-1/+1
* avcodec/h264*: Remove unnecessary h264_mvpred.h inclusionsAndreas Rheinhardt2022-01-261-2/+1
* lavc/h264: replace MAX_DELAYED_PIC_COUNT by H264_MAX_DPB_FRAMESAnton Khirnov2022-01-261-6/+6
* lavc/h264: replace MAX_DELAYED_PIC_COUNT with FF_ARRAY_ELEMS where appropriateAnton Khirnov2022-01-261-1/+1
* avcodec/h264_slice: Inline H264 codec idAndreas Rheinhardt2022-01-131-1/+1
* avcodec/h264_slice, mpeg4videodec: Don't use %s to write single charAndreas Rheinhardt2022-01-131-2/+2