summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Support for MacIntel, last part: balign directivesJohn Dalgliesh2006-08-127-36/+36
* Fix CHECK_BIDIR macro so it works with Intel's CompilerMarco Manfredini2006-08-121-1/+1
* vorbis simd tweaksLoren Merritt2006-08-113-53/+69
* Disable B-frames decoding until I return and finish their proper decoding.Kostya Shishkov2006-08-111-0/+1
* keep in sync with dsputil, makes --disable-decoder=vorbis buildLuca Barbato2006-08-111-0/+2
* vorbis cosmetics: mdct0,mdct1 => mdct[2]Loren Merritt2006-08-102-58/+52
* misc tweaks in vorbis_residue_decode().Loren Merritt2006-08-101-11/+19
* convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sseMichael Niedermayer2006-08-101-22/+22
* sse and 3dnow implementations of float->int conversion and mdct windowing.Loren Merritt2006-08-105-48/+317
* r5954 broke fft on cpus with 3dnow but without mm3dnow.hLoren Merritt2006-08-101-29/+27
* Fix x86 SIMD asm and pic, patch from Martin von Gagern <Martin.vGagern@gmx.net>Luca Barbato2006-08-101-30/+32
* Support for MacIntel, take xx: '/nop' illegal for old versions of GASJohn Dalgliesh2006-08-101-76/+54
* Add support for Mac OS X Intel part 2: Assembler macros in fdct_mmx.cJohn Dalgliesh2006-08-101-53/+53
* Support for Mac OS X Intel, part 3: binary integer constants:John Dalgliesh2006-08-101-5/+5
* Correct wrong memset invocation.Panagiotis Issaris2006-08-091-1/+1
* emms -> femmsLoren Merritt2006-08-092-2/+2
* 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
* Enable swscale usage in ffmpegLuca Abeni2006-08-082-1/+10
* change vorbis_inverse_coupling_sse2() so it works on sse1 cpusMichael Niedermayer2006-08-081-9/+17
* Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun2006-08-083-4/+4
* 3dnow2 implementation of imdct.Loren Merritt2006-08-085-7/+93
* Cosmetics: 2->4 spaces and some bracesLuca Barbato2006-08-061-135/+126
* Correct MC for B-frames and some improvements (not 100% complete though)Kostya Shishkov2006-08-061-13/+135
* Bicubic interpolation requires two additional pixels for blockKostya Shishkov2006-08-061-2/+2
* printf -> av_log, only occurs in DEBUG casesMike Melanson2006-08-041-2/+2
* Yet another typoLuca Barbato2006-08-041-2/+2
* Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo...Luca Barbato2006-08-041-4/+4
* 100l: intensity compensation must be also done in 4-MV modeKostya Shishkov2006-08-041-2/+30
* standalone snow dsputil initLuca Barbato2006-08-032-17/+13
* Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec:Luca Barbato2006-08-033-81/+62
* Minor fixLuca Barbato2006-08-031-6/+6
* avoid alignment hacks, luckly gcc does the right thing on arches different fr...Luca Barbato2006-08-031-38/+25
* vorbis_inverse_coupling_altivecLuca Barbato2006-08-031-0/+23
* CleanupLuca Barbato2006-08-031-4/+1
* 10l, vorbis_inverse_coupling_sse() was really 3dnowLoren Merritt2006-08-031-3/+3
* another div -> fastdiv, another 2% faster vorbis.Loren Merritt2006-08-031-1/+3
* Looks like to be a good time to re-enable WMV3 decoderKostya Shishkov2006-08-031-2/+0
* Don't try to decode P-frames from old WMV3 variant until their format is figuredKostya Shishkov2006-08-031-2/+4
* Some AltiVec optimizations for VC-1Kostya Shishkov2006-08-033-1/+377
* sse & sse2 implementations of vorbis channel coupling.Loren Merritt2006-08-035-20/+95
* int16_t is faster than int_fast16_t for division.Loren Merritt2006-08-031-2/+2
* set supported pixel formats correctlyMichael Niedermayer2006-08-021-0/+2
* avoid possible segfault situationsLuca Barbato2006-08-021-4/+4
* CosmeticsLuca Barbato2006-08-021-11/+10
* Forgot to update LIBAVCODEC_VERSION_INTKostya Shishkov2006-08-011-1/+1
* remove libtheora wrapperMåns Rullgård2006-07-314-143/+1
* Fix overflows in bicubic interpolation.Kostya Shishkov2006-07-311-3/+3
* Use bicubic MC (should also remove those ringing artifacts) when neededKostya Shishkov2006-07-301-17/+31
* Use functions from DSPContext in vc1.cKostya Shishkov2006-07-301-180/+26
OpenPOWER on IntegriCloud