| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/motion_est_template: Avoid using last + 1 element of array | Andreas Rheinhardt | 2022-10-24 | 1 | -1/+1 |
* | avcodec/motion_est: Constify mv-table parameters where possible | Andreas Rheinhardt | 2022-02-13 | 1 | -3/+3 |
* | avcodec/motion_est: Fix invalid left shift of negative numbers | Andreas Rheinhardt | 2021-04-01 | 1 | -8/+9 |
* | avcodec/motion_est, mpegvideo: Make pointers to static storage const | Andreas Rheinhardt | 2020-12-31 | 1 | -1/+1 |
* | avcodec/motion_est_template: Fix invalid shifts in no_sub_motion_search() | Michael Niedermayer | 2020-02-27 | 1 | -2/+2 |
* | avcodec/motion_est: remove duplicate function | Marton Balint | 2019-01-28 | 1 | -61/+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 '8dead2aaca4aa8b84b77b05745755afb56b7d37a' | Derek Buitenhuis | 2016-04-17 | 1 | -9/+9 |
|\| |
|
| * | Move const qualifier before type name | Diego Biurrun | 2016-03-23 | 1 | -9/+9 |
* | | avcodec/motion_est_template: Fix map cache use in qpel_motion_search() | Michael Niedermayer | 2016-03-17 | 1 | -1/+1 |
* | | avcodec/motion_est_template: replace qsort with AV_QSORT | Ganesh Ajjanagadde | 2015-10-28 | 1 | -1/+2 |
* | | Merge commit '4885bde3187a2bb0cae85b67796e07db233bf77f' | Hendrik Leppkes | 2015-09-29 | 1 | -1/+2 |
|\| |
|
| * | motion_est_template: Fix undefined left shift of negative number | Ganesh Ajjanagadde | 2015-09-29 | 1 | -1/+2 |
* | | avcodec/motion_est_template: fix undefined left shift of negative number | Ganesh Ajjanagadde | 2015-09-19 | 1 | -1/+1 |
* | | avcodec/motion_est_template: Fix undefined behavior in small_diamond_search() | Michael Niedermayer | 2015-07-10 | 1 | -2/+2 |
* | | avcodec/motion_est_template: Fix undefined shifts in CHECK_MV() | Michael Niedermayer | 2015-07-02 | 1 | -3/+3 |
* | | avcodec/motion_est_template: Fix undefined shifts in CHECK_MV_DIR() | Michael Niedermayer | 2015-07-01 | 1 | -3/+3 |
* | | Merge commit '2d60444331fca1910510038dd3817bea885c2367' | Michael Niedermayer | 2014-07-17 | 1 | -33/+32 |
|\| |
|
| * | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 1 | -33/+32 |
* | | Merge commit 'a2941c8cb216bdc144953cace64973f5600ffa2d' | Michael Niedermayer | 2014-05-01 | 1 | -1/+2 |
|\| |
|
| * | lavc: move CODEC_FLAG_MV0 to mpegvideo | Anton Khirnov | 2014-05-01 | 1 | -1/+2 |
* | | Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f' | Michael Niedermayer | 2014-03-26 | 1 | -0/+2 |
|\| |
|
| * | Add missing headers to make template files compile (more) standalone | Diego Biurrun | 2014-03-26 | 1 | -0/+2 |
* | | motion_est_template: fix warning: "ASSERT_LEVEL" is not defined | Michael Niedermayer | 2012-12-29 | 1 | -1/+1 |
* | | hpel_motion_search: move code used for asserts under correct #if | Michael Niedermayer | 2012-12-29 | 1 | -1/+1 |
* | | motion_est: use av_log() in debug code | Michael Niedermayer | 2012-12-05 | 1 | -4/+4 |
* | | sab_diamond_search: add assert to double check the minima_count | Michael Niedermayer | 2012-11-04 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -12/+2 |
|\| |
|
| * | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -12/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-21 | 1 | -5/+13 |
|\| |
|
| * | motion_est: fix use of inline on extern functions | Mans Rullgard | 2012-09-20 | 1 | -5/+13 |
* | | motion_est_template: switch to av_assert | Michael Niedermayer | 2012-08-04 | 1 | -22/+16 |
* | | new attribute "extern inline" (fixing linker error with ff_get_mb_score and f... | J. Bohl | 2012-06-15 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-12 | 1 | -18/+18 |
|\| |
|
| * | motion_est: make MotionExtContext.map_generation unsigned | Mans Rullgard | 2011-10-11 | 1 | -18/+18 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -141/+0 |
|\| |
|
| * | motion_est: remove disabled code | Diego Biurrun | 2011-07-17 | 1 | -141/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -1/+1 |
|\| |
|
| * | doxygen: Drop array size declarations from Doxygen parameter names. | Diego Biurrun | 2011-07-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-24 | 1 | -4/+4 |
|\| |
|
| * | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun | 2011-06-24 | 1 | -4/+4 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-30 | 1 | -35/+0 |
|\| |
|
| * | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 1 | -35/+0 |
* | | Revert "Eliminate pointless '#if 1' statements without matching '#else'." | Michael Niedermayer | 2011-04-27 | 1 | -0/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -2/+0 |
|\| |
|
| * | Eliminate pointless '#if 1' statements without matching '#else'. | Diego Biurrun | 2011-04-26 | 1 | -2/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|