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-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-02lavc/libx264: support AV_CODEC_CAP_ENCODER_RECON_FRAMEAnton Khirnov
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-07-18avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt
2022-07-01avcodec/libx264: Avoid duplicating stringsAndreas Rheinhardt
2022-06-20lavc/libx264.c: Fix possible UB by NULL pointer LHSMichael Goulet
2022-06-11avcodec/libx264: Set min build version to 158 for msvcMatt Oliver
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2021-12-28avcodec/libx26[45]: reindent after last commitLimin Wang
2021-12-28avcodec/libx26[45]: add udu_sei option to import user data unregistered SEIsLimin Wang
2021-12-21avcodec/libx264: Don't unnecessarily add in-band extradataAndreas Rheinhardt
2021-11-09avcodec/libx264: Simplify copying packet dataAndreas Rheinhardt
2021-11-09avcodec/libx264: Remove always-false checksAndreas Rheinhardt
2021-11-09avcodec/libx264: Check for overflow if necessaryAndreas Rheinhardt
2021-11-05avcodec/libx264: fix sei payload leaks on errorJames Almer
2021-10-20avcodec/libx264: move sei_data_size out of the for loopJames Almer
2021-10-19avcodec/libx264: copy unregistered data SEI messages to the input x264 pictureJames Almer
2021-10-18libavcodec/libx264: add user data unregistered SEI encodingBrad Hards
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-08-29avcodec/libx264: add support for setting chroma sample locationJan Ekström
2021-08-18avcodec/libx264: leave full range flag unchanged if unknownJan Ekström
2021-07-12{configure,avcodec/libx264}: remove separate x264_csp_bgr checkJan Ekström
2021-06-25avcodec/libx264: Separate headers not supported in AVC-Intra modeLimin Wang
2021-06-25avcodec/libx264: Add support for Sony XAVC Class 300 and 480Limin Wang
2021-05-23avcodec/libx264: Avoid copying data, allow user-supplied buffersAndreas Rheinhardt
2021-05-14avcodec/libx264: Fix redundant setting of caps_internalAndreas Rheinhardt
2021-04-28avcodec: Remove redundant freeing of extradata of encodersAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt
2021-04-27avcodec: Remove private options from AVCodecContextAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated coder type optionsAndreas Rheinhardt
2021-03-16lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov
2021-03-16lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov
2021-02-28avcodec/libx264: Don't use init_static_data for newer versionsAndreas Rheinhardt
2020-08-15avcodec: move ff_alloc_a53_sei() to atsc_53James Almer
2020-08-06avcodec/libx264: fix chroma quantizer offset usageTakio Yamaoka
2020-07-17avcodec/libx264: call x264_param_cleanup() if availableJames Almer
2020-07-17avcodec/libx264: check for param allocation failure error codeJames Almer
2020-07-17avcodec/libx264: use a function to parse x264optsJames Almer
2020-06-03avcodec/internal: move packet related functions to their own headerJames Almer
2020-05-28lavc/libx264: misc style fixesJun Zhao
2020-05-08avcodec/libx264: return error if unknown picture type encounteredLimin Wang
2020-05-08avcodec/libx264: return immediately if encode_nals return 0Limin Wang
2020-04-29libavcodec/libx264: fix reference frame computation based on levelJosh Brewster
2020-02-23avcodec/libx264: add a check for the prft AVCodecContext export_side_data flagJames Almer
2020-01-16avcodec/libx264: export Producer Reference Time as packet side dataJames Almer