summaryrefslogtreecommitdiffstats
path: root/libavcodec/motion_est_template.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/motion_est: remove duplicate functionMarton Balint2019-01-281-61/+1
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-4/+4
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-4/+4
* | Merge commit '8dead2aaca4aa8b84b77b05745755afb56b7d37a'Derek Buitenhuis2016-04-171-9/+9
|\ \ | |/
| * Move const qualifier before type nameDiego Biurrun2016-03-231-9/+9
* | avcodec/motion_est_template: Fix map cache use in qpel_motion_search()Michael Niedermayer2016-03-171-1/+1
* | avcodec/motion_est_template: replace qsort with AV_QSORTGanesh Ajjanagadde2015-10-281-1/+2
* | Merge commit '4885bde3187a2bb0cae85b67796e07db233bf77f'Hendrik Leppkes2015-09-291-1/+2
|\ \ | |/
| * motion_est_template: Fix undefined left shift of negative numberGanesh Ajjanagadde2015-09-291-1/+2
* | avcodec/motion_est_template: fix undefined left shift of negative numberGanesh Ajjanagadde2015-09-191-1/+1
* | avcodec/motion_est_template: Fix undefined behavior in small_diamond_search()Michael Niedermayer2015-07-101-2/+2
* | avcodec/motion_est_template: Fix undefined shifts in CHECK_MV()Michael Niedermayer2015-07-021-3/+3
* | avcodec/motion_est_template: Fix undefined shifts in CHECK_MV_DIR()Michael Niedermayer2015-07-011-3/+3
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-33/+32
|\ \ | |/
| * dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-33/+32
* | Merge commit 'a2941c8cb216bdc144953cace64973f5600ffa2d'Michael Niedermayer2014-05-011-1/+2
|\ \ | |/
| * lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov2014-05-011-1/+2
* | Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer2014-03-261-0/+2
|\ \ | |/
| * Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-261-0/+2
* | motion_est_template: fix warning: "ASSERT_LEVEL" is not definedMichael Niedermayer2012-12-291-1/+1
* | hpel_motion_search: move code used for asserts under correct #ifMichael Niedermayer2012-12-291-1/+1
* | motion_est: use av_log() in debug codeMichael Niedermayer2012-12-051-4/+4
* | sab_diamond_search: add assert to double check the minima_countMichael Niedermayer2012-11-041-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-011-12/+2
|\ \ | |/
| * avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-011-12/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-211-5/+13
|\ \ | |/
| * motion_est: fix use of inline on extern functionsMans Rullgard2012-09-201-5/+13
* | motion_est_template: switch to av_assertMichael Niedermayer2012-08-041-22/+16
* | new attribute "extern inline" (fixing linker error with ff_get_mb_score and f...J. Bohl2012-06-151-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-121-18/+18
|\ \ | |/
| * motion_est: make MotionExtContext.map_generation unsignedMans Rullgard2011-10-111-18/+18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-141/+0
|\ \ | |/
| * motion_est: remove disabled codeDiego Biurrun2011-07-171-141/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-1/+1
|\ \ | |/
| * doxygen: Drop array size declarations from Doxygen parameter names.Diego Biurrun2011-07-031-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-4/+4
|\ \ | |/
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-4/+4
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-301-35/+0
|\ \ | |/
| * Remove some disabled printf debug cruft.Diego Biurrun2011-04-291-35/+0
* | Revert "Eliminate pointless '#if 1' statements without matching '#else'."Michael Niedermayer2011-04-271-0/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-2/+0
|\ \ | |/
| * Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-261-2/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Restore array sizes in doxygen parameter names.Diego Biurrun2010-07-081-1/+1
* Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun2010-07-021-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* slice dice, inline and outline cmp()Michael Niedermayer2010-04-021-2/+2
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
OpenPOWER on IntegriCloud