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-11-06avcodec/mpegvideo_enc: Move initializing QpelDSPCtx to mpeg4videoenc.cAndreas Rheinhardt
2022-10-24avcodec/mpegvideo: Don't use ScanTable where unnecessaryAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-09-02avcodec/mpeg4video: Factor non-codec stuff out into a header of its ownAndreas Rheinhardt
2022-08-05avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt
2022-07-20avcodec/mpeg4videoenc: fix encoding long framesMichael Niedermayer
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-05-24avcodec/mpegvideoenc: Remove ineffective optionsAndreas Rheinhardt
2022-05-24avcodec/mjpegenc: Remove pointless motion-estimation optionsAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-01avcodec/mpegvideo: Make new_picture an ordinary AVFrameAndreas Rheinhardt
2022-04-01avcodec/mpegvideo: Remove strict_std_compliance from MpegEncContextAndreas 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-16libavcodec: Split version.hMartin Storsjö
2022-02-13avcodec/mpegvideo: Remove write-only [fb]_codeAndreas Rheinhardt
2022-02-13avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt
2022-02-13avcodec/mpeg4video.h: Move encoder-only parts in a new fileAndreas Rheinhardt
2022-02-13avcodec/h263.h: Move encoder-only stuff to a new header h263enc.hAndreas Rheinhardt
2022-01-29avcodec/mpeg4videoenc: Use stack variable for aspect_ratio_infoAndreas Rheinhardt
2022-01-29avcodec/mpeg4videoenc: Use stack variable for vo_typeAndreas Rheinhardt
2022-01-13avcodec/mpeg4video: Split off data in a header of its ownAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-27avcodec/mpeg4videoenc: Make encoder init-threadsafeAndreas Rheinhardt
2021-04-27avcodec/mpeg4video: Make initializing RLTable thread-safeAndreas Rheinhardt
2021-04-10avcodec/mpegvideo: Deprecate bframe opts for encoders not supporting themAndreas Rheinhardt
2021-04-10avcodec/mpegvideo: Deprecate duplicate matrix opt for unsupported codecsAndreas Rheinhardt
2021-04-10avcodec/mpegvideo: Deprecate a53cc option for encoders != MPEG-2Andreas Rheinhardt
2021-04-10avcodec/mpegvideo: Deprecate mpeg_quant option for codecs != MPEG-4Andreas Rheinhardt
2021-03-30Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt
2021-03-20avcodec/mpeg4videoenc: Check extradata malloc()Michael Niedermayer
2021-01-21avcodec/Makefile: Make H.263 encoder compilable without MPEG4 encoderAndreas Rheinhardt
2020-10-28put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov
2020-10-28put_bits: make avpriv_put_string() lavc-localAnton Khirnov
2020-05-27avcodec: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang
2020-05-22avcodec: move mpeg4 profiles to profiles.hMarton Balint
2020-04-23mpeg4videoenc: Don't crash with -fsanitize=boundsVitaly Buka
2018-05-28avcodec/mpeg4videoenc: Use 64 bit for times in mpeg4_encode_gop_header()Michael Niedermayer
2017-03-19Merge commit 'd5fda00efa756387cffb4d7294691cd54cfe86cf'Clément Bœsch
2016-08-17mpeg4videoenc: Kill non-compiling disabled cruftDiego Biurrun
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-01-23avcodec/mpeg4videoenc: Use 64bit for time variablesMichael Niedermayer
2016-01-12avcodec/mpeg4video: Check time_incrMichael Niedermayer
2015-12-04avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-05-28Merge commit '6f57375d707de40dcec28d3cef886c364e032c21'Michael Niedermayer