summaryrefslogtreecommitdiff
path: root/libavcodec/i386/fft_3dn2.c
Commit message (Expand)AuthorAgeFilesLines
* ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm.Loren Merritt2006-08-181-96/+81
* emms -> femmsLoren Merritt2006-08-091-1/+1
* gcc 2.95 and 3.4.x on x86 32bit without fomit-frame-pointer can't even find 5...Loren Merritt2006-08-091-10/+16
* slightly faster ff_imdct_calc_3dn2() on amd64. (gcc added a bunch of useless ...Loren Merritt2006-08-081-1/+1
* 3dnow2 implementation of imdct.Loren Merritt2006-08-081-1/+82
* 3DNow! & Extended 3DNow! versions of FFTZuxy Meng2006-03-081-0/+136