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-12-22Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-08-12remove mdct tmp bufferLoren Merritt
2008-08-12optimize imdct_half:Loren Merritt
2008-08-12split-radix FFTLoren Merritt
2008-07-13exploit mdct symmetryLoren Merritt
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-09Do not misuse long as the size of a register in x86.Ramiro Polla
2007-06-09work around issues with the old version of Gnu Assembler shipped onGraham Booker
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje
2007-05-13Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com%Zuxy Meng
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-19ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm.Loren Merritt
2006-03-05use xorps instead of mulps to toggle the sign of a float, as suggested by Sof...Zuxy 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-01-07added define for builtins use - inverse fix by Romain DolbeauFabrice Bellard
2002-10-28new generic FFT/MDCT code for audio codecsFabrice Bellard