summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4videoenc.c
Commit message (Expand)AuthorAge
* avcodec/mpegutils: Move definitions to better placesAndreas Rheinhardt2024-04-08
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-07
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-04
* lavc/mpegvideo_enc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED...Anton Khirnov2023-01-29
* avcodec/mpegvideo_enc: remove picture_number parameter from encode functionsMarton Balint2023-01-26
* avcodec/mpeg4videoenc: use MpegEncContext->picture_number instead of encode f...Marton Balint2023-01-26
* avcodec/mpegvideo_enc: Move initializing QpelDSPCtx to mpeg4videoenc.cAndreas Rheinhardt2022-11-06
* avcodec/mpegvideo: Don't use ScanTable where unnecessaryAndreas Rheinhardt2022-10-24
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/mpeg4video: Factor non-codec stuff out into a header of its ownAndreas Rheinhardt2022-09-02
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-05
* avcodec/mpeg4videoenc: fix encoding long framesMichael Niedermayer2022-07-20
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/mpegvideoenc: Remove ineffective optionsAndreas Rheinhardt2022-05-24
* avcodec/mjpegenc: Remove pointless motion-estimation optionsAndreas Rheinhardt2022-05-24
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/mpegvideo: Make new_picture an ordinary AVFrameAndreas Rheinhardt2022-04-01
* avcodec/mpegvideo: Remove strict_std_compliance from MpegEncContextAndreas Rheinhardt2022-04-01
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* libavcodec: Split version.hMartin Storsjö2022-03-16
* avcodec/mpegvideo: Remove write-only [fb]_codeAndreas Rheinhardt2022-02-13
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec/mpeg4video.h: Move encoder-only parts in a new fileAndreas Rheinhardt2022-02-13
* avcodec/h263.h: Move encoder-only stuff to a new header h263enc.hAndreas Rheinhardt2022-02-13
* avcodec/mpeg4videoenc: Use stack variable for aspect_ratio_infoAndreas Rheinhardt2022-01-29
* avcodec/mpeg4videoenc: Use stack variable for vo_typeAndreas Rheinhardt2022-01-29
* avcodec/mpeg4video: Split off data in a header of its ownAndreas Rheinhardt2022-01-13
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/mpeg4videoenc: Make encoder init-threadsafeAndreas Rheinhardt2021-04-27
* avcodec/mpeg4video: Make initializing RLTable thread-safeAndreas Rheinhardt2021-04-27
* avcodec/mpegvideo: Deprecate bframe opts for encoders not supporting themAndreas Rheinhardt2021-04-10
* avcodec/mpegvideo: Deprecate duplicate matrix opt for unsupported codecsAndreas Rheinhardt2021-04-10
* avcodec/mpegvideo: Deprecate a53cc option for encoders != MPEG-2Andreas Rheinhardt2021-04-10
* avcodec/mpegvideo: Deprecate mpeg_quant option for codecs != MPEG-4Andreas Rheinhardt2021-04-10
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* avcodec/mpeg4videoenc: Check extradata malloc()Michael Niedermayer2021-03-20
* avcodec/Makefile: Make H.263 encoder compilable without MPEG4 encoderAndreas Rheinhardt2021-01-21
* put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov2020-10-28
* put_bits: make avpriv_put_string() lavc-localAnton Khirnov2020-10-28
* avcodec: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-27
* avcodec: move mpeg4 profiles to profiles.hMarton Balint2020-05-22
* mpeg4videoenc: Don't crash with -fsanitize=boundsVitaly Buka2020-04-22
* avcodec/mpeg4videoenc: Use 64 bit for times in mpeg4_encode_gop_header()Michael Niedermayer2018-05-27
* Merge commit 'd5fda00efa756387cffb4d7294691cd54cfe86cf'Clément Bœsch2017-03-19
|\
| * mpeg4videoenc: Kill non-compiling disabled cruftDiego Biurrun2016-08-17
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|