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-01-07Don't prefix yasm with cross prefix.Michael Kostylev
2009-01-07alphabetical ordering cosmeticsDiego Biurrun
2009-01-06Export VDPAU support by installing vdpau.h.Carl Eugen Hoyos
2009-01-06Add -D__EXTENSIONS__ to CFLAGS on Solaris to make ip_mreq visible.Palle Lyckegaard
2009-01-05Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation
2009-01-05Fix small errors in configure --help's output.Carl Eugen Hoyos
2008-12-30Make shared/static full CONFIG optionsMåns Rullgård
2008-12-30configure: check for ARMv6T2 supportMåns Rullgård
2008-12-29configure: accept $TMP as location for temporary filesMåns Rullgård
2008-12-29configure: simplify TMPDIR settingMåns Rullgård
2008-12-27consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun
2008-12-22Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun
2008-12-17Check function prototype in check_asm function to avoid compiler warnings.Marc Mason
2008-12-17ARM: replace "armv4l" with "arm"Måns Rullgård
2008-12-16Add xvmc configure support.Diego Biurrun
2008-12-14Fix the use of Requires.private and Libs.private in generated .pc files.Reinhard Tartler
2008-12-13configure: fix $nmMåns Rullgård
2008-12-13Allow setting a different nm binary from the configure line.Reimar Döffinger
2008-12-13Make mips64 a separate arch with fast_64bit.Diego Biurrun
2008-12-13Add mips64 to the architecture list.Diego Biurrun
2008-12-13Add alternative names for sh4 and parisc architectures.Diego Biurrun
2008-12-13Remove OpenBSD SLIBNAME magic, it seems unnecessary and breaks compilation.Reimar Döffinger
2008-12-13Also include sys/types.h when testing for socklen_t, since unfortunatelyReimar Döffinger
2008-12-12configure: clean up .align detectionMåns Rullgård
2008-12-07mingw: update w32api to 3.13Ramiro Polla
2008-11-30configure: vertical alignment cosmetics.Ramiro Polla
2008-11-30configure: Use check_lib2 for bzlib.Ramiro Polla
2008-11-26Automatically check the dependencies for the AAN DCT tables.Diego Biurrun
2008-11-23configure: set TARGET_EXEC and TARGET_PATHMåns Rullgård
2008-11-23configure: set HOSTCC to native compilerMåns Rullgård
2008-11-23configure: simplify set_default functionMåns Rullgård
2008-11-18Add a Makefile variable for the old scaler that gets enabled when the newDiego Biurrun
2008-11-17Add missing options to the help output.Diego Biurrun
2008-11-17cosmetics: Move some options to more sensible places within the help output.Diego Biurrun
2008-11-17Move zlib/bzlib options to the external library section of the help output andDiego Biurrun
2008-11-17spelling and wording cosmetics for the help outputDiego Biurrun
2008-11-17Take build_suffix into account in pkg-config files.Charles Yates
2008-11-17Print just [no] or [yes] in the help output instead of [default=no/yes].Diego Biurrun
2008-11-16Make the library names for the require checks more explicit.Stefano Sabatini
2008-11-08Add checks on the _mingw.h and w32api.h versions.Stefano Sabatini
2008-11-01Enable CMOV usage on x86_64 arch. All x86_64 CPUs have it.Dominik Mierzejewski
2008-10-27svq3 decoder may need zlibBaptiste Coudurier
2008-10-25enable zlib and bzlib only when usefulAurelien Jacobs
2008-10-25Add CONFIG_GOLOMB and auto-select when neededMåns Rullgård
2008-10-25Auto-enable CONFIG_MDCT when neededMåns Rullgård
2008-10-25AC3 encoder doesn't need FFTMåns Rullgård
2008-10-25Move declaration of mlp decoder dependency on mlp parser to the MakefileDiego Biurrun
2008-10-25Build MMX/SSE FFT only if CONFIG_FFT is setMåns Rullgård
2008-10-25DCA decoder needs FFTMåns Rullgård
2008-10-25configure: add foo_suggest facilityMåns Rullgård