summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.c
Commit message (Expand)AuthorAge
* 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
* fix assertion failure for mpeg2 encodingMichael Niedermayer2005-08-01
* motion vector limit for mpeg2Michael Niedermayer2005-07-27
* spelling fixesDiego Biurrun2005-06-17
* fix segfault with 'ffmpeg -i 1.avi -cmp 257 -4mv 2.avi'Michael Niedermayer2005-05-05
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* check mb/me_threshold range, fixes assertion failureMichael Niedermayer2005-03-26
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* overflow fixMichael Niedermayer2004-11-16