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-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-01-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-25cosmetics: Remove some unnecessary block braces.Diego Biurrun
2011-12-17motion_est: avoid generating motion vectors that point between widthxheight a...Michael Niedermayer
2011-10-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-11motion_est: make MotionExtContext.map_generation unsignedMans Rullgard
2011-10-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-08motion_est: fix some signed overflowsMans Rullgard
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17motion_est: remove disabled codeDiego Biurrun
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-06-08Remove some non-compiling debug messages.Diego Biurrun
2011-05-10motion_est: fix ffmpeg compilation with DEBUG definedMaksym Veremeyenko
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-30Merge remote branch 'qatar/master'Michael Niedermayer
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