summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* fourcc cleanupBaptiste Coudurier2006-08-09
| | | | Originally committed as revision 5969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable 'NONE' audio fourccBaptiste Coudurier2006-08-09
| | | | Originally committed as revision 5968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse mpeg frame to get pict type and closed gop flagBaptiste Coudurier2006-08-09
| | | | Originally committed as revision 5967 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
* Support AAC audio in AVI with tag 0xffDavid Conrad2006-08-08
| | | | | | Patch by David Conrad ( davedc_ | umbc edu ) Originally committed as revision 5963 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
* dont be too picky about timestampsbeing wrong if the destination container ↵Michael Niedermayer2006-08-08
| | | | | | is without timestamps and raw of the raw video / raw audio sort Originally committed as revision 5961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamp debugging av_logs()Michael Niedermayer2006-08-08
| | | | Originally committed as revision 5960 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
* both timestamps are dts, (checked trailer.gxf, spec is unclear)Michael Niedermayer2006-08-08
| | | | Originally committed as revision 5958 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
* floating point "emulation" codeMichael Niedermayer2006-08-08
| | | | | | unused currently, but might come in handy for some fpu-less cpus Originally committed as revision 5955 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
* use correct tag for h263 in movBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detailed infos about d263 atomBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update regression tests for patches r5945-r5950 based on patch by Francois ↵Baptiste Coudurier2006-08-07
| | | | | | Draperi <ffmpeg@hp.com> Originally committed as revision 5951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only set fields for mov, reserved for 3gp, mp4Baptiste Coudurier2006-08-07
| | | | Originally committed as revision 5949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sampleSize field to 16, reserved for mp4 and 3gpBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp4, 3gp field is reserved and value is 2Baptiste Coudurier2006-08-07
| | | | Originally committed as revision 5947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ternaryBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vbr compression id is only used in movBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cygwin compilation and Cygwin/MinGW crosscompilation sectionsDiego Biurrun2006-08-07
| | | | | | based on patch by Víctor Paesa <wzrlpy@arsystel.com> Originally committed as revision 5944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* r5939 (flvenc.c) rotozoom regression updateBaptiste Coudurier2006-08-07
| | | | Originally committed as revision 5943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* editorial changesDiego Biurrun2006-08-07
| | | | Originally committed as revision 5942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* things to take care of for the next socMichael Niedermayer2006-08-07
| | | | Originally committed as revision 5941 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
* always write duration and file size, fix seeking, progress bar is now activeBaptiste Coudurier2006-08-06
| | | | Originally committed as revision 5939 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
* Another PIX_FMT_ ---> IMGFMT_ conversionLuca Abeni2006-08-05
| | | | Originally committed as revision 19342 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Avoid segfaulting if the swscale context cannot be allocatedLuca Abeni2006-08-05
| | | | Originally committed as revision 5936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix "-aspect" when "-pad*" is usedLuca Abeni2006-08-05
| | | | Originally committed as revision 5935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.Diego Biurrun2006-08-05
| | | | Originally committed as revision 19339 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 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
* Shared libraries should go in $PREFIX on MinGW.Diego Biurrun2006-08-04
| | | | Originally committed as revision 5931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove MinGW specialcasing and make shared library installation compatibleDiego Biurrun2006-08-04
| | | | | | with MinGW where ln is emulated by cp. Originally committed as revision 5930 to svn://svn.ffmpeg.org/ffmpeg/trunk