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
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-07-24cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun
2008-07-09New full search MEMichael Niedermayer
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-05-30rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos
2007-04-01doxy comment tweaksLoren Merritt
2007-04-01Add doxy comments, based on Loren's explanations posted here:Guillaume Poirier
2006-12-23test DIRECT{0,0} too if flag mv0 is usedMichael Niedermayer
2006-12-20fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain)Michael Niedermayer
2006-12-20dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 ...Michael Niedermayer
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