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-21Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer
2012-08-16snowdec: add 2 av_asserts to check run validityMichael Niedermayer
2012-08-16snowdec: check log in get_symbol2()Michael Niedermayer
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-03snow: remove a VLA used for edge emulationRonald S. Bultje
2012-07-03snow: remove the runs[] VLA.Ronald S. Bultje
2012-06-23snow.h: use av_assertMichael Niedermayer
2012-06-22snow: yuv444 supportMichael Niedermayer
2012-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-18dwt: remove variable-length arraysRonald S. Bultje
2012-03-20snowenc: move runs from stack to heap.Michael Niedermayer
2012-03-10snowenc: add no_bitstream option.Reimar Döffinger
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16snow: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2011-11-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-27snow: fix integer overflowsMans Rullgard
2011-11-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-25snow: split snow in snowdec and snowencLuca Barbato
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-03-14Separate DWT from snow and dsputilMåns Rullgård
2010-03-11snow: remove unused stub functionsMåns Rullgård
2010-03-07Move ff_spatial_dwt() prototype to snow.hMåns Rullgård
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