summaryrefslogtreecommitdiff
path: root/libavcodec/ratecontrol.c
Commit message (Expand)AuthorAge
* avcodec/ratecontrol: fix the integer overflow after long time runLimin Wang2020-06-03
* Merge commit '3b50dbc51fb0978d09c1a5b83d4bf5a59d170e1e'James Almer2017-03-31
|\
| * ratecontrol: Use correct function pointer casts instead of void*Diego Biurrun2016-11-12
* | Merge commit 'a1f6a2dfdaf9beb42ca66e49d10bfaf5905a0128'Clément Bœsch2017-02-01
|\|
| * ratecontrol: Reorder functions to avoid forward declarationsVittorio Giovara2016-07-20
* | 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
* | Merge commit 'b4bb9593834460bbbe0e70823f2c503cb01ad052'James Almer2017-01-31
|\|
| * ratecontrol: Drop commented out cruftVittorio Giovara2016-07-20
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | avcodec/mpegvideo: use constants for rc_strategyClément Bœsch2015-12-04
* | avcodec/ratecontrol: use predefined M_EGanesh Ajjanagadde2015-11-14
* | avcodec/mpegvideo: change bit_rate to 64bitMichael Niedermayer2015-09-02
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | Merge commit '1761ab838c75223a6b97d8c0720d09275374c53d'Michael Niedermayer2015-07-09
|\|
| * lavc: Deprecate avctx.rc_strategyVittorio Giovara2015-07-08
* | Merge commit '42df71d9bbb1a5b4bce0bb34417692565c72d390'Michael Niedermayer2015-06-01
|\|
| * ratecontrol: Check memory allocationVittorio Giovara2015-05-31
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-22
|\|
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-22
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-20
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* | avcodec/ratecontrol: replace asserts by av_assertsMichael Niedermayer2015-01-31
* | avcodec/ratecontrol: Check for av_malloc*() failuresMichael Niedermayer2015-01-10
* | Merge commit '530c1441fd1426b6a4bb33485ff3226e1ae0ad45'Michael Niedermayer2014-10-18
|\|
| * lavc: make lmax/lmin into private options of mpegvideo encodersAnton Khirnov2014-10-18
* | Merge commit '15ec053c4c0b198a2e93eb8e60c8f41e091e0c40'Michael Niedermayer2014-10-18
|\|
| * lavc: make border_masking into private options of mpegvideo encodersAnton Khirnov2014-10-18
* | Merge commit '66a68ddd1ac376b24db8695058bc8fc28f5bada6'Michael Niedermayer2014-10-18
|\|
| * lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe...Anton Khirnov2014-10-18
* | Merge commit 'a75c2eb25a62105c09b48521aef429dc8a231637'Michael Niedermayer2014-10-18
|\|
| * lavc: make rc_eq into private options of mpegvideo encodersAnton Khirnov2014-10-18
* | Merge commit '946f95354ba76ef73c9b66889d86ab5fba4fb486'Michael Niedermayer2014-10-18
|\|
| * lavc: make rc_qmod_* into private options of mpegvideo encodersAnton Khirnov2014-10-18
* | Merge commit 'a6e4ce9fd50897dc6d9c2ada4b6b8090de7de5bf'Michael Niedermayer2014-10-18
|\|
| * lavc: make rc_qsquish a private option of mpegvideo encodersAnton Khirnov2014-10-18
* | avcodec/ratecontrol: remove unneeded statementMichael Niedermayer2014-07-31
* | Merge commit 'b2c31710c96fa47d9dcd40b64d39663e8957f683'Michael Niedermayer2014-05-01
|\|
| * lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideoAnton Khirnov2014-05-01
* | avcodec/ratecontrol: use av_malloc_array()Michael Niedermayer2014-04-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-09
|\|
| * mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-09
* | avcodec/ratecontrol: make (mc_)mb_var_sum(_last) 64bitMichael Niedermayer2014-03-21
* | avcodec/mpegvideo: make mc_mb_var_sum / mb_var_sum 64bitMichael Niedermayer2014-03-21
* | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer2014-03-17
|\|
| * mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* | avcodec/ratecontrol: give some trivial tips in case of buffer underflowsMichael Niedermayer2013-09-08