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-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-24cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
2007-01-30Add the const specifier as needed to reduce the number of warnings.Panagiotis Issaris
2007-01-25Silence GCC when incorrectly complaining that the "line" variable could be usedPanagiotis Issaris
2007-01-25Bring down the number of snow.c warnings from 27 to 17 by using the constPanagiotis Issaris
2007-01-25Brings down the number of snow.c warnings from 33 to 27 by putting parenthesesPanagiotis Issaris
2007-01-18Change the Snow encoder to always use the available MotionEstContext pointer.Panagiotis Issaris
2007-01-03dead code removialMichael Niedermayer
2007-01-02store a few values in the header as difference to the lastMichael Niedermayer
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-11-14revert bad checkinMåns Rullgård
2006-11-14move some CFLAGS settings away from config.* writing sectionMåns Rullgård
2006-11-13rename squareTbl -> ff_squareTblMåns Rullgård
2006-11-02outputs bit spent on various encoding functions (motion vectors, overhead, etc)Tom Harper
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-10-13-1 is a valid return value in ratecontrol_1pass() -> 100l for takisMichael 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-10-03Remove unused variables and the corresponding warnings along with them.Diego Biurrun
2006-09-26Handle possible failure of ff_eval.Panagiotis Issaris
2006-09-02snow cosmetics: merge the sliced and non-sliced versions of add_yblockLoren Merritt
2006-09-02fix snow 1pass rc: the qlog used and the one written to the bitstream weren't...Loren Merritt
2006-08-08Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun
2006-06-05support doing motion estimation and compensation without any residual transfo...Michael Niedermayer
2006-05-30Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless.Loren Merritt
2006-05-30Snow: cosmeticsLoren Merritt
2006-05-30Snow: scale predicted mv based on which reference frame the neighbors used.Loren Merritt
2006-05-30Snow: cosmeticsLoren Merritt
2006-05-30Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterat...Loren Merritt
2006-05-30Snow: 10l. 1pass ratecontrol failed to set snow's internal quant.Loren Merritt
2006-05-29Snow multiple reference framesLoren Merritt
2006-05-28Snow 1pass ratecontrolLoren Merritt
2006-05-13sanity checks, some might have been exploitable ...Michael Niedermayer
2006-03-20Snow mmx + sse2 part 2Robert Edele
2006-03-16First part of a series of speed-enchancing patches.Robert Edele
2006-03-14dont pass intra flag if its always 0Michael Niedermayer
2006-03-13seed iterative_me with mvs from conventional search.Loren Merritt
2006-03-13obey vqscale in 2nd passLoren Merritt
2006-03-11av_free -> av_freepMichael Niedermayer
2006-03-11fix %8 != 0 w/hMichael Niedermayer
2006-01-31add static keyword to some functionsDieter
2006-01-24Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun
2006-01-21fix convergence of snow iterative_meLoren Merritt
2006-01-21revert 1.83 because it's not neededLoren Merritt
2006-01-19detect when iterative_me fails to converge, and stop searchingLoren Merritt
2006-01-17obmc-aware 4mvLoren Merritt
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2006-01-13bugs found by valgrindMichael Niedermayer
2006-01-12faster iterative_me: avoid duplicate mc of neighboring blocks.Loren Merritt