6362 Commits (cf5aed5badec6d2083c0c2a8def3fbab7055034f)
 

Author SHA1 Message Date
Michael Niedermayer cf5aed5bad simplify 18 years ago
Michael Niedermayer b4902c11c1 av_free* cleanup 18 years ago
Steve L'Homme 0b23d689d8 Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr % 18 years ago
Diego Biurrun 751b900479 Move all internal -I parameters to the front of CFLAGS to avoid using external 18 years ago
Luca Barbato 0c7bb0e5b6 add --disable-ipv6 option to configure 18 years ago
Diego Biurrun 7981555d89 Move all internal -I parameters to the front of CFLAGS to avoid using external 18 years ago
Diego Biurrun a9f9cc7cc1 simplification cosmetics 18 years ago
Diego Biurrun 041514a422 Revert last commit, VPATH is necessary for out-of-tree builds. 18 years ago
Diego Biurrun cf41e66736 Remove unnecessary include and variable declaration. 18 years ago
Diego Biurrun 408382a434 Make vhook CFLAGS handling less confusing. 18 years ago
Diego Biurrun 0e16a1fc92 Simplify dsptest* rule and add libavutil to the dsptest* includes. 18 years ago
Diego Biurrun c895987b33 Remove unnecessary -I. option. 18 years ago
Diego Biurrun 5c8dfdb45e Remove duplicate -I option. 18 years ago
Michael Niedermayer 0a7c36af54 revert aligned realloc() changesm this should be identical to r5784 18 years ago
Michael Niedermayer 2287c100b2 cleanup 18 years ago
Michael Niedermayer 3829a62eae insufficient alignment 18 years ago
Luca Abeni 1246640aa2 Fix compilation as a win32 shared library (libavutil must be explicitly linked) 18 years ago
Dennis Melentyev a99073939f FreeBSD malloc aligns on 16 byte boundaries, so no need to use memalignhack. 18 years ago
John Dalgliesh 8156056e05 It's not possible to portably echo a backslash, use printf instead. 18 years ago
Diego Biurrun d4596ae3b0 Simplify expression by using single quotes and avoiding backslashes. 18 years ago
Luca Barbato cb243ea220 10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding the issue 18 years ago
Diego Biurrun d7e27559b1 Mac OS X requires running ranlib on static libraries after installation. 18 years ago
Guillaume Poirier 696e1bb36e Compile fix (for GCC<3.3) when encoders are disabled 18 years ago
Uoti Urpala 91d0bda26d Fix compilation with -no-PIC and without -fomit-frame-pointer (used by 18 years ago
Jason Tackaberry 83c89c7885 -fPIC support for libswscale 18 years ago
Luca Barbato 241807f32d altivec float optimizations 18 years ago
Michael Niedermayer 94c8fbdcad fix codec timebase and timestamps 18 years ago
Michael Niedermayer 0f812f5291 fix h261 parsing bug 18 years ago
Michael Niedermayer 732692d94c trying to fix av_realloc() 18 years ago
Guillaume Poirier 0ccd1bb537 Mention MacIntel support 18 years ago
Marco Manfredini 6bb9e49249 Fix building with --disable-opts but MMX enabled. 18 years ago
Luca Barbato b5f7e6eb95 Clean up:make dsputil subfile names consistent 18 years ago
Michael Niedermayer 75c413ae77 align av_realloc() 18 years ago
Diego Biurrun 4bff9ef9d0 Replace asmalign.h hack by ASMALIGN cpp macros from config.h. 18 years ago
Michael Niedermayer 22ee3aa7df mailinglist 18 years ago
Uoti Urpala 17c613ef34 Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compile 18 years ago
John Dalgliesh 4454dc1b6f Support for MacIntel, last part: balign directives 18 years ago
Marco Manfredini 8226ecaa6c Fix CHECK_BIDIR macro so it works with Intel's Compiler 18 years ago
Guillaume Poirier 71295009be Add #define REGc 18 years ago
Baptiste Coudurier 201f1d4546 use packet dts as correct media field number and use av_interleave_pkt_per_dts 18 years ago
Baptiste Coudurier 1ce83a36bf use C99 standard constant, thanks to Foxy Shadis 18 years ago
Baptiste Coudurier 81f0f93826 update documentation 18 years ago
Baptiste Coudurier f21c0b4c43 export av_interleave_packet_per_dts 18 years ago
Loren Merritt 069720565c vorbis simd tweaks 18 years ago
Diego Biurrun 49a0122c99 Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't need to 18 years ago
Baptiste Coudurier 2211d62097 update rotozoom regression ref after patches r5945-r5950 18 years ago
Baptiste Coudurier 7228914047 set elst start time to first pts 18 years ago
Kostya Shishkov 6b53e173cf Disable B-frames decoding until I return and finish their proper decoding. 18 years ago
Luca Barbato 876031a74e keep in sync with dsputil, makes --disable-decoder=vorbis build 18 years ago
Loren Merritt 0e0adae0ba vorbis cosmetics: mdct0,mdct1 => mdct[2] 18 years ago