summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_enc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit '16216b713f9a21865cc07993961cf5d0ece24916'Hendrik Leppkes2015-12-181-3/+12
|\ \ | |/
| * lavc: Drop exporting 2-pass encoding statsVittorio Giovara2015-12-071-3/+12
* | Merge commit '2507b5dd674834be7261772996f47ae3b95cca69'Hendrik Leppkes2015-12-171-0/+13
|\ \ | |/
| * mpegvideo_enc: export vbv_delay in side dataAnton Khirnov2015-12-061-0/+13
* | Merge commit '3f5c99fcbb2c366d7bdef8500c19f43a33bdb6b9'Hendrik Leppkes2015-12-171-0/+9
|\ \ | |/
| * mpegvideo_enc: export CPB props side dataAnton Khirnov2015-12-061-0/+9
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-5/+5
* | Merge commit '462a54e2291e1fa18e1f1254d09739dfbb795617'Hendrik Leppkes2015-11-291-0/+8
|\ \ | |/
| * lavc: Deprecate avctx.rtp_callback fieldVittorio Giovara2015-11-201-0/+8
* | avcodec/mpegvideo_enc: Remove slice structured mode from H.263 as well as the...Michael Niedermayer2015-11-231-2/+1
* | Merge commit 'f6c94457b44f41d900cd0991857f54e1f0ccedd6'Derek Buitenhuis2015-11-221-6/+7
|\ \ | |/
| * mpegvideo_enc: enable rtp_mode when multiple slices are usedAnton Khirnov2015-11-201-3/+7
* | Merge commit 'd80f0a4ad634b3949b91b85f21fd608c0cddeef7'Derek Buitenhuis2015-11-221-0/+6
|\ \ | |/
| * mpevideo_enc: disallow multiple slices for h261 and flvAnton Khirnov2015-11-201-0/+6
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-1/+1
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
* | Merge commit '447b5b278c689b21bbb7b5747c8773145cbd9448'Hendrik Leppkes2015-10-271-9/+13
|\ \ | |/
| * mpegvideo_enc: Fix encoding videos with less frames than the delay of the enc...Alexis Ballier2015-10-251-4/+16
OpenPOWER on IntegriCloud