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-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
2008-02-16do not run ldconfig after installing shared librariesMåns Rullgård
2008-02-13Include poll.h instead of sys/poll.hLuca Abeni
2008-02-12Do not use ranges with tr, the results are locale-dependent.Diego Biurrun
2008-02-04Warn if a comparison is always true or always false due to theMichael Niedermayer
2008-02-04Make string constants const. Why is this not default?Michael Niedermayer
2008-02-02Remove -Werror= CFLAGS that do not have the desired effect.Diego Biurrun
2008-02-01Mixing declarations and statements is an error, so is any constructMichael Niedermayer
2008-02-01Warn about casts which remove const.Michael Niedermayer
2008-01-29Pass argc and argv to the main function of the SDL tests.Diego Biurrun
2008-01-26Add -pthread to extralibs and not to ldflags so that the dependency getsDiego Biurrun
2008-01-26Add a --enable-nonfree command line parameter similar to --enable-gpl.Diego Biurrun
2008-01-26Do not group libamr_nb and libamr_wb together as libamr.Diego Biurrun
2008-01-18Add system-specific network link flags to inet_aton test. This should fixMichael Kostylev
2008-01-17Use check_lib2 instead of check_lib in SDL test. This is helpful inKO Myung-Hun
2008-01-16pentium4m is a valid CPU name, add it to the list.Igor Mozolevsky
2008-01-16Move "Creating config.mak and config.h..." message down to the point whereDiego Biurrun
2008-01-12refer users to ffmpeg-user list in case of errorsMåns Rullgård