| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename libavcodec/i386/ --> libavcodec/x86/. | Diego Biurrun | 2008-12-22 | 1 | -173/+0 |
* | Convert asm keyword into __asm__. | Diego Pettenò | 2008-10-16 | 1 | -8/+8 |
* | missing prototype | Loren Merritt | 2008-08-14 | 1 | -0/+1 |
* | remove mdct tmp buffer | Loren Merritt | 2008-08-12 | 1 | -2/+1 |
* | optimize imdct_half: | Loren Merritt | 2008-08-12 | 1 | -100/+89 |
* | split-radix FFT | Loren Merritt | 2008-08-12 | 1 | -95/+16 |
* | exploit mdct symmetry | Loren Merritt | 2008-07-13 | 1 | -4/+53 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -2/+3 |
* | Do not misuse long as the size of a register in x86. | Ramiro Polla | 2008-05-08 | 1 | -2/+5 |
* | Add libavcodec to compiler include flags in order to simplify header | Ronald S. Bultje | 2007-05-16 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | cosmetics (indentation) | Loren Merritt | 2006-09-21 | 1 | -19/+19 |
* | tweak ff_imdct_calc_3dn2 | Loren Merritt | 2006-09-21 | 1 | -17/+17 |
* | ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm. | Loren Merritt | 2006-08-18 | 1 | -96/+81 |
* | emms -> femms | Loren Merritt | 2006-08-09 | 1 | -1/+1 |
* | gcc 2.95 and 3.4.x on x86 32bit without fomit-frame-pointer can't even find 5... | Loren Merritt | 2006-08-09 | 1 | -10/+16 |
* | slightly faster ff_imdct_calc_3dn2() on amd64. (gcc added a bunch of useless ... | Loren Merritt | 2006-08-08 | 1 | -1/+1 |
* | 3dnow2 implementation of imdct. | Loren Merritt | 2006-08-08 | 1 | -1/+82 |
* | 3DNow! & Extended 3DNow! versions of FFT | Zuxy Meng | 2006-03-08 | 1 | -0/+136 |