20224 Commits (1764e4bc5a0c88ab9040b47a2d67a6f15501f21f)
 

Author SHA1 Message Date
Diego Biurrun 1764e4bc5a Remove unnecessary rtsp.h #include. 15 years ago
Alex Converse 2876a9dbaf Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess. 15 years ago
Måns Rullgård 19b4c62883 Set default flag filters before compiler detection 15 years ago
Martin Storsjö b9349ff4ca Install the mingw import libraries, too. 15 years ago
Martin Storsjö 336cc1b0ee Enable creation of microsoft-style import libraries on arm. 15 years ago
İsmail Dönmez b504ce57ed Only #define lseek to _lseeki64 on MinGW, not MinGW CE. 15 years ago
David Conrad 3e962f315b Fix "warning: assignment discards qualifiers from pointer target type" 15 years ago
Art Clarke 870ee6f715 Fix memory leak in libtheora encoder 15 years ago
Måns Rullgård 38a9c529e2 Use add_*flags only after compiler-specific configuration 15 years ago
Måns Rullgård caf458dda4 Allow filtering of flags passed to compiler and assembler 15 years ago
Diego Biurrun 647c2356a6 Make (de)muxers for format variants select the main format (de)muxer. 15 years ago
Måns Rullgård d8059267bc Place flags for dependency generation in DEPFLAGS 15 years ago
Måns Rullgård ce40e3470c Set CPPFLAGS in config.mak using normal assignment 15 years ago
Måns Rullgård 8c6d2da5be Protect config.mak against multiple inclusion 15 years ago
Stefano Sabatini 04a803bef4 Append the user CPPFLAGS value to the CPPFLAGS used for compilation, 15 years ago
Måns Rullgård 0115927eae Use CFLAGS in default DEPEND_CMD 15 years ago
Måns Rullgård 9e7f32775c Use CFLAGS in check_cpp 15 years ago
Måns Rullgård 75bafbac7b Set as_default after compiler detection, allowing compiler-specific defaults 15 years ago
Måns Rullgård 2f2e6c7ce1 Pass ASFLAGS to assembler instead of CFLAGS 15 years ago
Måns Rullgård 7f32f40c89 Add flags from --extra-cflags after compiler detection 15 years ago
Måns Rullgård 997f3ba4ef Set CPU selection flags in $cpuflags, add to cflags outside case block 15 years ago
Måns Rullgård 7e6c86e65d Allow unusual ways of specifying compiler output file 15 years ago
Måns Rullgård 50567afa5a Use DEPCC to find dependencies, default to same as CC 15 years ago
Måns Rullgård 684b28e09c Use LD for linking, default to same as CC 15 years ago
Måns Rullgård 3198f6187a Set CFLAGS directly in config.mak instead of using OPTFLAGS 15 years ago
Måns Rullgård 467256f248 Add --sysroot flag to CPPFLAGS, not CFLAGS 15 years ago
Måns Rullgård 50a334e426 Separate C preprocessor flags into CPPFLAGS variable 15 years ago
Diego Biurrun 95a61cfc24 Make VAAPI/VDPAU variant of decoder foo depend on decoder foo. 15 years ago
Stefano Sabatini 68485d2728 Remove useless definition of struct AVCLASS. 15 years ago
Måns Rullgård fed5d54b56 configure: allow bulk-disabled things to be re-enabled by dependents 15 years ago
Alex Converse 36f517736f Cosmetics: reindent after last commit 15 years ago
Alex Converse 6308765cb5 Ignore subsequent channel configurations after the first in an AAC file. The 15 years ago
Alex Converse c8ec2f1cb8 Mark iir filter init and free functions av_cold. 15 years ago
Alex Converse 47f49f98ca Fix "iirfilter.c:55: warning: unused variable ‘size’" 15 years ago
Alex Converse e187d87d7d Eliminate use of complex.h from iirfilter.c 15 years ago
Alex Converse 291fd18a6e Add a log2 replacement for systems that haven't quite caught up with the C99 15 years ago
Kostya Shishkov 451ae25724 Prepare SHA code to handle SHA-2 as well. For now rename files and functions 15 years ago
Ramiro Polla 71ecc16b09 cygwin documentation: diffutils is part of the Utils packages. 15 years ago
Alex Converse 6892931b0b Add myself as AAC encoder maintainer 15 years ago
Alex Converse 988c170547 Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems. 15 years ago
Måns Rullgård 181b336304 Fix declarations of complex numbers 15 years ago
Kostya Shishkov 0d73abb86a Rename function to sha1_transform so it won't be confused with SHA-2 transform 15 years ago
Kostya Shishkov 2c6361e009 Use pointer to hash transform function to make adding SHA-2 support easier. 15 years ago
Kostya Shishkov 3a7c65077d cosmetics: vertical align AVSHA1 members 15 years ago
Kostya Shishkov 01cc628845 Extend AVSHA1 so it can be used in future SHA-2 code as well 15 years ago
Kostya Shishkov 4364fc9a0d Document SHA-1 functions and structures 15 years ago
Ramiro Polla 71ed6c8f06 Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer 15 years ago
Ramiro Polla 16c2e21488 Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to 15 years ago
Ramiro Polla 4b2be143cd Do not throw compiler error if asm code needs alignment, but we do not know 15 years ago
Alex Converse f11bfe3065 Reindent after last commit 15 years ago