20245 Commits (a915980acdf7a7f02780fe5e936777f74c85c3e9)
 

Author SHA1 Message Date
Måns Rullgård a915980acd configure: simplify --cpu handling slightly 16 years ago
Kostya Shishkov 87d718aefc cosmetics: reindent after last commit 16 years ago
Kostya Shishkov aa5a99ae0c Add SHA-2 hashing 16 years ago
Alex Converse 6bb17c5155 Add iirfilter to the TESTPROGS variable (and target) 16 years ago
Lou Logan 64cd805071 Rename invalid option name "gop" to "g" in opt_target(), so that 16 years ago
Måns Rullgård b0f0c43051 Use CPPFLAGS when building tests 16 years ago
Måns Rullgård 88ec6ac9e4 configure: do not warn about mismatching altivec/cpu selection 16 years ago
Alex Converse a5762c9b59 When calculating AAC quantized band cost, don't leave garbage in the bit count 16 years ago
Alex Converse ca0f1e5092 IIR filter test program. 16 years ago
Diego Biurrun 359a9979ad cosmetics: Move some code blocks to reduce the number of #ifdefs. 16 years ago
Martin Storsjö 1eb0811e8d Update project URL for OpenCORE AMR. 16 years ago
Martin Storsjö 2b2c2a8179 Fix check_func_headers. The reference to the function under test was being 16 years ago
Måns Rullgård 973859f523 Disable gcc auto-vectorisation 16 years ago
Måns Rullgård 89e053f83d Require aligned memory for everything that needs it 16 years ago
Diego Biurrun bd20afc401 Skip the check for SSE aligned memory allocators when SSE is disabled. 16 years ago
Art Clarke ebb82604b0 Only free '*ic_ptr' when a caller has pre-allocated a context and passed it in 16 years ago
Frank Barchard 65b875d8fc print atom info during parsing, patch by Frank Barchard, fbarchard at google dot com 16 years ago
Måns Rullgård ad420e25e2 Use normal check_func test for math functions 16 years ago
Martin Storsjö 73c1326809 Use ff_neterrno instead of errno in tcp.c. 16 years ago
Janne Grunau d6a1611cc2 Set subtitle type in DVB subtitle decoder. 16 years ago
Martin Storsjö f4c1387249 Improve linker check for Winsock library name. 16 years ago
Diego Biurrun 1764e4bc5a Remove unnecessary rtsp.h #include. 16 years ago
Alex Converse 2876a9dbaf Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess. 16 years ago
Måns Rullgård 19b4c62883 Set default flag filters before compiler detection 16 years ago
Martin Storsjö b9349ff4ca Install the mingw import libraries, too. 16 years ago
Martin Storsjö 336cc1b0ee Enable creation of microsoft-style import libraries on arm. 16 years ago
İsmail Dönmez b504ce57ed Only #define lseek to _lseeki64 on MinGW, not MinGW CE. 16 years ago
David Conrad 3e962f315b Fix "warning: assignment discards qualifiers from pointer target type" 16 years ago
Art Clarke 870ee6f715 Fix memory leak in libtheora encoder 16 years ago
Måns Rullgård 38a9c529e2 Use add_*flags only after compiler-specific configuration 16 years ago
Måns Rullgård caf458dda4 Allow filtering of flags passed to compiler and assembler 16 years ago
Diego Biurrun 647c2356a6 Make (de)muxers for format variants select the main format (de)muxer. 16 years ago
Måns Rullgård d8059267bc Place flags for dependency generation in DEPFLAGS 16 years ago
Måns Rullgård ce40e3470c Set CPPFLAGS in config.mak using normal assignment 16 years ago
Måns Rullgård 8c6d2da5be Protect config.mak against multiple inclusion 16 years ago
Stefano Sabatini 04a803bef4 Append the user CPPFLAGS value to the CPPFLAGS used for compilation, 16 years ago
Måns Rullgård 0115927eae Use CFLAGS in default DEPEND_CMD 16 years ago
Måns Rullgård 9e7f32775c Use CFLAGS in check_cpp 16 years ago
Måns Rullgård 75bafbac7b Set as_default after compiler detection, allowing compiler-specific defaults 16 years ago
Måns Rullgård 2f2e6c7ce1 Pass ASFLAGS to assembler instead of CFLAGS 16 years ago
Måns Rullgård 7f32f40c89 Add flags from --extra-cflags after compiler detection 16 years ago
Måns Rullgård 997f3ba4ef Set CPU selection flags in $cpuflags, add to cflags outside case block 16 years ago
Måns Rullgård 7e6c86e65d Allow unusual ways of specifying compiler output file 16 years ago
Måns Rullgård 50567afa5a Use DEPCC to find dependencies, default to same as CC 16 years ago
Måns Rullgård 684b28e09c Use LD for linking, default to same as CC 16 years ago
Måns Rullgård 3198f6187a Set CFLAGS directly in config.mak instead of using OPTFLAGS 16 years ago
Måns Rullgård 467256f248 Add --sysroot flag to CPPFLAGS, not CFLAGS 16 years ago
Måns Rullgård 50a334e426 Separate C preprocessor flags into CPPFLAGS variable 16 years ago
Diego Biurrun 95a61cfc24 Make VAAPI/VDPAU variant of decoder foo depend on decoder foo. 16 years ago
Stefano Sabatini 68485d2728 Remove useless definition of struct AVCLASS. 16 years ago