summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr %Steve L'Homme2006-08-18
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-17
* cleanupMichael Niedermayer2006-08-17
* insufficient alignmentMichael Niedermayer2006-08-17
* 10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding th...Luca Barbato2006-08-15
* Compile fix (for GCC<3.3) when encoders are disabledGuillaume Poirier2006-08-15
* altivec float optimizationsLuca Barbato2006-08-14
* fix codec timebase and timestampsMichael Niedermayer2006-08-14
* fix h261 parsing bugMichael Niedermayer2006-08-14
* Fix building with --disable-opts but MMX enabled.Marco Manfredini2006-08-13
* Clean up:make dsputil subfile names consistentLuca Barbato2006-08-13
* Support for MacIntel, last part: balign directivesJohn Dalgliesh2006-08-12
* Fix CHECK_BIDIR macro so it works with Intel's CompilerMarco Manfredini2006-08-12
* vorbis simd tweaksLoren Merritt2006-08-11
* Disable B-frames decoding until I return and finish their proper decoding.Kostya Shishkov2006-08-11
* keep in sync with dsputil, makes --disable-decoder=vorbis buildLuca Barbato2006-08-11
* vorbis cosmetics: mdct0,mdct1 => mdct[2]Loren Merritt2006-08-10
* misc tweaks in vorbis_residue_decode().Loren Merritt2006-08-10
* convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sseMichael Niedermayer2006-08-10
* sse and 3dnow implementations of float->int conversion and mdct windowing.Loren Merritt2006-08-10
* r5954 broke fft on cpus with 3dnow but without mm3dnow.hLoren Merritt2006-08-10
* Fix x86 SIMD asm and pic, patch from Martin von Gagern <Martin.vGagern@gmx.net>Luca Barbato2006-08-10
* Support for MacIntel, take xx: '/nop' illegal for old versions of GASJohn Dalgliesh2006-08-10
* Add support for Mac OS X Intel part 2: Assembler macros in fdct_mmx.cJohn Dalgliesh2006-08-10
* Support for Mac OS X Intel, part 3: binary integer constants:John Dalgliesh2006-08-10
* Correct wrong memset invocation.Panagiotis Issaris2006-08-09
* emms -> femmsLoren Merritt2006-08-09
* gcc 2.95 and 3.4.x on x86 32bit without fomit-frame-pointer can't even find 5...Loren Merritt2006-08-09
* slightly faster ff_imdct_calc_3dn2() on amd64. (gcc added a bunch of useless ...Loren Merritt2006-08-08
* Enable swscale usage in ffmpegLuca Abeni2006-08-08
* change vorbis_inverse_coupling_sse2() so it works on sse1 cpusMichael Niedermayer2006-08-08
* Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun2006-08-08
* 3dnow2 implementation of imdct.Loren Merritt2006-08-08
* Cosmetics: 2->4 spaces and some bracesLuca Barbato2006-08-06
* Correct MC for B-frames and some improvements (not 100% complete though)Kostya Shishkov2006-08-06
* Bicubic interpolation requires two additional pixels for blockKostya Shishkov2006-08-06
* printf -> av_log, only occurs in DEBUG casesMike Melanson2006-08-04
* Yet another typoLuca Barbato2006-08-04
* Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo...Luca Barbato2006-08-04
* 100l: intensity compensation must be also done in 4-MV modeKostya Shishkov2006-08-04
* standalone snow dsputil initLuca Barbato2006-08-03
* Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec:Luca Barbato2006-08-03
* Minor fixLuca Barbato2006-08-03
* avoid alignment hacks, luckly gcc does the right thing on arches different fr...Luca Barbato2006-08-03
* vorbis_inverse_coupling_altivecLuca Barbato2006-08-03
* CleanupLuca Barbato2006-08-03
* 10l, vorbis_inverse_coupling_sse() was really 3dnowLoren Merritt2006-08-03
* another div -> fastdiv, another 2% faster vorbis.Loren Merritt2006-08-03
* Looks like to be a good time to re-enable WMV3 decoderKostya Shishkov2006-08-03
* Don't try to decode P-frames from old WMV3 variant until their format is figuredKostya Shishkov2006-08-03