3671 Commits (0299a87c417a20506641433e255421a18e1b895b)

Author SHA1 Message Date
Michael Niedermayer 3829a62eae insufficient alignment 18 years ago
Luca Barbato cb243ea220 10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding the issue 18 years ago
Guillaume Poirier 696e1bb36e Compile fix (for GCC<3.3) when encoders are disabled 18 years ago
Luca Barbato 241807f32d altivec float optimizations 18 years ago
Michael Niedermayer 94c8fbdcad fix codec timebase and timestamps 18 years ago
Michael Niedermayer 0f812f5291 fix h261 parsing bug 18 years ago
Marco Manfredini 6bb9e49249 Fix building with --disable-opts but MMX enabled. 18 years ago
Luca Barbato b5f7e6eb95 Clean up:make dsputil subfile names consistent 18 years ago
John Dalgliesh 4454dc1b6f Support for MacIntel, last part: balign directives 18 years ago
Marco Manfredini 8226ecaa6c Fix CHECK_BIDIR macro so it works with Intel's Compiler 18 years ago
Loren Merritt 069720565c vorbis simd tweaks 18 years ago
Kostya Shishkov 6b53e173cf Disable B-frames decoding until I return and finish their proper decoding. 18 years ago
Luca Barbato 876031a74e keep in sync with dsputil, makes --disable-decoder=vorbis build 18 years ago
Loren Merritt 0e0adae0ba vorbis cosmetics: mdct0,mdct1 => mdct[2] 18 years ago
Loren Merritt 88db1a15c5 misc tweaks in vorbis_residue_decode(). 18 years ago
Michael Niedermayer 1f1aa1d955 convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse 18 years ago
Loren Merritt eb4825b5d4 sse and 3dnow implementations of float->int conversion and mdct windowing. 18 years ago
Loren Merritt 60ae06e77e r5954 broke fft on cpus with 3dnow but without mm3dnow.h 18 years ago
Luca Barbato ffad4ed154 Fix x86 SIMD asm and pic, patch from Martin von Gagern <Martin.vGagern@gmx.net> 18 years ago
John Dalgliesh 347be47226 Support for MacIntel, take xx: '/nop' illegal for old versions of GAS 18 years ago
John Dalgliesh 0fc256f3d9 Add support for Mac OS X Intel part 2: Assembler macros in fdct_mmx.c 18 years ago
John Dalgliesh fc48b6fe74 Support for Mac OS X Intel, part 3: binary integer constants: 18 years ago
Panagiotis Issaris e38f34fd7f Correct wrong memset invocation. 18 years ago
Loren Merritt ee5df92750 emms -> femms 18 years ago
Loren Merritt 2494bdd90d gcc 2.95 and 3.4.x on x86 32bit without fomit-frame-pointer can't even find 5 registers for asm input. 18 years ago
Loren Merritt 1b87c40245 slightly faster ff_imdct_calc_3dn2() on amd64. (gcc added a bunch of useless movsxd) 18 years ago
Luca Abeni 790c9ca72a Enable swscale usage in ffmpeg 18 years ago
Michael Niedermayer 21bb884fb7 change vorbis_inverse_coupling_sse2() so it works on sse1 cpus 18 years ago
Diego Biurrun ed4e20ac7f Fix some "'static' is not at beginning of declaration" warnings. 18 years ago
Loren Merritt bcfa3e58ee 3dnow2 implementation of imdct. 18 years ago
Luca Barbato bf29ed5dbc Cosmetics: 2->4 spaces and some braces 18 years ago
Kostya Shishkov fb2d9140e4 Correct MC for B-frames and some improvements (not 100% complete though) 18 years ago
Kostya Shishkov 78cbfc0c88 Bicubic interpolation requires two additional pixels for block 18 years ago
Mike Melanson 9bd0d79fcb printf -> av_log, only occurs in DEBUG cases 18 years ago
Luca Barbato c489d907e1 Yet another typo 18 years ago
Luca Barbato 532877894b Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo.org> for pointing out the issue and the patch 18 years ago
Kostya Shishkov 99f649a265 100l: intensity compensation must be also done in 4-MV mode 18 years ago
Luca Barbato 7f624e80ef standalone snow dsputil init 18 years ago
Luca Barbato 73e4ff9de9 Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec: 18 years ago
Luca Barbato 7c2a270b70 Minor fix 18 years ago
Luca Barbato 8047fe72a9 avoid alignment hacks, luckly gcc does the right thing on arches different from x86 18 years ago
Luca Barbato 3b0df5254e vorbis_inverse_coupling_altivec 18 years ago
Luca Barbato 90530cec20 Cleanup 18 years ago
Loren Merritt cd035a6051 10l, vorbis_inverse_coupling_sse() was really 3dnow 18 years ago
Loren Merritt 32e8763103 another div -> fastdiv, another 2% faster vorbis. 18 years ago
Kostya Shishkov c198597864 Looks like to be a good time to re-enable WMV3 decoder 18 years ago
Kostya Shishkov 48d3fca717 Don't try to decode P-frames from old WMV3 variant until their format is figured 18 years ago
Kostya Shishkov 481fb636b1 Some AltiVec optimizations for VC-1 18 years ago
Loren Merritt 2dac4acfc0 sse & sse2 implementations of vorbis channel coupling. 18 years ago
Loren Merritt 7bf0049623 int16_t is faster than int_fast16_t for division. 18 years ago