| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines | Andreas Rheinhardt | 2023-09-07 | 1 | -2/+2 |
* | avcodec: use the new AVFrame interlace flags in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+1 |
* | lavc/mpegvideo_enc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED... | Anton Khirnov | 2023-01-29 | 1 | -1/+2 |
* | avcodec/mpegvideo_enc: remove picture_number parameter from encode functions | Marton Balint | 2023-01-26 | 1 | -1/+1 |
* | avcodec/mpeg4videoenc: use MpegEncContext->picture_number instead of encode f... | Marton Balint | 2023-01-26 | 1 | -1/+1 |
* | avcodec/mpegvideo_enc: Move initializing QpelDSPCtx to mpeg4videoenc.c | Andreas Rheinhardt | 2022-11-06 | 1 | -0/+1 |
* | avcodec/mpegvideo: Don't use ScanTable where unnecessary | Andreas Rheinhardt | 2022-10-24 | 1 | -2/+2 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/mpeg4video: Factor non-codec stuff out into a header of its own | Andreas Rheinhardt | 2022-09-02 | 1 | -0/+1 |
* | avcodec: Constify frame->data pointers for encoders where possible | Andreas Rheinhardt | 2022-08-05 | 1 | -2/+2 |
* | avcodec/mpeg4videoenc: fix encoding long frames | Michael Niedermayer | 2022-07-20 | 1 | -2/+2 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/mpegvideoenc: Remove ineffective options | Andreas Rheinhardt | 2022-05-24 | 1 | -4/+0 |
* | avcodec/mjpegenc: Remove pointless motion-estimation options | Andreas Rheinhardt | 2022-05-24 | 1 | -0/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/mpegvideo: Make new_picture an ordinary AVFrame | Andreas Rheinhardt | 2022-04-01 | 1 | -1/+1 |
* | avcodec/mpegvideo: Remove strict_std_compliance from MpegEncContext | Andreas Rheinhardt | 2022-04-01 | 1 | -2/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -8/+8 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | libavcodec: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | avcodec/mpegvideo: Remove write-only [fb]_code | Andreas Rheinhardt | 2022-02-13 | 1 | -8/+0 |
* | avcodec/mpegvideo: Move encoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/mpeg4video.h: Move encoder-only parts in a new file | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/h263.h: Move encoder-only stuff to a new header h263enc.h | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/mpeg4videoenc: Use stack variable for aspect_ratio_info | Andreas Rheinhardt | 2022-01-29 | 1 | -4/+4 |
* | avcodec/mpeg4videoenc: Use stack variable for vo_type | Andreas Rheinhardt | 2022-01-29 | 1 | -4/+4 |
* | avcodec/mpeg4video: Split off data in a header of its own | Andreas Rheinhardt | 2022-01-13 | 1 | -0/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/mpeg4videoenc: Make encoder init-threadsafe | Andreas Rheinhardt | 2021-04-27 | 1 | -12/+14 |
* | avcodec/mpeg4video: Make initializing RLTable thread-safe | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/mpegvideo: Deprecate bframe opts for encoders not supporting them | Andreas Rheinhardt | 2021-04-10 | 1 | -0/+1 |
* | avcodec/mpegvideo: Deprecate duplicate matrix opt for unsupported codecs | Andreas Rheinhardt | 2021-04-10 | 1 | -0/+1 |
* | avcodec/mpegvideo: Deprecate a53cc option for encoders != MPEG-2 | Andreas Rheinhardt | 2021-04-10 | 1 | -0/+3 |
* | avcodec/mpegvideo: Deprecate mpeg_quant option for codecs != MPEG-4 | Andreas Rheinhardt | 2021-04-10 | 1 | -0/+2 |
* | Avoid intermediate bitcount for number of bytes in PutBitContext | Andreas Rheinhardt | 2021-03-30 | 1 | -1/+1 |
* | avcodec/mpeg4videoenc: Check extradata malloc() | Michael Niedermayer | 2021-03-20 | 1 | -0/+2 |
* | avcodec/Makefile: Make H.263 encoder compilable without MPEG4 encoder | Andreas Rheinhardt | 2021-01-21 | 1 | -3/+0 |
* | put_bits: make avpriv_copy_bits() lavc-local | Anton Khirnov | 2020-10-28 | 1 | -2/+2 |
* | put_bits: make avpriv_put_string() lavc-local | Anton Khirnov | 2020-10-28 | 1 | -1/+1 |
* | avcodec: Add FF_CODEC_CAP_INIT_CLEANUP | Limin Wang | 2020-05-27 | 1 | -0/+1 |
* | avcodec: move mpeg4 profiles to profiles.h | Marton Balint | 2020-05-22 | 1 | -0/+2 |
* | mpeg4videoenc: Don't crash with -fsanitize=bounds | Vitaly Buka | 2020-04-22 | 1 | -2/+2 |
* | avcodec/mpeg4videoenc: Use 64 bit for times in mpeg4_encode_gop_header() | Michael Niedermayer | 2018-05-27 | 1 | -1/+1 |
* | Merge commit 'd5fda00efa756387cffb4d7294691cd54cfe86cf' | Clément Bœsch | 2017-03-19 | 1 | -28/+0 |
|\ |
|
| * | mpeg4videoenc: Kill non-compiling disabled cruft | Diego Biurrun | 2016-08-17 | 1 | -28/+0 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -13/+13 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -13/+13 |
* | | avcodec/mpeg4videoenc: Use 64bit for time variables | Michael Niedermayer | 2016-01-23 | 1 | -4/+3 |
* | | avcodec/mpeg4video: Check time_incr | Michael Niedermayer | 2016-01-12 | 1 | -1/+9 |
* | | avcodec: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -2/+2 |