summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est_template.c
Commit message (Expand)AuthorAgeFilesLines
...
* Restore array sizes in doxygen parameter names.Diego Biurrun2010-07-081-1/+1
* Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun2010-07-021-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* slice dice, inline and outline cmp()Michael Niedermayer2010-04-021-2/+2
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun2008-07-241-1/+1
* New full search MEMichael Niedermayer2008-07-091-0/+37
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-301-5/+5
* doxy comment tweaksLoren Merritt2007-03-311-1/+1
* Add doxy comments, based on Loren's explanations posted here:Guillaume Poirier2007-03-311-2/+13
* test DIRECT{0,0} too if flag mv0 is usedMichael Niedermayer2006-12-221-1/+1
* fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain)Michael Niedermayer2006-12-201-1/+3
* dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 ...Michael Niedermayer2006-12-201-0/+2
* mv overflow in map fix (untested except regression tests)Michael Niedermayer2006-12-121-3/+10
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-3/+3
* 10l umh search needs hex size 2 now after the last changeMichael Niedermayer2006-12-051-1/+1
* make hex and large 2 small diamond search half their size instead or -1 if th...Michael Niedermayer2006-12-051-16/+15
* spelling cosmetics: cliped --> clippedDiego Biurrun2006-12-021-30/+30
* fix indentionMichael Niedermayer2006-12-021-17/+17
* dia_size=-1 -> funny_diamond_search()Michael Niedermayer2006-12-021-4/+7
* hexagon searchMichael Niedermayer2006-12-021-19/+78
* remove pretty much useless skiping of some predictorsMichael Niedermayer2006-12-011-6/+0
* typo in umhMichael Niedermayer2006-12-011-1/+1
* UMH support (dia_size=-1 activates it)Michael Niedermayer2006-12-011-1/+65
* cosmetic (prevent name clashes of variables in a macro with surrounding code)Michael Niedermayer2006-12-011-5/+5
* 1 step diamond search around the median MV predictorMichael Niedermayer2006-11-301-1/+5
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-5/+5
* Fixes:Dominik Mierzejewski2006-10-081-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* make zero motion vector threshold user setableMichael Niedermayer2006-05-071-1/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-5/+5
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-101/+101
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-5/+5
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-281-0/+10
* pre_cmp fixMichael Niedermayer2004-09-131-3/+10
* quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, ...Michael Niedermayer2004-08-261-7/+5
* 4x4 SSE compare functionMichael Niedermayer2004-08-221-13/+11
* shape-adaptive diamond + prediction crash patch by (Loren Merritt <lorenm at...Loren Merritt2004-07-051-1/+1
* fewer overflowsMichael Niedermayer2004-06-141-5/+8
* clip input motion vectorsMichael Niedermayer2004-06-101-0/+4
* moving motion estimation specific variables from MpegEncContext -> MotionEstC...Michael Niedermayer2004-05-111-7/+7
* reduce dependancy between motion estimation and MpegEncContextMichael Niedermayer2004-05-111-53/+65
* motion estimation cleanupMichael Niedermayer2004-04-221-221/+131
* simplify MV availability check / dont use below last row MV which is always zeroMichael Niedermayer2004-02-131-3/+3
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-131-14/+20
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-101-1/+1
* interlaced motion estimationMichael Niedermayer2003-12-301-90/+169