summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est_template.c
Commit message (Expand)AuthorAge
* avcodec/motion_est_template: Fix undefined behavior in small_diamond_search()Michael Niedermayer2015-07-10
* avcodec/motion_est_template: Fix undefined shifts in CHECK_MV()Michael Niedermayer2015-07-02
* avcodec/motion_est_template: Fix undefined shifts in CHECK_MV_DIR()Michael Niedermayer2015-07-01
* Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-17
|\
| * dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-17
* | Merge commit 'a2941c8cb216bdc144953cace64973f5600ffa2d'Michael Niedermayer2014-05-01
|\|
| * lavc: move CODEC_FLAG_MV0 to mpegvideoAnton Khirnov2014-05-01
* | Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer2014-03-26
|\|
| * Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-26
* | motion_est_template: fix warning: "ASSERT_LEVEL" is not definedMichael Niedermayer2012-12-29
* | hpel_motion_search: move code used for asserts under correct #ifMichael Niedermayer2012-12-29
* | motion_est: use av_log() in debug codeMichael Niedermayer2012-12-05
* | sab_diamond_search: add assert to double check the minima_countMichael Niedermayer2012-11-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-01
|\|
| * avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-21
|\|
| * motion_est: fix use of inline on extern functionsMans Rullgard2012-09-20
* | motion_est_template: switch to av_assertMichael Niedermayer2012-08-04
* | new attribute "extern inline" (fixing linker error with ff_get_mb_score and f...J. Bohl2012-06-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-12
|\|
| * motion_est: make MotionExtContext.map_generation unsignedMans Rullgard2011-10-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\|
| * motion_est: remove disabled codeDiego Biurrun2011-07-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * doxygen: Drop array size declarations from Doxygen parameter names.Diego Biurrun2011-07-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-24
|\|
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-30
|\|
| * Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
* | Revert "Eliminate pointless '#if 1' statements without matching '#else'."Michael Niedermayer2011-04-27
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-26
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Restore array sizes in doxygen parameter names.Diego Biurrun2010-07-08
* Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun2010-07-02
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* slice dice, inline and outline cmp()Michael Niedermayer2010-04-02
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun2008-07-24
* New full search MEMichael Niedermayer2008-07-09
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* license header consistency cosmeticsDiego Biurrun2007-07-05
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-30
* doxy comment tweaksLoren Merritt2007-03-31
* Add doxy comments, based on Loren's explanations posted here:Guillaume Poirier2007-03-31
* test DIRECT{0,0} too if flag mv0 is usedMichael Niedermayer2006-12-22
* fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain)Michael Niedermayer2006-12-20
* dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 ...Michael Niedermayer2006-12-20