13343 Commits (4b1131a075696a3153e03dac7c9a01714cc3a372)
 

Author SHA1 Message Date
Måns Rullgård 844ea46aeb clean up FFT SIMD selection 17 years ago
Ronald S. Bultje 53620bba51 Split the SETUP request into a separate function, as a prelude into allowing 17 years ago
Diego Biurrun 6fce759141 Fix previously broken x86_64 check, simplifying it in the process. 17 years ago
Diego Biurrun 3dddba4b5d Fix previously broken xlc checks, simplifying them in the process. 17 years ago
Diego Biurrun 78fe7631f8 Drop unnecessary subshell invocation from BEINCLUDES check. 17 years ago
Stefano Sabatini 972d628a8b Provide a context to parse_time_or_die(). 17 years ago
Diego Biurrun 08e89160e4 cosmetics: indentation 17 years ago
Diego Biurrun edfd6975cf Simplify MANGLE macro preprocessor condition checks. 17 years ago
Diego Biurrun 7edd384f1d Add -q to grep invocation where appropriate. 17 years ago
İsmail Dönmez 8e9ccb6c7e Fix MANGLE macro on Mac OS X. 17 years ago
Zuxy Meng 5a352b14e7 Fix a typo that causes an assertion to always fail. 17 years ago
Måns Rullgård d85d7a0be7 mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS 17 years ago
Måns Rullgård 5550eba88d typo: add missing \ in multi-line macro 17 years ago
Måns Rullgård e6b790f9e7 fix typo ARCH_PPC -> ARCH_POWERPC 17 years ago
Baptiste Coudurier 8c2a207019 just skip klv packet, when no corresponding stream is found 17 years ago
Diego Biurrun b0605329c9 Move functions that are only used when libswscale is not compiled in below 17 years ago
Diego Biurrun abe39c0f31 Escape \1 and \2 in sed expressions written to config.mak to avoid mangling. 17 years ago
Diego Biurrun 08c4e395d2 Return of the living typo II: VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD 17 years ago
Baptiste Coudurier 23f0861715 simplify, flags is 24bits according to specs 17 years ago
Baptiste Coudurier 558ce5c490 fucked up alphabetical order again, sorry 17 years ago
Baptiste Coudurier aa9f4208b6 ipod/iphone compatible mp4 muxer 17 years ago
Måns Rullgård 77f11d8a4c improve precision in mdct.c using double for some temporaries 17 years ago
Diego Biurrun 6a5b97732e 10l: Fix stupid typo, VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD. 17 years ago
Diego Biurrun b1b184812c Merge binary generation rules. 17 years ago
Måns Rullgård 14f3ce3615 fix DEPEND_CMD for out of tree builds 17 years ago
Måns Rullgård a426bbfc28 set SRC_DIR in top-leve Makefile 17 years ago
Måns Rullgård c415857d06 rename LIBSRC to SRC_DIR, add quotes where SRC_DIR was used 17 years ago
Diego Biurrun e6a383d695 Use $< to simplify a few lines. 17 years ago
Diego Biurrun 63d026b1bf cosmetics: #include config.h before all other FFmpeg headers. 17 years ago
Diego Biurrun bd10713636 typo fixes 17 years ago
Diego Biurrun bee972eead typo 17 years ago
Diego Biurrun 4477b9f424 Properly check for AltiVec CFLAGS instead of guessing based on compiler vendor. 17 years ago
Dave Yeo b96644bfe3 Add attribute_align_arg to os2thread.c. 17 years ago
Ramiro Polla 69b192acb8 Typo 17 years ago
Diego Biurrun e982d4d39f Remove the unused function roundToInt16. It is a duplicate of the same function 17 years ago
Diego Biurrun 5dff04fc51 Only check for altivec.h when not using Apple gcc and not adding -faltivec to 17 years ago
Diego Biurrun 0870c7674a cosmetics: Reformat Apple cc check. 17 years ago
Diego Biurrun 216d513c34 typos 17 years ago
Diego Biurrun b2c26e2717 Use correct t printf modifier for pointer differences. 17 years ago
Baptiste Coudurier 4e9b8211b0 useless null 17 years ago
Baptiste Coudurier 82213f68ba remove useless img_write_trailer func 17 years ago
Diego Biurrun 6e69586b44 Build ffserver_g as well as ffserver, consistent with the other binaries. 17 years ago
Baptiste Coudurier 99c763d143 log aspect ratio forbidden value, and fail if error resilience is high 17 years ago
Måns Rullgård d04d9e167e new attempt at portable endian test 17 years ago
Måns Rullgård ccae51d5b9 hopefully portable endian test 17 years ago
Diego Biurrun 768a920572 #include stddef.h instead of sys/types.h, the former is a standard C header. 17 years ago
Baptiste Coudurier a2338352be do not fail badly if aspect ratio is 0/forbidden, fix issue 369 17 years ago
Diego Biurrun 32573a74bf #include stdint.h instead of inttypes.h like all libavutil headers do. 17 years ago
Diego Biurrun bfb80dbe21 This file does not use size_t, so no need to #include <sys/types.h>. 17 years ago
Diego Biurrun a087028ad8 Add #include "config.h" to headers that need it. 17 years ago