summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-175-7/+7
* simplification cosmeticsDiego Biurrun2006-08-171-2/+2
* Revert last commit, VPATH is necessary for out-of-tree builds.Diego Biurrun2006-08-172-0/+6
* Remove unnecessary include and variable declaration.Diego Biurrun2006-08-172-6/+0
* Make vhook CFLAGS handling less confusing.Diego Biurrun2006-08-172-9/+7
* Simplify dsptest* rule and add libavutil to the dsptest* includes.Diego Biurrun2006-08-171-6/+6
* Remove unnecessary -I. option.Diego Biurrun2006-08-171-1/+1
* Remove duplicate -I option.Diego Biurrun2006-08-171-1/+1
* revert aligned realloc() changesm this should be identical to r5784Michael Niedermayer2006-08-171-15/+11
* cleanupMichael Niedermayer2006-08-171-6/+2
* insufficient alignmentMichael Niedermayer2006-08-171-1/+1
* Fix compilation as a win32 shared library (libavutil must be explicitly linked)Luca Abeni2006-08-161-0/+1
* FreeBSD malloc aligns on 16 byte boundaries, so no need to use memalignhack.Dennis Melentyev2006-08-161-1/+2
* It's not possible to portably echo a backslash, use printf instead.John Dalgliesh2006-08-161-2/+3
* Simplify expression by using single quotes and avoiding backslashes.Diego Biurrun2006-08-151-1/+2
* 10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding th...Luca Barbato2006-08-152-10/+10
* Mac OS X requires running ranlib on static libraries after installation.Diego Biurrun2006-08-152-0/+3
* Compile fix (for GCC<3.3) when encoders are disabledGuillaume Poirier2006-08-152-1/+9
* Fix compilation with -no-PIC and without -fomit-frame-pointer (used byUoti Urpala2006-08-151-1/+1
* -fPIC support for libswscaleJason Tackaberry2006-08-152-112/+158
* altivec float optimizationsLuca Barbato2006-08-143-2/+196
* fix codec timebase and timestampsMichael Niedermayer2006-08-141-5/+8
* fix h261 parsing bugMichael Niedermayer2006-08-141-1/+0
* trying to fix av_realloc()Michael Niedermayer2006-08-131-3/+5
* Mention MacIntel supportGuillaume Poirier2006-08-131-0/+1
* Fix building with --disable-opts but MMX enabled.Marco Manfredini2006-08-131-3/+3
* Clean up:make dsputil subfile names consistentLuca Barbato2006-08-134-4/+4
* align av_realloc()Michael Niedermayer2006-08-131-10/+12
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.Diego Biurrun2006-08-132-39/+35
* mailinglistMichael Niedermayer2006-08-121-0/+1
* Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compileUoti Urpala2006-08-121-4/+4
* Support for MacIntel, last part: balign directivesJohn Dalgliesh2006-08-128-36/+50
* Fix CHECK_BIDIR macro so it works with Intel's CompilerMarco Manfredini2006-08-121-1/+1
* Add #define REGcGuillaume Poirier2006-08-121-0/+2
* use packet dts as correct media field number and use av_interleave_pkt_per_dtsBaptiste Coudurier2006-08-121-55/+33
* use C99 standard constant, thanks to Foxy ShadisBaptiste Coudurier2006-08-111-1/+1
* update documentationBaptiste Coudurier2006-08-111-3/+12
* export av_interleave_packet_per_dtsBaptiste Coudurier2006-08-112-1/+2
* vorbis simd tweaksLoren Merritt2006-08-113-53/+69
* Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't n...Diego Biurrun2006-08-111-3/+1
* update rotozoom regression ref after patches r5945-r5950Baptiste Coudurier2006-08-111-2/+2
* set elst start time to first ptsBaptiste Coudurier2006-08-111-4/+1
* 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
OpenPOWER on IntegriCloud