summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.c
Commit message (Expand)AuthorAge
* motion_est: switch some asserts to av_assertMichael Niedermayer2012-08-15
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-10
|\
| * motion_est: drop inline from sad_hpel_motion_search()Mans Rullgard2012-08-09
| * motion_est: remove unused macrosMans Rullgard2012-08-09
| * motion_est: remove useless no_motion_search() functionMans Rullgard2012-08-09
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-29
|\|
| * Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-26
|\|
| * cosmetics: Remove some unnecessary block braces.Diego Biurrun2012-01-25
* | motion_est: avoid generating motion vectors that point between widthxheight a...Michael Niedermayer2011-12-17
* | 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-10-09
|\|
| * motion_est: fix some signed overflowsMans Rullgard2011-10-08
* | 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-12
|\|
| * Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-24
|\|
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
| * Remove some non-compiling debug messages.Diego Biurrun2011-06-08
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* | motion_est: fix ffmpeg compilation with DEBUG definedMaksym Veremeyenko2011-05-10
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-30
|\|
| * Replace more disabled printf() calls by av_dlog().Diego Biurrun2011-04-29
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* motion_est: fix implicit truncation warningsReimar Döffinger2010-07-07
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Optimize bidir_refine a bit.Michael Niedermayer2010-04-02
* Change bidir refine hash code so we only need to perform a singleMichael Niedermayer2010-04-02
* Reduce the size of the bidir refine hashtable from 4096 to 256 andMichael Niedermayer2010-04-02
* Move comment that belonged to cmp() back to cmp().Michael Niedermayer2010-04-02
* slice dice, inline and outline cmp()Michael Niedermayer2010-04-02
* Change ref_index structure so it matches how its organized in h264.Michael Niedermayer2010-03-23
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-08
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* Fix regression test failure with pthreads on multiprocessor systems.Michael Niedermayer2008-12-02
* 1000l Fix snow regression test that i broke in r15135.Michael Niedermayer2008-09-01
* Warn the user about me_method values that are not supported.Michael Niedermayer2008-08-31
* Remove ancient code that hasnt worked in many years.Michael Niedermayer2008-07-09
* Fix return type of ff_init_me().Michael Niedermayer2008-05-28
* Check dia size a little more. Fixes CID80.Michael Niedermayer2008-05-27
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* misc typo fixesDiego Biurrun2007-06-12