Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-27avcodec/internal: Move ff_set_sar() to decode.hAndreas Rheinhardt
2022-07-31avcodec: Constify ThreadFrames if possibleAndreas Rheinhardt
2022-03-25avcodec/h264dec: Move ERContext to H264ContextAndreas Rheinhardt
2022-03-25avcodec/h264_slice: Fix decoding undamaged input with slicesAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-02-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2022-02-09avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt
2022-02-09avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt
2022-01-26avcodec/h264*: Remove unnecessary h264_mvpred.h inclusionsAndreas Rheinhardt
2022-01-26lavc/h264: replace MAX_DELAYED_PIC_COUNT by H264_MAX_DPB_FRAMESAnton Khirnov
2022-01-26lavc/h264: replace MAX_DELAYED_PIC_COUNT with FF_ARRAY_ELEMS where appropriateAnton Khirnov
2022-01-13avcodec/h264_slice: Inline H264 codec idAndreas Rheinhardt
2022-01-13avcodec/h264_slice, mpeg4videodec: Don't use %s to write single charAndreas Rheinhardt
2021-12-23avcodec/h2645: Fix SEI->display matrix transformationAndreas Rheinhardt
2021-11-29lavc/h264dec: support all color formats in videotoolbox hwaccelrcombs
2021-10-09avcodec/h264_slice: Check idr_pic_idMichael Niedermayer
2021-08-26avcodec/h264_slice: don't allocate film grain buffers when using hwaccelJames Almer
2021-08-24avcodec/h264_slice: signal the presence of Film Grain in the decoder contextJames Almer
2021-08-24avcodec/h264dec: apply H.274 film grainNiklas Haas
2021-08-24avcodec/h264_slice: compute and export film grain seedNiklas Haas
2021-08-10avcodec/h264_slice: use ff_h264_replace_picture when syncing thread contextsJames Almer
2021-08-10avcodec/h264_slice: clear old slice POC values on parsing failureJames Almer
2021-07-23avcodec/h264_sei: parse and export Film Grain Characteristics SEI messagesJames Almer
2021-07-22avcodec: Remove some unnecessary mpegvideo.h inclusionsAndreas Rheinhardt
2021-04-15avcodec/h264dec: update exported AVOptions in the user-facing contextJames Almer
2021-04-01avcodec/h264_slice: Check input SPS in ff_h264_update_thread_context()Michael Niedermayer
2021-03-26avcodec/h264_slice: Check sps in h264_slice_header_init()Michael Niedermayer
2021-03-11avcodec/h264_slice: don't copy frame data during error concealmentJames Almer
2020-10-18avcodec/h264_slice: fix undefined integer overflow with POC in error concealmentMichael Niedermayer
2020-10-05avcodec/h264_slice: use av_buffer_replace() to simplify codeJames Almer
2020-09-23avcodec/h264_slice: sync User Data Unregistered SEI buffers across threadsJames Almer
2020-09-13avcodec: use av_timecode_make_smpte_tc_string2 in hevc and h264 decoderMarton Balint
2020-07-09avcodec/h264_slice: add timecode metadataLimin Wang
2020-07-09avcodec/h264_slice: replace cur->f with out for better readabilityLimin Wang
2020-06-28avcodec/h264_slice: use av_timecode_get_smpte()Limin Wang
2020-06-15avcodec/h264: create user data unregistered SEI side data for H.264Limin Wang
2020-05-25h264dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov
2020-04-10h264_ps: make the PPS hold a reference to its SPSAnton Khirnov
2020-04-10h264_sei: parse the picture timing SEIs correctlyAnton Khirnov
2020-03-20h264dec: do not export the chroma sample location immediately on parsing the SPSAnton Khirnov
2020-03-16h264dec: do not return a value from init_dimensions()Anton Khirnov
2020-03-14libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt
2019-09-24avcodec/h264_slice: clear frame only on gaps when it is not otherwise initila...Michael Niedermayer
2019-07-14avcodec/h264_slice: set the SEI parameters early on the AVCodecContextSteve Lhomme
2019-01-12avcodec/h264_slice: Fix integer overflow in implicit_weight_table()Michael Niedermayer
2018-10-23h264/pic_timing: support multiple timecodesJosh de Kock
2018-10-23lavc/h264: create AVFrame side data from H.264 timecodesDevin Heitmueller
2018-10-09h264_slice: Copy the value of x264_build before calling h264_slice_header_ini...Derek Buitenhuis
2018-08-17h264: Support multi-field closed captions by using AVBufferRef and not resett...Kieran Kunhya
2018-06-28h264_slice: Fix return of incomplete frames from decoderJohn Stebbins