summaryrefslogtreecommitdiff
path: root/libavcodec/h264_slice.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec/h2645: Fix SEI->display matrix transformationAndreas Rheinhardt2021-12-231-0/+9
* lavc/h264dec: support all color formats in videotoolbox hwaccelrcombs2021-11-281-3/+8
* avcodec/h264_slice: Check idr_pic_idMichael Niedermayer2021-10-091-2/+7
* avcodec/h264_slice: don't allocate film grain buffers when using hwaccelJames Almer2021-08-251-1/+1
* avcodec/h264_slice: signal the presence of Film Grain in the decoder contextJames Almer2021-08-241-0/+2
* avcodec/h264dec: apply H.274 film grainNiklas Haas2021-08-241-2/+14
* avcodec/h264_slice: compute and export film grain seedNiklas Haas2021-08-241-1/+8
* avcodec/h264_slice: use ff_h264_replace_picture when syncing thread contextsJames Almer2021-08-101-9/+5
* avcodec/h264_slice: clear old slice POC values on parsing failureJames Almer2021-08-101-0/+3
* avcodec/h264_sei: parse and export Film Grain Characteristics SEI messagesJames Almer2021-07-231-0/+54
* avcodec: Remove some unnecessary mpegvideo.h inclusionsAndreas Rheinhardt2021-07-221-1/+1
* avcodec/h264dec: update exported AVOptions in the user-facing contextJames Almer2021-04-141-0/+12
* avcodec/h264_slice: Check input SPS in ff_h264_update_thread_context()Michael Niedermayer2021-03-311-3/+2
* avcodec/h264_slice: Check sps in h264_slice_header_init()Michael Niedermayer2021-03-261-0/+5
* avcodec/h264_slice: don't copy frame data during error concealmentJames Almer2021-03-111-7/+8
* avcodec/h264_slice: fix undefined integer overflow with POC in error concealmentMichael Niedermayer2020-10-181-1/+1
* avcodec/h264_slice: use av_buffer_replace() to simplify codeJames Almer2020-10-051-22/+12
* avcodec/h264_slice: sync User Data Unregistered SEI buffers across threadsJames Almer2020-09-231-0/+20
* avcodec: use av_timecode_make_smpte_tc_string2 in hevc and h264 decoderMarton Balint2020-09-131-1/+1
* avcodec/h264_slice: add timecode metadataLimin Wang2020-07-091-0/+3
* avcodec/h264_slice: replace cur->f with out for better readabilityLimin Wang2020-07-091-23/+24
* avcodec/h264_slice: use av_timecode_get_smpte()Limin Wang2020-06-281-27/+6