| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mpegvideo: Remove write-only [fb]_code | Andreas Rheinhardt | 2022-02-13 | 1 | -5/+0 |
* | avcodec/mpegvideo: Move encoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/mpeg12.h: Move encoder-only stuff into a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -1/+1 |
* | avcodec/mpegvideo: Use offset instead of pointer for vbv_delay | Andreas Rheinhardt | 2022-01-29 | 1 | -1/+1 |
* | avcodec/mpegvideo: Move frame_rate_index to (Mpeg1|MPEG12Enc)Context | Andreas Rheinhardt | 2022-01-29 | 1 | -5/+6 |
* | avcodec/mpegvideo: Move gop_picture_number to MPEG12EncContext | Andreas Rheinhardt | 2022-01-29 | 1 | -3/+6 |
* | avcodec/mpeg12enc: Reindent after the previous commit | Andreas Rheinhardt | 2022-01-29 | 1 | -128/+127 |
* | avcodec/mpeg12enc: Return early if no Sequence Header is written | Andreas Rheinhardt | 2022-01-29 | 1 | -4/+5 |
* | avcodec/mpeg12enc: Use stack variable for aspect_ratio_info | Andreas Rheinhardt | 2022-01-29 | 1 | -2/+3 |
* | avcodec/mpeg12enc: Inline constants | Andreas Rheinhardt | 2022-01-04 | 1 | -8/+8 |
* | avcodec/mpeg12enc: Partially inline whether codec is MPEG-1 | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+3 |
* | avcodec/mpeg12enc: Also inline chroma subsampling | Andreas Rheinhardt | 2022-01-04 | 1 | -5/+6 |
* | avcodec/mpeg12enc: Move options-related fields to MPEG12EncContext | Andreas Rheinhardt | 2022-01-04 | 1 | -23/+35 |
* | avcodec/mpeg12enc: Add custom context, move mpeg2_frame_rate_ext to it | Andreas Rheinhardt | 2022-01-04 | 1 | -9/+17 |
* | avcodec/mpeg12enc: Simplify check for A53 closed captions | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avcodec: Remove private options from AVCodecContext | Andreas Rheinhardt | 2021-04-27 | 1 | -7/+0 |
* | 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/+2 |
* | avcodec/mpegvideo: Deprecate a53cc option for encoders != MPEG-2 | Andreas Rheinhardt | 2021-04-10 | 1 | -0/+2 |
* | avcodec/mpegvideo: Deprecate mpeg_quant option for codecs != MPEG-4 | Andreas Rheinhardt | 2021-04-10 | 1 | -0/+7 |
* | avcodec/mpeg12enc: Perform size/level/profile checks earlier | Andreas Rheinhardt | 2021-04-10 | 1 | -22/+22 |
* | avcodec/mpeg12enc: Move MPEG-1/2 dimension checks to mpeg12enc | Andreas Rheinhardt | 2021-04-10 | 1 | -0/+8 |
* | Avoid intermediate bitcount for number of bytes in PutBitContext | Andreas Rheinhardt | 2021-03-30 | 1 | -1/+1 |
* | avcodec/mpegvideo_enc: Make mpv_encode_defaults thread-safe | Andreas Rheinhardt | 2021-01-25 | 1 | -2/+2 |
* | avcodec/mpeg12enc, speedhqenc: Avoid redundant copies of tables | Andreas Rheinhardt | 2021-01-25 | 1 | -10/+2 |
* | avcodec/mpeg12: Don't initialize encoder-only parts of RLTable | Andreas Rheinhardt | 2020-12-31 | 1 | -2/+4 |
* | avcodec/speedhqenc: Call correct function | Andreas Rheinhardt | 2020-12-11 | 1 | -3/+8 |
* | avcodec/mpeg12enc: Disallow using MPEG-2 intra VLC table for mpeg1video | Andreas Rheinhardt | 2020-12-02 | 1 | -2/+2 |
* | avcodec/mpeg12enc: Reindentation | Andreas Rheinhardt | 2020-11-25 | 1 | -59/+55 |
* | avcodec/mpeg12enc: Use ff_thread_once() for static initializations | Andreas Rheinhardt | 2020-11-25 | 1 | -8/+12 |
* | avcodec/mpeg12enc: Always initialize MPEG-2 intra VLC table lengths | Andreas Rheinhardt | 2020-11-25 | 1 | -1/+0 |
* | put_bits: make avpriv_align_put_bits() inline | Anton Khirnov | 2020-10-28 | 1 | -1/+1 |
* | avcodec/mpeg12enc: support mpeg2 encoder const level | Limin Wang | 2020-08-14 | 1 | -0/+6 |
* | avcodec/mpeg12enc: support mpeg2 encoder const profile | Limin Wang | 2020-06-01 | 1 | -0/+2 |
* | avcodec/mpeg12enc: return more specific error codes for encode_init() | Limin Wang | 2020-05-09 | 1 | -6/+7 |
* | avcodec/mpeg12enc: Use FF_PROFILE_MPEG2_xxx macros | Limin Wang | 2020-05-01 | 1 | -4/+4 |
* | remove CHAR_MIN/CHAR_MAX usage | Paul B Mahol | 2020-03-17 | 1 | -1/+1 |
* | avcodec/mpeg12enc: Add FF_CODEC_CAP_INIT_CLEANUP | Michael Niedermayer | 2019-09-11 | 1 | -0/+2 |
* | mpeg12enc: Use Closed Captions if available | Mathieu Duponchelle | 2019-03-16 | 1 | -0/+32 |
* | avcodec/mpeg12enc: add support for specifying video_format in the sequence_di... | Marton Balint | 2018-02-13 | 1 | -2/+10 |
* | Merge commit '4c0588b4562abad5540f6a5435c62828de9e4fdf' | James Almer | 2017-11-11 | 1 | -1/+1 |
|\ |
|
| * | mpeg2enc: Don't mark all streams as component video | Mark Thompson | 2017-08-20 | 1 | -1/+1 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -6/+6 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -6/+6 |
| * | mpeg12enc: always write closed gops for intra only outputs | Marton Balint | 2016-02-22 | 1 | -1/+1 |
* | | Merge commit 'd749615333084e62c9fcc480d1ae466369fdf14f' | Derek Buitenhuis | 2016-01-31 | 1 | -5/+15 |
|\| |
|
| * | lavc: Move timecode_frame_start to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -2/+11 |
* | | avcodec/mpeg12enc: Move high resolution thread check to before initializing t... | Michael Niedermayer | 2016-01-21 | 1 | -3/+0 |