summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.c
Commit message (Expand)AuthorAge
...
* 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
* misc spelling fixesDiego Biurrun2007-06-12
* doxy comment tweaksLoren Merritt2007-03-31
* Add doxy comments, based on Loren's explanations posted here:Guillaume Poirier2007-03-31
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* test DIRECT{0,0} too if flag mv0 is usedMichael Niedermayer2006-12-22
* simplifyMichael Niedermayer2006-12-21
* i think this if() is useless lets abuse our users to test this ;)Michael Niedermayer2006-12-21
* skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s...Michael Niedermayer2006-12-21
* 10lMichael Niedermayer2006-12-17
* warn user if the selected diamond size is larger then the motion estimation s...Michael Niedermayer2006-12-17
* limit x/ymin/max to me_rangeMichael Niedermayer2006-12-17
* Doxygen comments about variables described by Michael here:Guillaume Poirier2006-12-12
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* spelling cosmetics: cliped --> clippedDiego Biurrun2006-12-02
* new I/P frame selection heuristicMichael Niedermayer2006-11-02
* CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where the...Michael Niedermayer2006-10-28
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Fix CHECK_BIDIR macro so it works with Intel's CompilerMarco Manfredini2006-08-12
* asserts to check if assumed conditions really are trueMichael Niedermayer2006-03-10
* (f)printf --> av_log conversionSteve L'Homme2006-03-08
* sc_factor support for encoding.Corey Hickey2006-01-22
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* 10l: bidir_refine didn't save the new mvs. also improve speed.Loren Merritt2006-01-09
* dont discard least significant bitsMichael Niedermayer2005-12-25
* hmm did i mess the scaling of these up at some point?Michael Niedermayer2005-12-24
* 10l (segfault fix)Michael Niedermayer2005-12-23
* bidir refine supportMichael Niedermayer2005-12-23
* minor typoMichael Niedermayer2005-12-23
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer2005-08-26
* kill a bunch of compiler warningsMåns Rullgård2005-08-14