| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mpegvideo: use constants for rc_strategy | Clément Bœsch | 2015-12-04 | 1 | -3/+7 |
* | avcodec/ratecontrol: use predefined M_E | Ganesh Ajjanagadde | 2015-11-14 | 1 | -4/+0 |
* | avcodec/mpegvideo: change bit_rate to 64bit | Michael Niedermayer | 2015-09-02 | 1 | -3/+3 |
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -7/+7 |
|\ |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -7/+7 |
* | | Merge commit '1761ab838c75223a6b97d8c0720d09275374c53d' | Michael Niedermayer | 2015-07-09 | 1 | -4/+12 |
|\| |
|
| * | lavc: Deprecate avctx.rc_strategy | Vittorio Giovara | 2015-07-08 | 1 | -4/+12 |
* | | Merge commit '42df71d9bbb1a5b4bce0bb34417692565c72d390' | Michael Niedermayer | 2015-06-01 | 1 | -1/+3 |
|\| |
|
| * | ratecontrol: Check memory allocation | Vittorio Giovara | 2015-05-31 | 1 | -1/+10 |
* | | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42' | Michael Niedermayer | 2015-05-22 | 1 | -7/+7 |
|\| |
|
| * | mpegvideo: Drop flags and flags2 | Vittorio Giovara | 2015-05-22 | 1 | -7/+7 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -5/+6 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -5/+6 |
* | | avcodec/ratecontrol: replace asserts by av_asserts | Michael Niedermayer | 2015-01-31 | 1 | -14/+11 |
* | | avcodec/ratecontrol: Check for av_malloc*() failures | Michael Niedermayer | 2015-01-10 | 1 | -0/+7 |
* | | Merge commit '530c1441fd1426b6a4bb33485ff3226e1ae0ad45' | Michael Niedermayer | 2014-10-18 | 1 | -2/+2 |
|\| |
|
| * | lavc: make lmax/lmin into private options of mpegvideo encoders | Anton Khirnov | 2014-10-18 | 1 | -2/+2 |
* | | Merge commit '15ec053c4c0b198a2e93eb8e60c8f41e091e0c40' | Michael Niedermayer | 2014-10-18 | 1 | -1/+1 |
|\| |
|
| * | lavc: make border_masking into private options of mpegvideo encoders | Anton Khirnov | 2014-10-18 | 1 | -1/+1 |
* | | Merge commit '66a68ddd1ac376b24db8695058bc8fc28f5bada6' | Michael Niedermayer | 2014-10-18 | 1 | -5/+5 |
|\| |
|
| * | lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe... | Anton Khirnov | 2014-10-18 | 1 | -5/+5 |
* | | Merge commit 'a75c2eb25a62105c09b48521aef429dc8a231637' | Michael Niedermayer | 2014-10-18 | 1 | -3/+3 |
|\| |
|
| * | lavc: make rc_eq into private options of mpegvideo encoders | Anton Khirnov | 2014-10-18 | 1 | -3/+3 |
* | | Merge commit '946f95354ba76ef73c9b66889d86ab5fba4fb486' | Michael Niedermayer | 2014-10-18 | 1 | -3/+3 |
|\| |
|
| * | lavc: make rc_qmod_* into private options of mpegvideo encoders | Anton Khirnov | 2014-10-18 | 1 | -3/+3 |
* | | Merge commit 'a6e4ce9fd50897dc6d9c2ada4b6b8090de7de5bf' | Michael Niedermayer | 2014-10-18 | 1 | -1/+1 |
|\| |
|
| * | lavc: make rc_qsquish a private option of mpegvideo encoders | Anton Khirnov | 2014-10-18 | 1 | -1/+1 |
* | | avcodec/ratecontrol: remove unneeded statement | Michael Niedermayer | 2014-07-31 | 1 | -1/+0 |
* | | Merge commit 'b2c31710c96fa47d9dcd40b64d39663e8957f683' | Michael Niedermayer | 2014-05-01 | 1 | -2/+2 |
|\| |
|
| * | lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo | Anton Khirnov | 2014-05-01 | 1 | -2/+2 |
* | | avcodec/ratecontrol: use av_malloc_array() | Michael Niedermayer | 2014-04-20 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-04-09 | 1 | -5/+5 |
|\| |
|
| * | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -5/+5 |
* | | avcodec/ratecontrol: make (mc_)mb_var_sum(_last) 64bit | Michael Niedermayer | 2014-03-21 | 1 | -5/+6 |
* | | avcodec/mpegvideo: make mc_mb_var_sum / mb_var_sum 64bit | Michael Niedermayer | 2014-03-21 | 1 | -2/+2 |
* | | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b' | Michael Niedermayer | 2014-03-17 | 1 | -0/+1 |
|\| |
|
| * | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | | avcodec/ratecontrol: give some trivial tips in case of buffer underflows | Michael Niedermayer | 2013-09-08 | 1 | -0/+3 |
* | | avcodec/ratecontrol: silence "warning: expected_bits may be used uninitialize... | Michael Niedermayer | 2013-05-20 | 1 | -1/+1 |
* | | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -2/+3 |
|\| |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -2/+3 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit '76b19a3984359b3be44d4f7e4e69b7b86729a622' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Fix a number of incorrect intmath.h #includes. | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit 'f61272f0efd80da437570aad2c40e00f9d3f4fe6' | Michael Niedermayer | 2013-01-12 | 1 | -490/+597 |
|\| |
|
| * | ratecontrol: K&R cosmetic formatting | Luca Barbato | 2013-01-12 | 1 | -486/+591 |
* | | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3' | Michael Niedermayer | 2012-12-21 | 1 | -1/+1 |
|\| |
|
| * | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
* | | ratecontrol: Fix assertion failure on mismatching 2pass file. | Michael Niedermayer | 2012-11-24 | 1 | -1/+4 |