aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_slice.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec/h264: create user data unregistered SEI side data for H.264Limin Wang2020-06-151-0/+14
* h264dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-251-0/+9
* h264_ps: make the PPS hold a reference to its SPSAnton Khirnov2020-04-101-22/+5
* h264_sei: parse the picture timing SEIs correctlyAnton Khirnov2020-04-101-0/+10
* h264dec: do not export the chroma sample location immediately on parsing the SPSAnton Khirnov2020-03-201-0/+1
* h264dec: do not return a value from init_dimensions()Anton Khirnov2020-03-161-6/+2
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-141-3/+0
* avcodec/h264_slice: clear frame only on gaps when it is not otherwise initila...Michael Niedermayer2019-09-241-9/+9
* avcodec/h264_slice: set the SEI parameters early on the AVCodecContextSteve Lhomme2019-07-141-6/+6
* avcodec/h264_slice: Fix integer overflow in implicit_weight_table()Michael Niedermayer2019-01-121-1/+1
* h264/pic_timing: support multiple timecodesJosh de Kock2018-10-231-26/+33
* lavc/h264: create AVFrame side data from H.264 timecodesDevin Heitmueller2018-10-231-0/+38
* h264_slice: Copy the value of x264_build before calling h264_slice_header_ini...Derek Buitenhuis2018-10-091-1/+1
* h264: Support multi-field closed captions by using AVBufferRef and not resett...Kieran Kunhya2018-08-171-8/+14
* h264_slice: Fix return of incomplete frames from decoderJohn Stebbins2018-06-281-0/+5