6651 Commits (8cd019bdca4f7a6b485b63c25b80b68851ac6fc1)
 

Author SHA1 Message Date
Aurelien Jacobs acba32385b fix arm asm compilation in mpegaudiodec 18 years ago
Michael Benjamin 81a9b052df Blackfin processor support 18 years ago
Michael Niedermayer 52e5461288 fix fallback if theres no index 18 years ago
Michael Niedermayer 56c96a229b read and use index (based on a patch by John Donaghy on the 23-03-2006 '[Ffmpeg-devel] dvr-ms seek help request') 18 years ago
Steve L'Homme 052aa2ad3c value_num should also be 64bit (1 hunk from the asf seeking patch by DrDivx/Steve Lhomme) 18 years ago
Michael Niedermayer 7ad5455cd7 total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / Steve Lhomme) 18 years ago
Baptiste Coudurier b3701f5cc0 Alignment of the LT window, segfault fix patch by Baptiste Coudurier. 18 years ago
Michael Niedermayer 69fd15f871 MUL* for ARM code based on a patch by Siarhei Siamashka 18 years ago
Michael Niedermayer f617adedc8 replace MULL with asm too, no significnat speedup but its probably better to not take any chances, some versions of gcc will almost certainly mess it up too if they can 18 years ago
Michael Niedermayer 47a0cd7408 replacing MULH by asm for x86 18 years ago
Michael Niedermayer 5ab1972b53 indent preprocessor directives 18 years ago
Michael Niedermayer 355903f5a8 make high precission synth filter 3 times faster on x86 18 years ago
Michael Niedermayer 0bd2483a75 replace MULL by MULH + shift in dct32() (code is very slightly faster, and the compiler should be able to optimize the shift away on 64bit archs) 18 years ago
Reimar Döffinger 32255f6c2a cc -> $cc typo fix, caused amd64 to be misdetected as x86 when cc not available 18 years ago
Baptiste Coudurier afbbe5e34f set correct first gop closed value 18 years ago
Baptiste Coudurier 2b7e230b10 rename closed_gop to first_gop_closed 18 years ago
Baptiste Coudurier a850fd1810 gxf regression tests 18 years ago
Baptiste Coudurier 6a7eba1f07 init buffer 18 years ago
Luca Abeni 7f3f497a0b Allow to compile swscale tests 18 years ago
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