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
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-11-24Make non-void replacement functions actually return a value.Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-08-25cleanup (remove some old experimentation related code)Michael Niedermayer
2007-08-25use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer
2007-08-21Change rounding of the horizontal DWT to match the vertical one.Michael Niedermayer
2007-08-21more stupid double subtractionsMichael Niedermayer
2007-07-02Remove leading underscores from specifiers, they are reserved.Diego Biurrun
2007-01-30Add the const specifier as needed to reduce the number of warnings.Panagiotis Issaris
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-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-15Compile fix (for GCC<3.3) when encoders are disabledGuillaume Poirier
2006-05-30Snow: cosmeticsLoren Merritt
2006-05-30Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterat...Loren Merritt
2006-05-29Snow multiple reference framesLoren Merritt
2006-03-27altivec support for snowLuca Barbato
2006-03-20Snow mmx + sse2 part 2Robert Edele
2006-03-16First part of a series of speed-enchancing patches.Robert Edele