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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-20lavc/motion_est: Fix undefined negative left shifts.Carl Eugen Hoyos
2016-08-22avcodec/me_cmp: add median SAD compare functionStanislav Dolganov
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-02-24Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2016-01-05avcodec/motion_est: Fix mv_penalty table sizeMichael Niedermayer
2015-12-12lavc: typo fix cliping -> clipping, saftey -> safetyGanesh Ajjanagadde
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-27lavc: Deprecate avctx.me_methodVittorio Giovara
2015-07-27Merge commit '4b6b1082a73907c7c3de2646c6398bc61320f2c6'Michael Niedermayer
2015-07-01avcodec/motion_est: Fix some undefined shiftsMichael Niedermayer
2015-07-01avcodec/motion_est: Fix undefined shifts in cmp_inline()Michael Niedermayer
2015-06-01Merge commit '149fa0b7ac180fe1df48a2e379c560813555bf57'Michael Niedermayer
2015-05-31mpegvideo: Move MotionEstContext and function declarations to a separate headerVittorio 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-20motion_est: Fix warning from zero_cmp() assignmentVittorio Giovara
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-02-01avcodec/motion_est: remove unneeded #include, there are no assert() only av_a...Paul B Mahol
2015-01-31avcodec/motion_est: Set subcmp consistently for H261Michael Niedermayer
2014-12-01avcodec/motion_est: use 2x8x8 for interlaced qpelMichael Niedermayer
2014-11-24Merge commit '9c12c6ff9539e926df0b2a2299e915ae71872600'Michael Niedermayer
2014-11-04Merge commit '240b22afe14ef477da1b439b9ed7bca6cc7d6c26'Michael Niedermayer
2014-11-03motion_est: remove dead codeVittorio Giovara
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-07-26Merge commit '4fbb62a21bd04bf261da2382d5ba6c249c702af8'Michael Niedermayer
2014-07-25mpegvideo: Move ME_MAP_* defines to the only place they are usedDiego Biurrun
2014-07-18Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer
2014-07-17dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun
2014-07-07Merge commit 'c166148409fe8f0dbccef2fe684286a40ba1e37d'Michael Niedermayer
2014-07-07dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun
2014-06-12avcodec/motion_est: Only clip MVs which are usedMichael Niedermayer
2014-05-30Merge commit '368f50359eb328b0b9d67451f56fda20b3255f9a'Michael Niedermayer
2014-05-29dsputil: Split off quarterpel bits into their own contextDiego Biurrun
2014-05-01Merge commit 'a2941c8cb216bdc144953cace64973f5600ffa2d'Michael Niedermayer
2014-05-01lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov
2014-04-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2014-03-21Merge commit '82bb3048013201c0095d2853d4623633d912252f'Michael Niedermayer
2014-03-20dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun
2014-03-17Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2014-02-15lavc/motion_est: remove unused variableLukasz Marek
2013-05-01Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-20Merge commit '2f6bc5f7c193477c2ebc0acce8f2d5551445e129'Michael Niedermayer