summaryrefslogtreecommitdiffstats
path: root/libavcodec/motion_est.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-121-1/+1
|\
| * motion_est: make MotionExtContext.map_generation unsignedMans Rullgard2011-10-111-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-091-2/+2
|\ \ | |/
| * motion_est: fix some signed overflowsMans Rullgard2011-10-081-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-52/+0
|\ \ | |/
| * motion_est: remove disabled codeDiego Biurrun2011-07-171-52/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-121-74/+75
|\ \ | |/
| * Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-74/+75
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-1/+1
|\ \ | |/
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-1/+1
| * Remove some non-compiling debug messages.Diego Biurrun2011-06-081-2/+0
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
* | motion_est: fix ffmpeg compilation with DEBUG definedMaksym Veremeyenko2011-05-101-2/+0
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-301-4/+2
|\ \ | |/
| * Replace more disabled printf() calls by av_dlog().Diego Biurrun2011-04-291-4/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* motion_est: fix implicit truncation warningsReimar Döffinger2010-07-071-12/+13
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Optimize bidir_refine a bit.Michael Niedermayer2010-04-021-26/+75
* Change bidir refine hash code so we only need to perform a singleMichael Niedermayer2010-04-021-5/+6
* Reduce the size of the bidir refine hashtable from 4096 to 256 andMichael Niedermayer2010-04-021-2/+2
* Move comment that belonged to cmp() back to cmp().Michael Niedermayer2010-04-021-3/+3
* slice dice, inline and outline cmp()Michael Niedermayer2010-04-021-15/+77
* Change ref_index structure so it matches how its organized in h264.Michael Niedermayer2010-03-231-4/+4
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-081-0/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-181-0/+1
* Fix regression test failure with pthreads on multiprocessor systems.Michael Niedermayer2008-12-021-2/+0
* 1000l Fix snow regression test that i broke in r15135.Michael Niedermayer2008-09-011-1/+2
* Warn the user about me_method values that are not supported.Michael Niedermayer2008-08-311-0/+4
* Remove ancient code that hasnt worked in many years.Michael Niedermayer2008-07-091-257/+0
* Fix return type of ff_init_me().Michael Niedermayer2008-05-281-1/+3
* Check dia size a little more. Fixes CID80.Michael Niedermayer2008-05-271-0/+6
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-2/+2
* Group all copyright and author notices together.Diego Biurrun2007-07-051-2/+1
* misc typo fixesDiego Biurrun2007-06-121-1/+1
* misc spelling fixesDiego Biurrun2007-06-121-2/+4
* doxy comment tweaksLoren Merritt2007-03-311-2/+2
* Add doxy comments, based on Loren's explanations posted here:Guillaume Poirier2007-03-311-0/+3
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-6/+6
* test DIRECT{0,0} too if flag mv0 is usedMichael Niedermayer2006-12-221-0/+2
* simplifyMichael Niedermayer2006-12-211-2/+2
* i think this if() is useless lets abuse our users to test this ;)Michael Niedermayer2006-12-211-0/+1
* skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s...Michael Niedermayer2006-12-211-0/+12
* 10lMichael Niedermayer2006-12-171-1/+1
* warn user if the selected diamond size is larger then the motion estimation s...Michael Niedermayer2006-12-171-0/+6
* limit x/ymin/max to me_rangeMichael Niedermayer2006-12-171-0/+7
* Doxygen comments about variables described by Michael here:Guillaume Poirier2006-12-121-1/+3
OpenPOWER on IntegriCloud