summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12enc.c
Commit message (Expand)AuthorAge
* avcodec/mpeg12enc: Inline constantsAndreas Rheinhardt2022-01-04
* avcodec/mpeg12enc: Partially inline whether codec is MPEG-1Andreas Rheinhardt2022-01-04
* avcodec/mpeg12enc: Also inline chroma subsamplingAndreas Rheinhardt2022-01-04
* avcodec/mpeg12enc: Move options-related fields to MPEG12EncContextAndreas Rheinhardt2022-01-04
* avcodec/mpeg12enc: Add custom context, move mpeg2_frame_rate_ext to itAndreas Rheinhardt2022-01-04
* avcodec/mpeg12enc: Simplify check for A53 closed captionsAndreas Rheinhardt2022-01-04
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avcodec: Remove private options from AVCodecContextAndreas 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
* avcodec/mpeg12enc: Perform size/level/profile checks earlierAndreas Rheinhardt2021-04-10
* avcodec/mpeg12enc: Move MPEG-1/2 dimension checks to mpeg12encAndreas Rheinhardt2021-04-10
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* avcodec/mpegvideo_enc: Make mpv_encode_defaults thread-safeAndreas Rheinhardt2021-01-25
* avcodec/mpeg12enc, speedhqenc: Avoid redundant copies of tablesAndreas Rheinhardt2021-01-25
* avcodec/mpeg12: Don't initialize encoder-only parts of RLTableAndreas Rheinhardt2020-12-31
* avcodec/speedhqenc: Call correct functionAndreas Rheinhardt2020-12-11
* avcodec/mpeg12enc: Disallow using MPEG-2 intra VLC table for mpeg1videoAndreas Rheinhardt2020-12-02
* avcodec/mpeg12enc: ReindentationAndreas Rheinhardt2020-11-25
* avcodec/mpeg12enc: Use ff_thread_once() for static initializationsAndreas Rheinhardt2020-11-25
* avcodec/mpeg12enc: Always initialize MPEG-2 intra VLC table lengthsAndreas Rheinhardt2020-11-25
* put_bits: make avpriv_align_put_bits() inlineAnton Khirnov2020-10-28
* avcodec/mpeg12enc: support mpeg2 encoder const levelLimin Wang2020-08-14
* avcodec/mpeg12enc: support mpeg2 encoder const profileLimin Wang2020-06-01
* avcodec/mpeg12enc: return more specific error codes for encode_init()Limin Wang2020-05-09
* avcodec/mpeg12enc: Use FF_PROFILE_MPEG2_xxx macrosLimin Wang2020-05-01
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avcodec/mpeg12enc: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-09-11
* mpeg12enc: Use Closed Captions if availableMathieu Duponchelle2019-03-16
* avcodec/mpeg12enc: add support for specifying video_format in the sequence_di...Marton Balint2018-02-13
* Merge commit '4c0588b4562abad5540f6a5435c62828de9e4fdf'James Almer2017-11-11
|\
| * mpeg2enc: Don't mark all streams as component videoMark Thompson2017-08-20
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| * mpeg12enc: always write closed gops for intra only outputsMarton Balint2016-02-22
* | Merge commit 'd749615333084e62c9fcc480d1ae466369fdf14f'Derek Buitenhuis2016-01-31
|\|
| * lavc: Move timecode_frame_start to codec private optionsVittorio Giovara2016-01-21
* | avcodec/mpeg12enc: Move high resolution thread check to before initializing t...Michael Niedermayer2016-01-21
* | avcodec/motion_est: Fix mv_penalty table sizeMichael Niedermayer2016-01-05
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | avcodec/mpeg12enc: Basic support for encoding non even QPs for -non_linear_qu...Michael Niedermayer2015-09-18
* | avcodec/mpeg12enc: extend QP range to 28 for non linear quantizersMichael Niedermayer2015-07-30
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | Merge commit '6f57375d707de40dcec28d3cef886c364e032c21'Michael Niedermayer2015-05-28
|\|