| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/motion_est, mpegvideo: Make pointers to static storage const | Andreas Rheinhardt | 2020-12-31 | 1 | -6/+6 |
* | mpegvideo_enc: add intra_penalty option for p frames | Ramiro Polla | 2019-10-24 | 1 | -5/+5 |
* | avcodec/motion_est: remove duplicate function | Marton Balint | 2019-01-28 | 1 | -2/+2 |
* | Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b' | James Almer | 2017-10-23 | 1 | -20/+0 |
|\ |
|
| * | lavc: Drop deprecated options moved to private contexts | Vittorio Giovara | 2017-03-23 | 1 | -19/+0 |
* | | lavc/motion_est: Fix undefined negative left shifts. | Carl Eugen Hoyos | 2017-04-19 | 1 | -4/+4 |
* | | avcodec/me_cmp: add median SAD compare function | Stanislav Dolganov | 2016-08-22 | 1 | -0/+1 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -4/+4 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -4/+4 |
* | | Merge commit '29c2d06d67724e994980045afa055c6c34611b30' | Derek Buitenhuis | 2016-02-24 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -1/+0 |
* | | avcodec/motion_est: Fix mv_penalty table size | Michael Niedermayer | 2016-01-05 | 1 | -8/+8 |
* | | lavc: typo fix cliping -> clipping, saftey -> safety | Ganesh Ajjanagadde | 2015-12-11 | 1 | -3/+3 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -8/+8 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -8/+8 |
* | | Merge commit '4b6b1082a73907c7c3de2646c6398bc61320f2c6' | Michael Niedermayer | 2015-07-27 | 1 | -58/+54 |
|\| |
|
| * | lavc: Deprecate avctx.me_method | Vittorio Giovara | 2015-07-27 | 1 | -60/+54 |
* | | avcodec/motion_est: Fix some undefined shifts | Michael Niedermayer | 2015-07-01 | 1 | -5/+5 |
* | | avcodec/motion_est: Fix undefined shifts in cmp_inline() | Michael Niedermayer | 2015-07-01 | 1 | -2/+2 |
* | | Merge commit '149fa0b7ac180fe1df48a2e379c560813555bf57' | Michael Niedermayer | 2015-06-01 | 1 | -0/+1 |
|\| |
|
| * | mpegvideo: Move MotionEstContext and function declarations to a separate header | Vittorio Giovara | 2015-05-31 | 1 | -0/+1 |
* | | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42' | Michael Niedermayer | 2015-05-22 | 1 | -7/+7 |
|\| |
|
| * | mpegvideo: Drop flags and flags2 | Vittorio Giovara | 2015-05-22 | 1 | -7/+7 |
| * | motion_est: Fix warning from zero_cmp() assignment | Vittorio Giovara | 2015-04-19 | 1 | -1/+1 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -2/+3 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -2/+3 |
* | | avcodec/motion_est: remove unneeded #include, there are no assert() only av_a... | Paul B Mahol | 2015-02-01 | 1 | -3/+0 |
* | | avcodec/motion_est: Set subcmp consistently for H261 | Michael Niedermayer | 2015-01-31 | 1 | -0/+3 |
* | | avcodec/motion_est: use 2x8x8 for interlaced qpel | Michael Niedermayer | 2014-12-01 | 1 | -1/+7 |
* | | Merge commit '9c12c6ff9539e926df0b2a2299e915ae71872600' | Michael Niedermayer | 2014-11-24 | 1 | -1/+1 |
|\| |
|
* | | Merge commit '240b22afe14ef477da1b439b9ed7bca6cc7d6c26' | Michael Niedermayer | 2014-11-04 | 1 | -21/+1 |
|\| |
|
| * | motion_est: remove dead code | Vittorio Giovara | 2014-11-03 | 1 | -21/+1 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | | Merge commit '4fbb62a21bd04bf261da2382d5ba6c249c702af8' | Michael Niedermayer | 2014-07-26 | 1 | -0/+3 |
|\| |
|
| * | mpegvideo: Move ME_MAP_* defines to the only place they are used | Diego Biurrun | 2014-07-25 | 1 | -0/+3 |
* | | Merge commit '2d60444331fca1910510038dd3817bea885c2367' | Michael Niedermayer | 2014-07-17 | 1 | -22/+23 |
|\| |
|
| * | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 1 | -21/+22 |
* | | Merge commit 'c166148409fe8f0dbccef2fe684286a40ba1e37d' | Michael Niedermayer | 2014-07-07 | 1 | -2/+3 |
|\| |
|
| * | dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc | Diego Biurrun | 2014-07-06 | 1 | -2/+3 |
* | | avcodec/motion_est: Only clip MVs which are used | Michael Niedermayer | 2014-06-11 | 1 | -1/+5 |
* | | Merge commit '368f50359eb328b0b9d67451f56fda20b3255f9a' | Michael Niedermayer | 2014-05-30 | 1 | -7/+9 |
|\| |
|
| * | dsputil: Split off quarterpel bits into their own context | Diego Biurrun | 2014-05-29 | 1 | -7/+9 |
* | | Merge commit 'a2941c8cb216bdc144953cace64973f5600ffa2d' | Michael Niedermayer | 2014-05-01 | 1 | -2/+3 |
|\| |
|
| * | lavc: move CODEC_FLAG_MV0 to mpegvideo | Anton Khirnov | 2014-05-01 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-04-09 | 1 | -11/+11 |
|\| |
|
| * | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -11/+11 |
* | | Merge commit '82bb3048013201c0095d2853d4623633d912252f' | Michael Niedermayer | 2014-03-20 | 1 | -1/+3 |
|\| |
|
| * | dsputil: Use correct type in me_cmp_func function pointer | Diego Biurrun | 2014-03-20 | 1 | -1/+3 |
* | | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b' | Michael Niedermayer | 2014-03-17 | 1 | -0/+1 |
|\| |
|