Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-12mv overflow in map fix (untested except regression tests)Michael Niedermayer
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-12-0510l umh search needs hex size 2 now after the last changeMichael Niedermayer
2006-12-05make hex and large 2 small diamond search half their size instead or -1 if th...Michael Niedermayer
2006-12-02spelling cosmetics: cliped --> clippedDiego Biurrun
2006-12-02fix indentionMichael Niedermayer
2006-12-02dia_size=-1 -> funny_diamond_search()Michael Niedermayer
2006-12-02hexagon searchMichael Niedermayer
2006-12-01remove pretty much useless skiping of some predictorsMichael Niedermayer
2006-12-01typo in umhMichael Niedermayer
2006-12-01UMH support (dia_size=-1 activates it)Michael Niedermayer
2006-12-01cosmetic (prevent name clashes of variables in a macro with surrounding code)Michael Niedermayer
2006-12-011 step diamond search around the median MV predictorMichael Niedermayer
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-09Fixes:Dominik Mierzejewski
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-05-07make zero motion vector threshold user setableMichael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2004-10-28H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer
2004-09-13pre_cmp fixMichael Niedermayer
2004-08-27quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, ...Michael Niedermayer
2004-08-224x4 SSE compare functionMichael Niedermayer
2004-07-05 shape-adaptive diamond + prediction crash patch by (Loren Merritt <lorenm at...Loren Merritt
2004-06-14fewer overflowsMichael Niedermayer
2004-06-11clip input motion vectorsMichael Niedermayer
2004-05-11moving motion estimation specific variables from MpegEncContext -> MotionEstC...Michael Niedermayer
2004-05-11reduce dependancy between motion estimation and MpegEncContextMichael Niedermayer
2004-04-22motion estimation cleanupMichael Niedermayer
2004-02-13simplify MV availability check / dont use below last row MV which is always zeroMichael Niedermayer
2004-02-13multithreaded/SMP motion estimationMichael Niedermayer
2004-01-10copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer
2003-12-30interlaced motion estimationMichael Niedermayer
2003-08-25removed unused variableFabrice Bellard
2003-05-15Warning fixes.Falk Hüffner
2003-04-10simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer
2003-03-31some static -> dynamic alloc & 16->8 bitMichael Niedermayer
2003-03-06per file doxyMichael Niedermayer
2003-01-19finetuneing thresholds/factorsMichael Niedermayer
2003-01-18bugsMichael Niedermayer
2003-01-05qpel in mmx2/3dnowMichael Niedermayer
2003-01-02pre motion estimation cleanup/bugfixMichael Niedermayer
2003-01-01shape adaptive diamonds for EPZSMichael Niedermayer
2002-12-28qpel encodingMichael Niedermayer