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-12-29motion_est_template: fix warning: "ASSERT_LEVEL" is not definedMichael Niedermayer
2012-12-29hpel_motion_search: move code used for asserts under correct #ifMichael Niedermayer
2012-12-05motion_est: use av_log() in debug codeMichael Niedermayer
2012-11-04sab_diamond_search: add assert to double check the minima_countMichael Niedermayer
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-09-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-20motion_est: fix use of inline on extern functionsMans Rullgard
2012-08-04motion_est_template: switch to av_assertMichael Niedermayer
2012-06-15new attribute "extern inline" (fixing linker error with ff_get_mb_score and f...J. Bohl
2011-10-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-11motion_est: make MotionExtContext.map_generation unsignedMans Rullgard
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17motion_est: remove disabled codeDiego Biurrun
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-03doxygen: Drop array size declarations from Doxygen parameter names.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-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-29Remove some disabled printf debug cruft.Diego Biurrun
2011-04-27Revert "Eliminate pointless '#if 1' statements without matching '#else'."Michael Niedermayer
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
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