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
2008-03-17indentationMåns Rullgård
2008-03-17clean up FFT SIMD selectionMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-21sse implementation of imdct.Loren Merritt
2006-08-19use ff_fft_calc_3dn2 instead of sse on a K8.Loren Merritt
2006-08-19ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm.Loren Merritt
2006-08-10r5954 broke fft on cpus with 3dnow but without mm3dnow.hLoren Merritt
2006-08-083dnow2 implementation of imdct.Loren Merritt
2006-07-02ff_fft_init now double checks that the system has mm3dnow.h beforeBenjamin Larsson
2006-03-083DNow! & Extended 3DNow! versions of FFTZuxy Meng
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2004-03-14fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...Gildas Bazin
2003-03-06per file doxyMichael Niedermayer
2003-01-17AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <do...Michael Niedermayer
2003-01-11altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)Romain Dolbeau
2003-01-07fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-tes...Fabrice Bellard
2003-01-07enabled SSE fft on x86Fabrice Bellard
2002-10-28new generic FFT/MDCT code for audio codecsFabrice Bellard