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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-11motion_est: make MotionExtContext.map_generation unsignedMans Rullgard
2011-10-08motion_est: fix some signed overflowsMans Rullgard
2011-07-17motion_est: remove disabled codeDiego Biurrun
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-06-08Remove some non-compiling debug messages.Diego Biurrun
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-29Replace more disabled printf() calls by av_dlog().Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-07motion_est: fix implicit truncation warningsReimar Döffinger
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-02Optimize bidir_refine a bit.Michael Niedermayer
2010-04-02Change bidir refine hash code so we only need to perform a singleMichael Niedermayer
2010-04-02Reduce the size of the bidir refine hashtable from 4096 to 256 andMichael Niedermayer
2010-04-02Move comment that belonged to cmp() back to cmp().Michael Niedermayer
2010-04-02slice dice, inline and outline cmp()Michael Niedermayer
2010-03-23Change ref_index structure so it matches how its organized in h264.Michael Niedermayer
2010-03-09Move ff_sqrt() to libavutil/intmath.hMåns Rullgård
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2008-12-02Fix regression test failure with pthreads on multiprocessor systems.Michael Niedermayer
2008-09-011000l Fix snow regression test that i broke in r15135.Michael Niedermayer
2008-09-01Warn the user about me_method values that are not supported.Michael Niedermayer
2008-07-09Remove ancient code that hasnt worked in many years.Michael Niedermayer
2008-05-28Fix return type of ff_init_me().Michael Niedermayer
2008-05-28Check dia size a little more. Fixes CID80.Michael Niedermayer
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-06-12misc typo fixesDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-04-01doxy comment tweaksLoren Merritt
2007-04-01Add doxy comments, based on Loren's explanations posted here:Guillaume Poirier
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2006-12-23test DIRECT{0,0} too if flag mv0 is usedMichael Niedermayer
2006-12-21simplifyMichael Niedermayer
2006-12-21i think this if() is useless lets abuse our users to test this ;)Michael Niedermayer
2006-12-21skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s...Michael Niedermayer
2006-12-1710lMichael Niedermayer
2006-12-17warn user if the selected diamond size is larger then the motion estimation s...Michael Niedermayer
2006-12-17limit x/ymin/max to me_rangeMichael Niedermayer
2006-12-12Doxygen comments about variables described by Michael here:Guillaume Poirier
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-12-02spelling cosmetics: cliped --> clippedDiego Biurrun
2006-11-03new I/P frame selection heuristicMichael Niedermayer
2006-10-29CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where the...Michael Niedermayer
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-12Fix CHECK_BIDIR macro so it works with Intel's CompilerMarco Manfredini
2006-03-11asserts to check if assumed conditions really are trueMichael Niedermayer