summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* cosmetics: Move some code blocks to reduce the number of #ifdefs.Diego Biurrun2009-07-16
* Update project URL for OpenCORE AMR.Martin Storsjö2009-07-16
* Fix check_func_headers. The reference to the function under test was beingMartin Storsjö2009-07-16
* Disable gcc auto-vectorisationMåns Rullgård2009-07-15
* Require aligned memory for everything that needs itMåns Rullgård2009-07-15
* Skip the check for SSE aligned memory allocators when SSE is disabled.Diego Biurrun2009-07-15
* Only free '*ic_ptr' when a caller has pre-allocated a context and passed it inArt Clarke2009-07-15
* print atom info during parsing, patch by Frank Barchard, fbarchard at google ...Frank Barchard2009-07-15
* Use normal check_func test for math functionsMåns Rullgård2009-07-15
* Use ff_neterrno instead of errno in tcp.c.Martin Storsjö2009-07-15
* Set subtitle type in DVB subtitle decoder.Janne Grunau2009-07-14
* Improve linker check for Winsock library name.Martin Storsjö2009-07-14
* Remove unnecessary rtsp.h #include.Diego Biurrun2009-07-14
* Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess.Alex Converse2009-07-14
* Set default flag filters before compiler detectionMåns Rullgård2009-07-13
* Install the mingw import libraries, too.Martin Storsjö2009-07-13
* Enable creation of microsoft-style import libraries on arm.Martin Storsjö2009-07-13
* Only #define lseek to _lseeki64 on MinGW, not MinGW CE.İsmail Dönmez2009-07-13
* Fix "warning: assignment discards qualifiers from pointer target type"David Conrad2009-07-13
* Fix memory leak in libtheora encoderArt Clarke2009-07-13
* Use add_*flags only after compiler-specific configurationMåns Rullgård2009-07-12
* Allow filtering of flags passed to compiler and assemblerMåns Rullgård2009-07-12
* Make (de)muxers for format variants select the main format (de)muxer.Diego Biurrun2009-07-12
* Place flags for dependency generation in DEPFLAGSMåns Rullgård2009-07-12
* Set CPPFLAGS in config.mak using normal assignmentMåns Rullgård2009-07-12
* Protect config.mak against multiple inclusionMåns Rullgård2009-07-12
* Append the user CPPFLAGS value to the CPPFLAGS used for compilation,Stefano Sabatini2009-07-12
* Use CFLAGS in default DEPEND_CMDMåns Rullgård2009-07-12
* Use CFLAGS in check_cppMåns Rullgård2009-07-12
* Set as_default after compiler detection, allowing compiler-specific defaultsMåns Rullgård2009-07-12
* Pass ASFLAGS to assembler instead of CFLAGSMåns Rullgård2009-07-12
* Add flags from --extra-cflags after compiler detectionMåns Rullgård2009-07-12
* Set CPU selection flags in $cpuflags, add to cflags outside case blockMåns Rullgård2009-07-12
* Allow unusual ways of specifying compiler output fileMåns Rullgård2009-07-12
* Use DEPCC to find dependencies, default to same as CCMåns Rullgård2009-07-12
* Use LD for linking, default to same as CCMåns Rullgård2009-07-12
* Set CFLAGS directly in config.mak instead of using OPTFLAGSMåns Rullgård2009-07-12
* Add --sysroot flag to CPPFLAGS, not CFLAGSMåns Rullgård2009-07-12
* Separate C preprocessor flags into CPPFLAGS variableMåns Rullgård2009-07-12
* Make VAAPI/VDPAU variant of decoder foo depend on decoder foo.Diego Biurrun2009-07-12
* Remove useless definition of struct AVCLASS.Stefano Sabatini2009-07-12
* configure: allow bulk-disabled things to be re-enabled by dependentsMåns Rullgård2009-07-12
* Cosmetics: reindent after last commitAlex Converse2009-07-10
* Ignore subsequent channel configurations after the first in an AAC file. TheAlex Converse2009-07-10
* Mark iir filter init and free functions av_cold.Alex Converse2009-07-10
* Fix "iirfilter.c:55: warning: unused variable ‘size’"Alex Converse2009-07-10
* Eliminate use of complex.h from iirfilter.cAlex Converse2009-07-10
* Add a log2 replacement for systems that haven't quite caught up with the C99Alex Converse2009-07-10
* Prepare SHA code to handle SHA-2 as well. For now rename files and functionsKostya Shishkov2009-07-10
* cygwin documentation: diffutils is part of the Utils packages.Ramiro Polla2009-07-10