summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo_enc: disable optimized huffman coding with AMV or slice threadsRostislav Pehlivanov2017-04-111-0/+3
* Revert "mjpegenc: disable huffman coding with AMV"Michael Niedermayer2017-04-111-3/+0
* mjpegenc: disable huffman coding with AMVRostislav Pehlivanov2017-04-091-0/+3
* Merge commit '68811a41c70f019bde6df2a4f289674228c48958'Clément Bœsch2017-03-211-39/+49
|\
| * mpegvideo_enc: use the new encoding API for b_strategy=2Anton Khirnov2016-09-281-39/+49
* | Merge commit 'f03f78bc1c99b1e29624418e2f7315b8a47981e9'Clément Bœsch2017-03-211-0/+18
|\ \ | |/
| * mpegvideo_enc: handle encoding errors with b_strategy=2Anton Khirnov2016-09-281-0/+18
* | Merge commit '6f733ecab6faff2a16534f2ce7d2ffd41c07846b'Clément Bœsch2017-03-211-1/+1
|\ \ | |/
| * mpegvideo_enc: add const to the AVCodec instanceAnton Khirnov2016-09-281-1/+1
* | avcodec/mjpegenc: Bypass the 2 pass encoding when optimal tables are not requ...Michael Niedermayer2017-02-101-2/+3
* | Implement optimal huffman encoding for (M)JPEG.Jerry Jiang2017-02-081-4/+13
* | Merge commit 'd639dcdae022130078c9c84b7b691c5e9694786c'Clément Bœsch2017-02-011-1/+36
|\ \ | |/
| * ratecontrol: Move Xvid-related functions to the place they are actually usedVittorio Giovara2016-07-201-1/+32
| * ratecontrol: Move mpegenc-only function where it is usedVittorio Giovara2016-07-201-1/+23
* | avcodec/mpegvideo: Fix edge emu buffer overlap with interlaced mpeg4Michael Niedermayer2016-11-171-1/+1
* | avcodec/mpegvideo_enc: Add missing emms_c() to clear MMX state after SIMD useMichael Niedermayer2016-10-221-0/+1
* | avcodec/mpegvideo_enc: Clear mmx state in ff_mpv_reallocate_putbitbuffer()Michael Niedermayer2016-10-211-0/+2
* | avcodec/mpegvideo_enc: fix memory leakTimo Rothenpieler2016-09-261-0/+1
* | Merge commit 'b7e64fba7f37cc0399beae844f0a5dbef9219376'Clément Bœsch2016-06-211-2/+2
|\ \ | |/
| * Reduce the scope of some variablesDiego Biurrun2016-05-111-2/+2
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-18/+19
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-18/+19
* | Merge commit 'c80344d0101558098a6cd2ed5082ff5fda7ca18b'Derek Buitenhuis2016-04-111-2/+1
|\ \ | |/
| * mpegvideo_enc: use avcodec_free_context() instead of av_free()Anton Khirnov2016-02-261-2/+1
* | Merge commit '0e9c4fe254073b209970df3e3cb84531bc388e99'Derek Buitenhuis2016-02-031-1/+4
|\ \ | |/
| * lavc: Move pre_me to codec private optionsVittorio Giovara2016-01-211-1/+4
* | Merge commit '5b6f42da98c26a8aee8d2c2edfcbd0633ad1c607'Derek Buitenhuis2016-02-031-2/+4
|\ \ | |/
| * lavc: Move me_penalty_compensation to codec private optionsVittorio Giovara2016-01-211-2/+4
* | Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a'Derek Buitenhuis2016-02-031-1/+4
|\ \ | |/
| * lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-211-1/+4
* | Merge commit '936f0d98f864f9f6bb4f9e5458b78537e146bacd'Derek Buitenhuis2016-01-311-2/+12
|\ \ | |/
| * lavc: Move rtp_payload_size to codec private optionsVittorio Giovara2016-01-211-2/+11
* | Merge commit '12b49769223234673db1003d9c43e7483ceb0282'Derek Buitenhuis2016-01-281-1/+7
|\ \ | |/
| * lavc: Move mpeg_quant to codec private optionsVittorio Giovara2016-01-211-1/+7
* | Merge commit '1482aff2048511b821ff9feac19426113cc641a2'Derek Buitenhuis2016-01-281-4/+12
|\ \ | |/
| * lavc: Move noise_reduction to codec private optionsVittorio Giovara2016-01-211-4/+12
* | Merge commit '7c79587d7407dab4b9445d66b5f111fe657c8c4d'Derek Buitenhuis2016-01-281-2/+10
|\ \ | |/
| * lavc: Move scenechange_threshold to codec private optionsVittorio Giovara2016-01-211-2/+10
* | Merge commit '0ac9f33a9e69c64eee592791be3c5441a6a3d6b7'Derek Buitenhuis2016-01-281-7/+20
|\ \ | |/
| * lavc: Move frame_skip_* to codec private optionsVittorio Giovara2016-01-211-5/+18
* | Merge commit '84c4714f397c9c50eb9d49008cc1c08385f68f31'Derek Buitenhuis2016-01-281-3/+10
|\ \ | |/
| * lavc: Move brd_scale to codec private optionsVittorio Giovara2016-01-211-3/+10
* | Merge commit '0e6c8532215790bbe560a9eea4f3cc82bb55cf92'Derek Buitenhuis2016-01-271-11/+17
|\ \ | |/
| * lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara2016-01-211-11/+17
* | avcodec/mpegvideo_enc: Check for integer overflow in ff_mpv_reallocate_putbit...Michael Niedermayer2016-01-211-0/+5
* | avcodec/mpeg4video: Check time_incrMichael Niedermayer2016-01-121-3/+5
* | avcodec/mpegvideo_enc: Clip bits_per_raw_sample within valid rangeMichael Niedermayer2016-01-071-0/+1
* | avcodec/motion_est: Fix mv_penalty table sizeMichael Niedermayer2016-01-051-1/+1
* | Merge commit '458e53f51fc75d08df884f8e9eb3d7ded23e97b3'Hendrik Leppkes2015-12-181-0/+7
|\ \ | |/
| * mpegvideo_enc: actually add the side data with vbv_delay to the packetAnton Khirnov2015-12-121-0/+7