summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm.Loren Merritt2006-08-18
| | | | | | 2.5% faster fft, 0.5% faster vorbis. Originally committed as revision 6023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI tag reading and writing patch by David Conrad.David Conrad2006-08-18
| | | | | | umovimus at gmail dot com Originally committed as revision 6022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Diego Biurrun2006-08-18
| | | | Originally committed as revision 19437 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-18
| | | | Originally committed as revision 6021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-08-18
| | | | Originally committed as revision 6020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_free* cleanupMichael Niedermayer2006-08-18
| | | | Originally committed as revision 6019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr %Steve L'Homme2006-08-18
| | | | | | | | Original thread: Date: Aug 17, 2006 5:45 PM Subject: Re: [Ffmpeg-devel] [PATCH] AVISynth support Originally committed as revision 6018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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. based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com Originally committed as revision 19426 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* add --disable-ipv6 option to configureLuca Barbato2006-08-17
| | | | Originally committed as revision 6017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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
* simplification cosmeticsDiego Biurrun2006-08-17
| | | | Originally committed as revision 6015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert last commit, VPATH is necessary for out-of-tree builds.Diego Biurrun2006-08-17
| | | | Originally committed as revision 6014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary include and variable declaration.Diego Biurrun2006-08-17
| | | | Originally committed as revision 6013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make vhook CFLAGS handling less confusing.Diego Biurrun2006-08-17
| | | | Originally committed as revision 6012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify dsptest* rule and add libavutil to the dsptest* includes.Diego Biurrun2006-08-17
| | | | Originally committed as revision 6011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary -I. option.Diego Biurrun2006-08-17
| | | | Originally committed as revision 6010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicate -I option.Diego Biurrun2006-08-17
| | | | Originally committed as revision 6009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert aligned realloc() changesm this should be identical to r5784Michael Niedermayer2006-08-17
| | | | Originally committed as revision 6008 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
* Fix compilation as a win32 shared library (libavutil must be explicitly linked)Luca Abeni2006-08-16
| | | | Originally committed as revision 19416 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* FreeBSD malloc aligns on 16 byte boundaries, so no need to use memalignhack.Dennis Melentyev2006-08-16
| | | | | | patch by Dennis Melentyev, dennis ##dot## melentyev ##at ## gmail ##dot## com Originally committed as revision 6005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* It's not possible to portably echo a backslash, use printf instead.John Dalgliesh2006-08-16
| | | | | | patch by John Dalgliesh, johnd **at** defyne **dot** org Originally committed as revision 6004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify expression by using single quotes and avoiding backslashes.Diego Biurrun2006-08-15
| | | | Originally committed as revision 6003 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
* Mac OS X requires running ranlib on static libraries after installation.Diego Biurrun2006-08-15
| | | | Originally committed as revision 6001 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
* Fix compilation with -no-PIC and without -fomit-frame-pointer (used byUoti Urpala2006-08-15
| | | | | | | --enable-debug). Fix from Jason Tackaberry for his previous -fPIC patch. Originally committed as revision 19406 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* -fPIC support for libswscaleJason Tackaberry2006-08-15
| | | | | | patch by Jason Tackaberry, tack /at/ urandom /dot/ ca Originally committed as revision 19402 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 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
* trying to fix av_realloc()Michael Niedermayer2006-08-13
| | | | Originally committed as revision 5996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention MacIntel supportGuillaume Poirier2006-08-13
| | | | Originally committed as revision 5995 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
* align av_realloc()Michael Niedermayer2006-08-13
| | | | Originally committed as revision 5992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.Diego Biurrun2006-08-13
| | | | Originally committed as revision 19378 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* mailinglistMichael Niedermayer2006-08-12
| | | | Originally committed as revision 5991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compileUoti Urpala2006-08-12
| | | | | | | | MMX2 code, because the HAVE_ defines do not have sane values here if runtime cpudetection is used. Hopefully fixes runtime cpudetection breakage from r19339. Originally committed as revision 19374 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* 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
* Add #define REGcGuillaume Poirier2006-08-12
| | | | Originally committed as revision 5988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use packet dts as correct media field number and use av_interleave_pkt_per_dtsBaptiste Coudurier2006-08-12
| | | | Originally committed as revision 5987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use C99 standard constant, thanks to Foxy ShadisBaptiste Coudurier2006-08-11
| | | | Originally committed as revision 5986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update documentationBaptiste Coudurier2006-08-11
| | | | Originally committed as revision 5985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export av_interleave_packet_per_dtsBaptiste Coudurier2006-08-11
| | | | Originally committed as revision 5984 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
* Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't ↵Diego Biurrun2006-08-11
| | | | | | | | need to be protected by HAVE_MMX. Originally committed as revision 19367 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* update rotozoom regression ref after patches r5945-r5950Baptiste Coudurier2006-08-11
| | | | Originally committed as revision 5982 to svn://svn.ffmpeg.org/ffmpeg/trunk