summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-17
| | | | | | header files that happen to have the same name as internal ones. Originally committed as revision 6016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2006-08-17
| | | | Originally committed as revision 6007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* insufficient alignmentMichael Niedermayer2006-08-17
| | | | Originally committed as revision 6006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding ↵Luca Barbato2006-08-15
| | | | | | the issue Originally committed as revision 6002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compile fix (for GCC<3.3) when encoders are disabledGuillaume Poirier2006-08-15
| | | | | | | | Original thread: Date: Aug 10, 2006 10:45 AM Subject: [Ffmpeg-devel] [PATCH] fix compilation when Snow ENcoder is disabled Originally committed as revision 6000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec float optimizationsLuca Barbato2006-08-14
| | | | Originally committed as revision 5999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix codec timebase and timestampsMichael Niedermayer2006-08-14
| | | | Originally committed as revision 5998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix h261 parsing bugMichael Niedermayer2006-08-14
| | | | Originally committed as revision 5997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix building with --disable-opts but MMX enabled.Marco Manfredini2006-08-13
| | | | | | patch by Marco Manfredini mldb %at% gmx %dot% net Originally committed as revision 5994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up:make dsputil subfile names consistentLuca Barbato2006-08-13
| | | | Originally committed as revision 5993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for MacIntel, last part: balign directivesJohn Dalgliesh2006-08-12
| | | | | | | | | | Determines whether .align's arg is power-of-two or not, then defines ASMALIGN appropriately in config.h. Changes all .baligns to ASMALIGNs. Patch by John Dalgliesh % johnd AH defyne P org % Original thread: Date: Aug 11, 2006 8:00 AM Subject: Re: [Ffmpeg-devel] Mac OS X Intel last part: balign directives Originally committed as revision 5990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix CHECK_BIDIR macro so it works with Intel's CompilerMarco Manfredini2006-08-12
| | | | | | Patch by Marco Manfredini mldb A gmx P net Originally committed as revision 5989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis simd tweaksLoren Merritt2006-08-11
| | | | Originally committed as revision 5983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable B-frames decoding until I return and finish their proper decoding.Kostya Shishkov2006-08-11
| | | | Originally committed as revision 5980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* keep in sync with dsputil, makes --disable-decoder=vorbis buildLuca Barbato2006-08-11
| | | | Originally committed as revision 5979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis cosmetics: mdct0,mdct1 => mdct[2]Loren Merritt2006-08-10
| | | | Originally committed as revision 5978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc tweaks in vorbis_residue_decode().Loren Merritt2006-08-10
| | | | | | 4% faster vorbis. Originally committed as revision 5977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sseMichael Niedermayer2006-08-10
| | | | | | please complain if they are slower on sse2 cpus ... Originally committed as revision 5976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sse and 3dnow implementations of float->int conversion and mdct windowing.Loren Merritt2006-08-10
| | | | | | 15% faster vorbis. Originally committed as revision 5975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* r5954 broke fft on cpus with 3dnow but without mm3dnow.hLoren Merritt2006-08-10
| | | | Originally committed as revision 5974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix x86 SIMD asm and pic, patch from Martin von Gagern <Martin.vGagern@gmx.net>Luca Barbato2006-08-10
| | | | Originally committed as revision 5973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for MacIntel, take xx: '/nop' illegal for old versions of GASJohn Dalgliesh2006-08-10
| | | | | | | | | Patch by John Dalgliesh % johnd AH defyne P org % Original thread: Date: Aug 8, 2006 8:12 PM Subject: Re: [Ffmpeg-devel] [PATCH] '/nop' illegal for old versions of GAS Originally committed as revision 5972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for Mac OS X Intel part 2: Assembler macros in fdct_mmx.cJohn Dalgliesh2006-08-10
| | | | | | | | | | convert gas macros to ccp macros Patch by John Dalgliesh % johnd AH defyne P org % Original thread: Date: Aug 10, 2006 5:39 AM Subject: Re: [Ffmpeg-devel] Mac OS X Intel part 2: Assembler macros in fdct_mmx.c Originally committed as revision 5971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for Mac OS X Intel, part 3: binary integer constants:John Dalgliesh2006-08-10
| | | | | | | | | | Apple's assembler only understands the same integer constants as C does: hex, decimal, octal. It doesn't understand binary integer constants (0b...) so this patch replaces binary integer constants with hex ones. Patch by John Dalgliesh % johnd AH defyne P org % Original thread: Date: Aug 10, 2006 8:16 AM Subject: [Ffmpeg-devel] Mac OS X Intel part 3: binary integer constants Originally committed as revision 5970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct wrong memset invocation.Panagiotis Issaris2006-08-09
| | | | | | patch by Panagiotis Issaris, takis%%.%%issaris%%@%%uhasselt%%.%%be Originally committed as revision 5966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* emms -> femmsLoren Merritt2006-08-09
| | | | Originally committed as revision 5965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc 2.95 and 3.4.x on x86 32bit without fomit-frame-pointer can't even find ↵Loren Merritt2006-08-09
| | | | | | | | 5 registers for asm input. 0.5% slower vorbis. Originally committed as revision 5964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly faster ff_imdct_calc_3dn2() on amd64. (gcc added a bunch of useless ↵Loren Merritt2006-08-08
| | | | | | movsxd) Originally committed as revision 5962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable swscale usage in ffmpegLuca Abeni2006-08-08
| | | | Originally committed as revision 5959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change vorbis_inverse_coupling_sse2() so it works on sse1 cpusMichael Niedermayer2006-08-08
| | | | Originally committed as revision 5957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun2006-08-08
| | | | Originally committed as revision 5956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 3dnow2 implementation of imdct.Loren Merritt2006-08-08
| | | | | | 6% faster vorbis and wma. Originally committed as revision 5954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: 2->4 spaces and some bracesLuca Barbato2006-08-06
| | | | Originally committed as revision 5940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct MC for B-frames and some improvements (not 100% complete though)Kostya Shishkov2006-08-06
| | | | Originally committed as revision 5938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bicubic interpolation requires two additional pixels for blockKostya Shishkov2006-08-06
| | | | Originally committed as revision 5937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* printf -> av_log, only occurs in DEBUG casesMike Melanson2006-08-04
| | | | Originally committed as revision 5934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yet another typoLuca Barbato2006-08-04
| | | | Originally committed as revision 5933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a stupid typo and another error, thanks to Emanuele Giaquinta ↵Luca Barbato2006-08-04
| | | | | | <exg@gentoo.org> for pointing out the issue and the patch Originally committed as revision 5932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: intensity compensation must be also done in 4-MV modeKostya Shishkov2006-08-04
| | | | Originally committed as revision 5928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* standalone snow dsputil initLuca Barbato2006-08-03
| | | | Originally committed as revision 5919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec:Luca Barbato2006-08-03
| | | | | | | | - whitespace consistency 2->4 [dsputil_init_ppc] - reorder struct initialization with dsputil_init_altivec [dsputil_init_ppc] - use casts instead of temp variables [vorbis_inverse_coupling_altivec] Originally committed as revision 5918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor fixLuca Barbato2006-08-03
| | | | Originally committed as revision 5916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid alignment hacks, luckly gcc does the right thing on arches different ↵Luca Barbato2006-08-03
| | | | | | from x86 Originally committed as revision 5915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis_inverse_coupling_altivecLuca Barbato2006-08-03
| | | | Originally committed as revision 5914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CleanupLuca Barbato2006-08-03
| | | | Originally committed as revision 5913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, vorbis_inverse_coupling_sse() was really 3dnowLoren Merritt2006-08-03
| | | | Originally committed as revision 5903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another div -> fastdiv, another 2% faster vorbis.Loren Merritt2006-08-03
| | | | Originally committed as revision 5902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Looks like to be a good time to re-enable WMV3 decoderKostya Shishkov2006-08-03
| | | | Originally committed as revision 5901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't try to decode P-frames from old WMV3 variant until their format is figuredKostya Shishkov2006-08-03
| | | | Originally committed as revision 5900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some AltiVec optimizations for VC-1Kostya Shishkov2006-08-03
| | | | Originally committed as revision 5899 to svn://svn.ffmpeg.org/ffmpeg/trunk