summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAge
* avcodec/sp5x: Remove unused quant tablesAndreas Rheinhardt2021-01-26
* avcodec/mpegvideo_enc: Make mpv_encode_defaults thread-safeAndreas Rheinhardt2021-01-25
* avcodec/me_cmp: Remove ff_check_alignment()Andreas Rheinhardt2021-01-21
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* avcodec/mpegvideo_enc: check for SpeedHQ encoderGyan Doshi2020-12-09
* avcodec: add SpeedHQ encoderJean-Baptiste Kempf2020-11-24
* put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov2020-10-28
* avcodec/mpegvideo_enc: Replace some s->avctx by avctxMichael Niedermayer2020-08-30
* avcodec, avfilter, avformat: Remove redundant avpriv_align_put_bitsAndreas Rheinhardt2020-08-01
* avcodec/put_bits: Parametrize bit buffer typeSteinar H. Gunderson2020-07-19
* avcodec/mpegvideo_enc: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lableLimin Wang2020-06-13
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-02
* avcodec: Add FF_CODEC_CAP_INIT_CLEANUPLimin Wang2020-05-27
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-22
* avcodec/mpegvideo_enc: return more specific error codes for ff_mpv_encode_init()Limin Wang2020-05-09
* avcodec/mpegvideo_enc: reindent codeLimin Wang2020-05-08
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-14
* mpegvideo_enc: add intra_penalty option for p framesRamiro Polla2019-10-24
* avcodec/mpegvideo_enc: add logging context to logSteven Liu2019-10-08
* avcodec/mpegvideo_enc: Use av_assert1() instead of assert()Michael Niedermayer2019-02-17
* avcodec/mpegvideo_enc: Use av_assert1() instead of assert() in merge_context_...Michael Niedermayer2019-02-07
* mpegvideo: remove support for libxvid's RC systemRostislav Pehlivanov2018-05-05
* avcodec/me_cmp: remove ff_me_cmp_init_static()Muhammad Faiz2018-02-05
* Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer2017-10-23
|\
| * lavc: Drop deprecated options moved to private contextsVittorio Giovara2017-03-23
* | Merge commit 'bb45d11282d93af0e8d4c8fd6bc6405f7439a940'James Almer2017-10-23
|\|
| * lavc: Drop deprecated codec flagsVittorio Giovara2017-03-23
* | Merge commit '72dc7ddd18fe54ee68aec71590c3202ad009a8fc'James Almer2017-10-23
|\|
| * lavc: Drop deprecated error rate optionVittorio Giovara2017-03-23
| * Drop libxvid rate control support for mpegvideo encodingDiego Biurrun2016-12-11
* | Remove some unneeded casts of bit_rate.Carl Eugen Hoyos2017-09-22
* | avcodec/mpegvideo_enc: fix mixed declarations and code warningJames Almer2017-07-25
* | avcodec/mpegvideo_enc: Use intra/inter scantable matching mb type in quantiza...Michael Niedermayer2017-07-24
* | avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mbMichael Niedermayer2017-06-19
* | lavc/mpegvideo_enc: allow low_delay for non MPEG2 codecs depending on strict_...Stefano Sabatini2017-06-06
* | mpegvideo_enc: disable optimized huffman coding with AMV or slice threadsRostislav Pehlivanov2017-04-09
* | Revert "mjpegenc: disable huffman coding with AMV"Michael Niedermayer2017-04-09
* | mjpegenc: disable huffman coding with AMVRostislav Pehlivanov2017-04-09
* | Merge commit '68811a41c70f019bde6df2a4f289674228c48958'Clément Bœsch2017-03-21
|\|
| * mpegvideo_enc: use the new encoding API for b_strategy=2Anton Khirnov2016-09-28
* | Merge commit 'f03f78bc1c99b1e29624418e2f7315b8a47981e9'Clément Bœsch2017-03-21
|\|
| * mpegvideo_enc: handle encoding errors with b_strategy=2Anton Khirnov2016-09-28
* | Merge commit '6f733ecab6faff2a16534f2ce7d2ffd41c07846b'Clément Bœsch2017-03-21
|\|
| * mpegvideo_enc: add const to the AVCodec instanceAnton Khirnov2016-09-28
* | avcodec/mjpegenc: Bypass the 2 pass encoding when optimal tables are not requ...Michael Niedermayer2017-02-10
* | Implement optimal huffman encoding for (M)JPEG.Jerry Jiang2017-02-08
* | Merge commit 'd639dcdae022130078c9c84b7b691c5e9694786c'Clément Bœsch2017-02-01
|\|
| * ratecontrol: Move Xvid-related functions to the place they are actually usedVittorio Giovara2016-07-20
| * ratecontrol: Move mpegenc-only function where it is usedVittorio Giovara2016-07-20
* | avcodec/mpegvideo: Fix edge emu buffer overlap with interlaced mpeg4Michael Niedermayer2016-11-17