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
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
2006-03-08(f)printf --> av_log conversionSteve L'Homme
2006-01-22sc_factor support for encoding.Corey Hickey
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2006-01-0910l: bidir_refine didn't save the new mvs. also improve speed.Loren Merritt
2005-12-25dont discard least significant bitsMichael Niedermayer
2005-12-25hmm did i mess the scaling of these up at some point?Michael Niedermayer
2005-12-2310l (segfault fix)Michael Niedermayer
2005-12-23bidir refine supportMichael Niedermayer
2005-12-23minor typoMichael Niedermayer
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-08-26Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer
2005-08-14kill a bunch of compiler warningsMåns Rullgård
2005-08-02fix assertion failure for mpeg2 encodingMichael Niedermayer
2005-07-27motion vector limit for mpeg2Michael Niedermayer
2005-06-17spelling fixesDiego Biurrun
2005-05-05fix segfault with 'ffmpeg -i 1.avi -cmp 257 -4mv 2.avi'Michael Niedermayer
2005-04-24Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson
2005-03-26check mb/me_threshold range, fixes assertion failureMichael Niedermayer
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2004-11-16overflow fixMichael Niedermayer
2004-10-28H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer
2004-10-19fix constrained parameters flagMichael Niedermayer
2004-08-27quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, ...Michael Niedermayer
2004-08-224x4 SSE compare functionMichael Niedermayer
2004-06-12chroma me fixMichael Niedermayer
2004-06-11clip input motion vectorsMichael Niedermayer
2004-06-07nsse weightMichael Niedermayer
2004-06-07noise preserving sum of squares comparission functionMichael Niedermayer
2004-06-03change qscale -> lambda for the motion estimationMichael Niedermayer
2004-05-11moving motion estimation specific variables from MpegEncContext -> MotionEstC...Michael Niedermayer