6382 Commits (eb6447766d7a55acd0327dd59a3e5aa9f787885f)
 

Author SHA1 Message Date
Michael Niedermayer eb6447766d replace a few MULL by MULH 18 years ago
Baptiste Coudurier f6e712961f add fullname 18 years ago
Michael Niedermayer 120aad7fe9 reorder butterflies to reduce memory load/store 18 years ago
Benjamin Larsson 6c496518e8 Added codec id for QCELP. 18 years ago
Michael Niedermayer 27cd2c10b0 compatibility warning 18 years ago
Michael Niedermayer 0cb5cfb615 cleanup PixelFormat a little 18 years ago
Michael Niedermayer 955ab9a4d8 attribute_deprecated 18 years ago
Michael Niedermayer ed567d9c41 cosmetics 18 years ago
Diego Biurrun 29c9183cb5 spelling fixes for the last commit 18 years ago
Michael Niedermayer 67eca72dc0 SWAP 18 years ago
Michael Niedermayer 0eb6817d98 audio format conversion 18 years ago
Benjamin Larsson c52e13f1a1 -async and -vsync documentation. Based on info from the mailinglist. 18 years ago
Luca Abeni a37e9e8606 Allow swscale emulation header to be included by C++ programs 18 years ago
Benjamin Larsson 9aee40d967 SIMD vector optimizations. 3% faster overall decoding. 18 years ago
Michael Niedermayer a1c69e0b50 fix probing of 02-Penguin.flac 18 years ago
Loren Merritt 652c59b967 use ff_fft_calc_3dn2 instead of sse on a K8. 18 years ago
Loren Merritt 1e4ecf26f5 ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm. 18 years ago
David Conrad 57060f8936 AVI tag reading and writing patch by David Conrad. 18 years ago
Diego Biurrun db3924f1fd Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 18 years ago
Diego Biurrun f4bd289a04 Explicitly include fastmemcpy.h from libvo/. 18 years ago
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