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
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-09-20motion_est: fix use of inline on extern functionsMans Rullgard
2011-10-11motion_est: make MotionExtContext.map_generation unsignedMans Rullgard
2011-07-17motion_est: remove disabled codeDiego Biurrun
2011-07-03doxygen: Drop array size declarations from Doxygen parameter names.Diego Biurrun
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-29Remove some disabled printf debug cruft.Diego Biurrun
2011-04-26Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-08Restore array sizes in doxygen parameter names.Diego Biurrun
2010-07-02Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-02slice dice, inline and outline cmp()Michael Niedermayer
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