Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-10avcodec/mpegpicture: Move encoding_error and mb_var_sum to MpegEncCtxAndreas Rheinhardt
2022-08-09avcodec/mpegpicture: Move mb_var, mc_mb_var and mb_mean to MpegEncCtxAndreas Rheinhardt
2022-02-13avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt
2022-02-08all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt
2020-06-03avcodec/ratecontrol: fix the integer overflow after long time runLimin Wang
2017-03-31Merge commit '3b50dbc51fb0978d09c1a5b83d4bf5a59d170e1e'James Almer
2017-02-01Merge commit 'a1f6a2dfdaf9beb42ca66e49d10bfaf5905a0128'Clément Bœsch
2017-02-01Merge commit 'd639dcdae022130078c9c84b7b691c5e9694786c'Clément Bœsch
2017-01-31Merge commit 'b4bb9593834460bbbe0e70823f2c503cb01ad052'James Almer
2016-11-12ratecontrol: Use correct function pointer casts instead of void*Diego Biurrun
2016-07-20ratecontrol: Reorder functions to avoid forward declarationsVittorio Giovara
2016-07-20ratecontrol: Move Xvid-related functions to the place they are actually usedVittorio Giovara
2016-07-20ratecontrol: Move mpegenc-only function where it is usedVittorio Giovara
2016-07-20ratecontrol: Drop commented out cruftVittorio Giovara
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-12-04avcodec/mpegvideo: use constants for rc_strategyClément Bœsch
2015-11-14avcodec/ratecontrol: use predefined M_EGanesh Ajjanagadde
2015-09-02avcodec/mpegvideo: change bit_rate to 64bitMichael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-09Merge commit '1761ab838c75223a6b97d8c0720d09275374c53d'Michael Niedermayer
2015-07-08lavc: Deprecate avctx.rc_strategyVittorio Giovara
2015-06-01Merge commit '42df71d9bbb1a5b4bce0bb34417692565c72d390'Michael Niedermayer
2015-05-31ratecontrol: Check memory allocationVittorio Giovara
2015-05-22Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-01-31avcodec/ratecontrol: replace asserts by av_assertsMichael Niedermayer
2015-01-10avcodec/ratecontrol: Check for av_malloc*() failuresMichael Niedermayer
2014-10-18Merge commit '530c1441fd1426b6a4bb33485ff3226e1ae0ad45'Michael Niedermayer
2014-10-18Merge commit '15ec053c4c0b198a2e93eb8e60c8f41e091e0c40'Michael Niedermayer
2014-10-18Merge commit '66a68ddd1ac376b24db8695058bc8fc28f5bada6'Michael Niedermayer
2014-10-18Merge commit 'a75c2eb25a62105c09b48521aef429dc8a231637'Michael Niedermayer
2014-10-18Merge commit '946f95354ba76ef73c9b66889d86ab5fba4fb486'Michael Niedermayer
2014-10-18Merge commit 'a6e4ce9fd50897dc6d9c2ada4b6b8090de7de5bf'Michael Niedermayer
2014-10-18lavc: make lmax/lmin into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make border_masking into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe...Anton Khirnov
2014-10-18lavc: make rc_eq into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make rc_qmod_* into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make rc_qsquish a private option of mpegvideo encodersAnton Khirnov
2014-07-31avcodec/ratecontrol: remove unneeded statementMichael Niedermayer
2014-05-01Merge commit 'b2c31710c96fa47d9dcd40b64d39663e8957f683'Michael Niedermayer
2014-05-01lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideoAnton Khirnov
2014-04-20avcodec/ratecontrol: use av_malloc_array()Michael Niedermayer
2014-04-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2014-03-21avcodec/ratecontrol: make (mc_)mb_var_sum(_last) 64bitMichael Niedermayer