Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-23Move output redirection of deps generation from make rule to DEPEND_CMDMåns Rullgård
2009-07-23Make Theora decoder depend on the VP3 decoder.Diego Biurrun
2009-07-23configure: group tests for compiler characteristics togetherMåns Rullgård
2009-07-23configure: set -mdynamic-no-pic flag in main darwin sectionMåns Rullgård
2009-07-23configure: remove special flags for XLC on DarwinMåns Rullgård
2009-07-23configure: remove some darwin-related cruftMåns Rullgård
2009-07-22configure: group all cpu-specific tests togetherMåns Rullgård
2009-07-21Make E-AC-3 decoder depend on the AC-3 decoder.Diego Biurrun
2009-07-21ARM: check for VFP register argumentsMåns Rullgård
2009-07-20configure: make --extra-cflags cumulative againMåns Rullgård
2009-07-20Make VP6A/VP6F decoders depend on the VP6 decoder.Diego Biurrun
2009-07-19Make WMV3 decoders depend on their VC-1 counterparts.Diego Biurrun
2009-07-19Support building with TI TMS470 compilerMåns Rullgård
2009-07-19If any input/output devices are enabled then indevs/outdevs shouldDiego Biurrun
2009-07-18Replace two occurrences of 'vfwcap_demuxer' with 'vfwcap_indev', IStefano Sabatini
2009-07-18Allow enabling alsa and jack devices.Carl Eugen Hoyos
2009-07-17configure: improve detection of out-of-tree buildsMåns Rullgård
2009-07-17configure: remove some useless commentsMåns Rullgård
2009-07-17Check for __attribute__((packed)) supportMåns Rullgård
2009-07-17configure: handle --cpu before running compilerMåns Rullgård
2009-07-17configure: simplify --cpu handling slightlyMåns Rullgård
2009-07-17configure: do not warn about mismatching altivec/cpu selectionMåns Rullgård
2009-07-16Fix check_func_headers. The reference to the function under test was beingMartin Storsjö
2009-07-15Disable gcc auto-vectorisationMåns Rullgård
2009-07-15Require aligned memory for everything that needs itMåns Rullgård
2009-07-15Skip the check for SSE aligned memory allocators when SSE is disabled.Diego Biurrun
2009-07-15Use normal check_func test for math functionsMåns Rullgård
2009-07-14Improve linker check for Winsock library name.Martin Storsjö
2009-07-14Set default flag filters before compiler detectionMåns Rullgård
2009-07-14Install the mingw import libraries, too.Martin Storsjö
2009-07-13Enable creation of microsoft-style import libraries on arm.Martin Storsjö
2009-07-13Use add_*flags only after compiler-specific configurationMåns Rullgård
2009-07-13Allow filtering of flags passed to compiler and assemblerMåns Rullgård
2009-07-13Make (de)muxers for format variants select the main format (de)muxer.Diego Biurrun
2009-07-13Place flags for dependency generation in DEPFLAGSMåns Rullgård
2009-07-13Set CPPFLAGS in config.mak using normal assignmentMåns Rullgård
2009-07-13Protect config.mak against multiple inclusionMåns Rullgård
2009-07-12Use CFLAGS in default DEPEND_CMDMåns Rullgård
2009-07-12Use CFLAGS in check_cppMåns Rullgård
2009-07-12Set as_default after compiler detection, allowing compiler-specific defaultsMåns Rullgård
2009-07-12Pass ASFLAGS to assembler instead of CFLAGSMåns Rullgård
2009-07-12Add flags from --extra-cflags after compiler detectionMåns Rullgård
2009-07-12Set CPU selection flags in $cpuflags, add to cflags outside case blockMåns Rullgård
2009-07-12Allow unusual ways of specifying compiler output fileMåns Rullgård
2009-07-12Use DEPCC to find dependencies, default to same as CCMåns Rullgård
2009-07-12Use LD for linking, default to same as CCMåns Rullgård
2009-07-12Set CFLAGS directly in config.mak instead of using OPTFLAGSMåns Rullgård
2009-07-12Add --sysroot flag to CPPFLAGS, not CFLAGSMåns Rullgård
2009-07-12Separate C preprocessor flags into CPPFLAGS variableMåns Rullgård
2009-07-12Make VAAPI/VDPAU variant of decoder foo depend on decoder foo.Diego Biurrun