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