summaryrefslogtreecommitdiff
path: root/libavcodec/ratecontrol.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-151-1/+7
* lavc/ratecontrol: use AVCodecContext.framerate when availableAnton Khirnov2023-05-151-0/+3
* avcodec/mpegvideo_enc: do not use AVFrame.*_picture_number for encodingMarton Balint2023-02-131-2/+2
* avcodec/mpegpicture: Move encoding_error and mb_var_sum to MpegEncCtxAndreas Rheinhardt2022-08-101-9/+8
* avcodec/mpegpicture: Move mb_var, mc_mb_var and mb_mean to MpegEncCtxAndreas Rheinhardt2022-08-091-4/+3
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-1/+1
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-081-1/+0
* avcodec/ratecontrol: fix the integer overflow after long time runLimin Wang2020-06-031-2/+2
* Merge commit '3b50dbc51fb0978d09c1a5b83d4bf5a59d170e1e'James Almer2017-03-311-2/+2
|\
| * ratecontrol: Use correct function pointer casts instead of void*Diego Biurrun2016-11-121-2/+2
* | Merge commit 'a1f6a2dfdaf9beb42ca66e49d10bfaf5905a0128'Clément Bœsch2017-02-011-402/+392
|\ \ | |/
| * ratecontrol: Reorder functions to avoid forward declarationsVittorio Giovara2016-07-201-396/+386
* | Merge commit 'd639dcdae022130078c9c84b7b691c5e9694786c'Clément Bœsch2017-02-011-32/+0
|\ \ | |/
| * ratecontrol: Move Xvid-related functions to the place they are actually usedVittorio Giovara2016-07-201-28/+0
| * ratecontrol: Move mpegenc-only function where it is usedVittorio Giovara2016-07-201-21/+0
* | Merge commit 'b4bb9593834460bbbe0e70823f2c503cb01ad052'James Almer2017-01-311-12/+0
|\ \ | |/
| * ratecontrol: Drop commented out cruftVittorio Giovara2016-07-201-12/+0
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-5/+5
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-5/+5
* | avcodec/mpegvideo: use constants for rc_strategyClément Bœsch2015-12-041-3/+7
* | avcodec/ratecontrol: use predefined M_EGanesh Ajjanagadde2015-11-141-4/+0
* | avcodec/mpegvideo: change bit_rate to 64bitMichael Niedermayer2015-09-021-3/+3
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-7/+7
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-7/+7
* | Merge commit '1761ab838c75223a6b97d8c0720d09275374c53d'Michael Niedermayer2015-07-091-4/+12
|\ \ | |/
| * lavc: Deprecate avctx.rc_strategyVittorio Giovara2015-07-081-4/+12
* | Merge commit '42df71d9bbb1a5b4bce0bb34417692565c72d390'Michael Niedermayer2015-06-011-1/+3
|\ \ | |/
| * ratecontrol: Check memory allocationVittorio Giovara2015-05-311-1/+10
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-221-7/+7
|\ \ | |/
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-7/+7
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-5/+6
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-5/+6
* | avcodec/ratecontrol: replace asserts by av_assertsMichael Niedermayer2015-01-311-14/+11
* | avcodec/ratecontrol: Check for av_malloc*() failuresMichael Niedermayer2015-01-101-0/+7
* | Merge commit '530c1441fd1426b6a4bb33485ff3226e1ae0ad45'Michael Niedermayer2014-10-181-2/+2
|\ \ | |/
| * lavc: make lmax/lmin into private options of mpegvideo encodersAnton Khirnov2014-10-181-2/+2
* | Merge commit '15ec053c4c0b198a2e93eb8e60c8f41e091e0c40'Michael Niedermayer2014-10-181-1/+1
|\ \ | |/
| * lavc: make border_masking into private options of mpegvideo encodersAnton Khirnov2014-10-181-1/+1
* | Merge commit '66a68ddd1ac376b24db8695058bc8fc28f5bada6'Michael Niedermayer2014-10-181-5/+5
|\ \ | |/
| * lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe...Anton Khirnov2014-10-181-5/+5
* | Merge commit 'a75c2eb25a62105c09b48521aef429dc8a231637'Michael Niedermayer2014-10-181-3/+3
|\ \ | |/
| * lavc: make rc_eq into private options of mpegvideo encodersAnton Khirnov2014-10-181-3/+3
* | Merge commit '946f95354ba76ef73c9b66889d86ab5fba4fb486'Michael Niedermayer2014-10-181-3/+3
|\ \ | |/
| * lavc: make rc_qmod_* into private options of mpegvideo encodersAnton Khirnov2014-10-181-3/+3
* | Merge commit 'a6e4ce9fd50897dc6d9c2ada4b6b8090de7de5bf'Michael Niedermayer2014-10-181-1/+1
|\ \ | |/
| * lavc: make rc_qsquish a private option of mpegvideo encodersAnton Khirnov2014-10-181-1/+1
* | avcodec/ratecontrol: remove unneeded statementMichael Niedermayer2014-07-311-1/+0
* | Merge commit 'b2c31710c96fa47d9dcd40b64d39663e8957f683'Michael Niedermayer2014-05-011-2/+2
|\ \ | |/
| * lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideoAnton Khirnov2014-05-011-2/+2
* | avcodec/ratecontrol: use av_malloc_array()Michael Niedermayer2014-04-201-2/+2