| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify | Michael Niedermayer | 2006-08-24 | 1 | -4/+1 |
* | dont copy the whole GetBitContext around | Michael Niedermayer | 2006-08-24 | 1 | -5/+6 |
* | faster handling of zero coeffs in the low freq decode | Michael Niedermayer | 2006-08-24 | 1 | -0/+8 |
* | optimizing high freq decode | Michael Niedermayer | 2006-08-24 | 1 | -14/+14 |
* | use memset() instead of slow c loops | Michael Niedermayer | 2006-08-24 | 1 | -10/+11 |
* | simplify | Michael Niedermayer | 2006-08-23 | 1 | -24/+17 |
* | fix arm asm compilation in mpegaudiodec | Aurelien Jacobs | 2006-08-23 | 1 | -4/+4 |
* | Alignment of the LT window, segfault fix patch by Baptiste Coudurier. | Baptiste Coudurier | 2006-08-22 | 1 | -1/+1 |
* | MUL* for ARM code based on a patch by Siarhei Siamashka | Michael Niedermayer | 2006-08-22 | 1 | -0/+11 |
* | replace MULL with asm too, no significnat speedup but its probably better to ... | Michael Niedermayer | 2006-08-22 | 1 | -1/+7 |
* | replacing MULH by asm for x86 | Michael Niedermayer | 2006-08-22 | 1 | -13/+15 |
* | indent preprocessor directives | Michael Niedermayer | 2006-08-22 | 1 | -28/+23 |
* | make high precission synth filter 3 times faster on x86 | Michael Niedermayer | 2006-08-22 | 1 | -1/+6 |
* | replace MULL by MULH + shift in dct32() (code is very slightly faster, and th... | Michael Niedermayer | 2006-08-22 | 1 | -109/+108 |
* | replace a few MULL by MULH | Michael Niedermayer | 2006-08-21 | 1 | -11/+24 |
* | reorder butterflies to reduce memory load/store | Michael Niedermayer | 2006-08-20 | 1 | -56/+65 |
* | Added codec id for QCELP. | Benjamin Larsson | 2006-08-20 | 1 | -0/+1 |
* | cosmetics | Michael Niedermayer | 2006-08-19 | 1 | -2/+2 |
* | SWAP | Michael Niedermayer | 2006-08-19 | 1 | -5/+5 |
* | audio format conversion | Michael Niedermayer | 2006-08-19 | 2 | -0/+78 |
* | Allow swscale emulation header to be included by C++ programs | Luca Abeni | 2006-08-19 | 1 | -0/+9 |
* | SIMD vector optimizations. 3% faster overall decoding. | Benjamin Larsson | 2006-08-19 | 1 | -14/+7 |
* | use ff_fft_calc_3dn2 instead of sse on a K8. | Loren Merritt | 2006-08-19 | 1 | -7/+3 |
* | ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm. | Loren Merritt | 2006-08-18 | 4 | -285/+233 |
* | Explicitly include fastmemcpy.h from libvo/. | Diego Biurrun | 2006-08-18 | 4 | -4/+4 |
* | simplify | Michael Niedermayer | 2006-08-18 | 1 | -21/+9 |
* | Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr % | Steve L'Homme | 2006-08-18 | 1 | -0/+10 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | Diego Biurrun | 2006-08-17 | 1 | -1/+1 |
* | cleanup | Michael Niedermayer | 2006-08-17 | 1 | -6/+2 |
* | insufficient alignment | Michael Niedermayer | 2006-08-17 | 1 | -1/+1 |
* | 10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding th... | Luca Barbato | 2006-08-15 | 2 | -10/+10 |
* | Compile fix (for GCC<3.3) when encoders are disabled | Guillaume Poirier | 2006-08-15 | 2 | -1/+9 |
* | altivec float optimizations | Luca Barbato | 2006-08-14 | 3 | -2/+196 |
* | fix codec timebase and timestamps | Michael Niedermayer | 2006-08-14 | 1 | -5/+8 |
* | fix h261 parsing bug | Michael Niedermayer | 2006-08-14 | 1 | -1/+0 |
* | Fix building with --disable-opts but MMX enabled. | Marco Manfredini | 2006-08-13 | 1 | -3/+3 |
* | Clean up:make dsputil subfile names consistent | Luca Barbato | 2006-08-13 | 4 | -4/+4 |
* | Support for MacIntel, last part: balign directives | John Dalgliesh | 2006-08-12 | 7 | -36/+36 |
* | Fix CHECK_BIDIR macro so it works with Intel's Compiler | Marco Manfredini | 2006-08-12 | 1 | -1/+1 |
* | vorbis simd tweaks | Loren Merritt | 2006-08-11 | 3 | -53/+69 |
* | Disable B-frames decoding until I return and finish their proper decoding. | Kostya Shishkov | 2006-08-11 | 1 | -0/+1 |
* | keep in sync with dsputil, makes --disable-decoder=vorbis build | Luca Barbato | 2006-08-11 | 1 | -0/+2 |
* | vorbis cosmetics: mdct0,mdct1 => mdct[2] | Loren Merritt | 2006-08-10 | 2 | -58/+52 |
* | misc tweaks in vorbis_residue_decode(). | Loren Merritt | 2006-08-10 | 1 | -11/+19 |
* | convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse | Michael Niedermayer | 2006-08-10 | 1 | -22/+22 |
* | sse and 3dnow implementations of float->int conversion and mdct windowing. | Loren Merritt | 2006-08-10 | 5 | -48/+317 |
* | r5954 broke fft on cpus with 3dnow but without mm3dnow.h | Loren Merritt | 2006-08-10 | 1 | -29/+27 |
* | Fix x86 SIMD asm and pic, patch from Martin von Gagern <Martin.vGagern@gmx.net> | Luca Barbato | 2006-08-10 | 1 | -30/+32 |
* | Support for MacIntel, take xx: '/nop' illegal for old versions of GAS | John Dalgliesh | 2006-08-10 | 1 | -76/+54 |
* | Add support for Mac OS X Intel part 2: Assembler macros in fdct_mmx.c | John Dalgliesh | 2006-08-10 | 1 | -53/+53 |