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-07-18avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt
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
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-08-23avcodec/v4l2_m2m_enc: reindent after previous commitAndriy Gelman
2020-08-23avcodec/v4l2_m2m_enc: buffer frame if it cannot be enqueuedAndriy Gelman
2020-08-02avcodec/v4l2_m2m: adapt to call close() on init failAndriy Gelman
2020-06-18avcodec/encode: restructure the core encoding codeJames Almer
2020-06-08avcodec/v4l2_m2m_enc: Avoid ;;Andreas Rheinhardt
2020-05-22avcodec: move mpeg4 profiles to profiles.hMarton Balint
2020-05-05avcodec/v4l2_m2m_enc: Support changing qmin/qmaxAndriy Gelman
2020-05-05avcodec/v4l2_m2m_enc: reindent codeLimin Wang
2020-04-28avcodec/v4l2_m2m_enc: Enable frame level rate control by defaultAndriy Gelman
2020-04-28avcodec/v4l2_m2m_enc: Reduce log verbosity for some paramsAndriy Gelman
2020-04-15avcodec/v4l2_m2m: handle v4l2 end of stream eventMing Qian
2020-04-01avcodec/v4l2_m2m: fix setting frame periodMing Qian
2020-02-16avcodec/v4l2_m2m: Fix typo in log message and cosmeticsAndriy Gelman
2020-02-02avcodec/v4l2_m2m: Simplify capture buffer init checkAndriy Gelman
2019-12-28avcodec/v4l2_m2m_enc: Check encoder pix_fmt matches pix_fmt on deviceAndriy Gelman
2019-09-15avcodec/v4l2: fix compile with older videodev2.hAman Gupta
2019-09-11avcodec/v4l2_m2m_enc: fix indentation and add M2MENC_CLASS macroAman Gupta
2019-09-11avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContextAman Gupta
2019-09-11avcodec/v4l2_m2m_enc: add support for -force_key_framesAman Gupta
2019-09-03avcodec/v4l2_m2m_enc: fix typo in log messageAman Gupta
2019-09-03avcodec/v4l2_m2m_enc: log errno on v4l2_set_ext_ctrl failuresAman Gupta
2018-08-31lavc/v4l2_m2m_enc: Add missing braces around initializers.Carl Eugen Hoyos
2018-01-21avcodec: v4l2_m2m: fix races around freeing data on closeMark Thompson
2017-12-21v4l_m2m: add missing AV_CODEC_CAP_DELAY flagswm4
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-10-22avcodec/v4l2_m2m_enc: fix usage of deprecated codec flagJames Almer
2017-10-05lavc/v4l2: Fix printf format for int64_tMark Thompson
2017-10-05lavc/v4l2: Mark static const tables as suchMark Thompson
2017-10-05lavc/v4l2: Remove use of lfind()Mark Thompson
2017-09-23libavcodec: v4l2: add support for v4l2 mem2mem codecsJorge Ramirez-Ortiz