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
2008-03-17Fix previously broken x86_64 check, simplifying it in the process.Diego Biurrun
2008-03-17Fix previously broken xlc checks, simplifying them in the process.Diego Biurrun
2008-03-17Drop unnecessary subshell invocation from BEINCLUDES check.Diego Biurrun
2008-03-17Add -q to grep invocation where appropriate.Diego Biurrun
2008-03-16Escape \1 and \2 in sed expressions written to config.mak to avoid mangling.Diego Biurrun
2008-03-16Return of the living typo II: VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMDDiego Biurrun
2008-03-1610l: Fix stupid typo, VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD.Diego Biurrun
2008-03-15fix DEPEND_CMD for out of tree buildsMåns Rullgård
2008-03-15Properly check for AltiVec CFLAGS instead of guessing based on compiler vendor.Diego Biurrun
2008-03-15Only check for altivec.h when not using Apple gcc and not adding -faltivec toDiego Biurrun
2008-03-15cosmetics: Reformat Apple cc check.Diego Biurrun
2008-03-14new attempt at portable endian testMåns Rullgård
2008-03-14hopefully portable endian testMåns Rullgård
2008-03-13Move dependency generation commands into configure.Diego Biurrun
2008-03-13Fix configure to properly build without PIC by default on DarwinAlexander Strange
2008-03-12Use proper library versions instead of SPPVERSION in Darwin SHFLAGS.Diego Biurrun
2008-03-11Clarify comment.Diego Biurrun
2008-03-10Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun
2008-03-09VFW capture supportRamiro Polla
2008-03-08Rename pp variable to postproc for consistency.Diego Biurrun
2008-03-08check for x86 bswap instructionMåns Rullgård
2008-03-07simplify library version handlingMåns Rullgård
2008-03-05simplify processing of some --disable-* optionsMåns Rullgård
2008-03-05remove some unneeded artificial dependencies from configureAurelien Jacobs
2008-03-04Fix endian test with grep not handling non-text filesMåns Rullgård
2008-03-04remove unnecessary backslashesMåns Rullgård
2008-03-03Fix libavfilter compilation and make it more in lineVitor Sessak
2008-03-03Force DOS users to enable memalign hack when needed,Ramiro Polla
2008-03-03Support setting the debuglevel (-g level) with --enable-debug=#Benjamin Larsson
2008-03-02Use "disable" helper functionRamiro Polla
2008-03-01Do not add deprecated -no-cpp-precomp to CFLAGS on Darwin.İsmail Dönmez
2008-02-28Add empty line in output to increase readability.Diego Biurrun
2008-02-28check for inline asm supportMåns Rullgård
2008-02-28fix version in libavfilter.pcMåns Rullgård
2008-02-27fix versions in .pc filesMåns Rullgård
2008-02-27fix libavfilter version extractionMåns Rullgård
2008-02-27Make gcc ignore the distinction between +0.0 and -0.0, this allows it toMichael Niedermayer
2008-02-27print enabled things in columnsMåns Rullgård
2008-02-2710l, alphabetic orderingVitor Sessak
2008-02-27Build system changes for libavfilter addition. Add --enable-avfilter configur...Vitor Sessak
2008-02-27simplify version number extractionMåns Rullgård
2008-02-26less preprocessor magic in version number macrosMåns Rullgård
2008-02-2625% faster floating point AAN IDCT.Michael Niedermayer
2008-02-26Disable vhook on Interix, patch by Pete Ross, pross xvid org.Peter Ross
2008-02-25Install headers in $prefix/include/$libnameMåns Rullgård
2008-02-22Add -lm to x264 check, it is needed on most systems.Diego Biurrun
2008-02-20Clean up lib* version definitionsMåns Rullgård
2008-02-17prettify lib* version number extractionMåns Rullgård
2008-02-17prettify encoder/decoder/muxer/... list extractionMåns Rullgård
2008-02-16The Blackfin toolchains will automatically select FDPIC according to theMike Frysinger