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
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
2014-03-21avcodec/mpegvideo: make mc_mb_var_sum / mb_var_sum 64bitMichael Niedermayer
2014-03-17Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2013-09-09avcodec/ratecontrol: give some trivial tips in case of buffer underflowsMichael Niedermayer
2013-05-20avcodec/ratecontrol: silence "warning: expected_bits may be used uninitialize...Michael Niedermayer
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Merge commit '76b19a3984359b3be44d4f7e4e69b7b86729a622'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-26Fix a number of incorrect intmath.h #includes.Diego Biurrun
2013-01-12Merge commit 'f61272f0efd80da437570aad2c40e00f9d3f4fe6'Michael Niedermayer
2013-01-12ratecontrol: K&R cosmetic formattingLuca Barbato
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-11-24ratecontrol: Fix assertion failure on mismatching 2pass file.Michael Niedermayer
2012-11-21rc: fix 10l typo in rc_max_available_vbv_use calculationMichael Niedermayer
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-09-11ratecontrol: change a commented printf to av_logMichael Niedermayer
2012-09-11ratecontrol: fix get_fps() argumentMichael Niedermayer
2012-09-11ratecontrol: Dynamically choose a default for rc_max_available_vbv_useMichael Niedermayer
2012-09-11ratecontrol: correct predictor in case of stuffingMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-04mpegvideo: remove VLAsRonald S. Bultje
2012-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-19flvdec: remove incomplete, disabled seeking codeDiego Biurrun
2012-04-12ratecontrol: Use ticks_per_frame to calculate fps.Michael Niedermayer
2012-01-22RC: Fix initial buffer occupancy.Michael Niedermayer
2011-12-13Fix all GNU %LdMichael Niedermayer
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-10-22ratecontrol: replace VLAs with malloc/freeMans Rullgard
2011-09-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-23ratecontrol: update last_qscale_for soonerLuca Barbato
2011-09-09rc: finetune convergence failure fixMichael Niedermayer
2011-09-09rc: fix convergence failureMichael Niedermayer
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02replace deprecated av_get_pict_type_char() with av_get_picture_type_char()Stefano Sabatini