summaryrefslogtreecommitdiff
path: root/libavcodec/h264_slice.c
Commit message (Expand)AuthorAge
* avcodec/decode: Extend ff_hwaccel_frame_priv_alloc()'s taskAndreas Rheinhardt2023-08-07
* avcodec/utils: Move ff_color_frame() to its only userAndreas Rheinhardt2023-08-05
* avcodec/h264_slice: Remove always-false checkAndreas Rheinhardt2023-07-30
* 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
* h264dec: add Vulkan hwaccelLynne2023-05-29
* avcodec: add AVHWAccel.free_frame_priv 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: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-04
* vaapi: support VAProfileH264High10 decodingjianfeng.zheng2023-04-17
* avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_numberMarton Balint2023-02-13
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-13
* avcodec/h264_slice: Use unsigned for fgs seed computationMichael Niedermayer2023-01-11
* 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: Also support Active Format Descriptor for HEVCAndreas Rheinhardt2022-12-01
* avcodec/h2645_sei: Attach AVStereo3D side data genericallyAndreas Rheinhardt2022-12-01
* avcodec/h264_sei, sei: Make H264_SEI_FpaType genericAndreas 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
* avcodec/internal: Move ff_set_sar() to decode.hAndreas Rheinhardt2022-08-27
* avcodec: Constify ThreadFrames if possibleAndreas Rheinhardt2022-07-31
* avcodec/h264dec: Move ERContext to H264ContextAndreas Rheinhardt2022-03-25
* avcodec/h264_slice: Fix decoding undamaged input with slicesAndreas Rheinhardt2022-03-25
* 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/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt2022-02-09
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-09
* avcodec/h264*: Remove unnecessary h264_mvpred.h inclusionsAndreas Rheinhardt2022-01-26
* lavc/h264: replace MAX_DELAYED_PIC_COUNT by H264_MAX_DPB_FRAMESAnton Khirnov2022-01-26
* lavc/h264: replace MAX_DELAYED_PIC_COUNT with FF_ARRAY_ELEMS where appropriateAnton Khirnov2022-01-26
* avcodec/h264_slice: Inline H264 codec idAndreas Rheinhardt2022-01-13
* avcodec/h264_slice, mpeg4videodec: Don't use %s to write single charAndreas Rheinhardt2022-01-13
* avcodec/h2645: Fix SEI->display matrix transformationAndreas Rheinhardt2021-12-23
* lavc/h264dec: support all color formats in videotoolbox hwaccelrcombs2021-11-28
* avcodec/h264_slice: Check idr_pic_idMichael Niedermayer2021-10-09
* avcodec/h264_slice: don't allocate film grain buffers when using hwaccelJames Almer2021-08-25
* avcodec/h264_slice: signal the presence of Film Grain in the decoder contextJames Almer2021-08-24
* avcodec/h264dec: apply H.274 film grainNiklas Haas2021-08-24
* avcodec/h264_slice: compute and export film grain seedNiklas Haas2021-08-24
* avcodec/h264_slice: use ff_h264_replace_picture when syncing thread contextsJames Almer2021-08-10
* avcodec/h264_slice: clear old slice POC values on parsing failureJames Almer2021-08-10
* avcodec/h264_sei: parse and export Film Grain Characteristics SEI messagesJames Almer2021-07-23
* avcodec: Remove some unnecessary mpegvideo.h inclusionsAndreas Rheinhardt2021-07-22
* avcodec/h264dec: update exported AVOptions in the user-facing contextJames Almer2021-04-14
* avcodec/h264_slice: Check input SPS in ff_h264_update_thread_context()Michael Niedermayer2021-03-31
* avcodec/h264_slice: Check sps in h264_slice_header_init()Michael Niedermayer2021-03-26
* avcodec/h264_slice: don't copy frame data during error concealmentJames Almer2021-03-11