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-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
2008-10-25configure: add enable_weak and disable_weakMåns Rullgård
2008-10-25configure: allow recursive foo_select optionsMåns Rullgård
2008-10-25Auto-enable CONFIG_FFT for codecs that need itMåns Rullgård
2008-10-25configure: cosmeticsMåns Rullgård
2008-10-25configure: add foo_select facilityMåns Rullgård
2008-10-25configure: fix disabled_any to return false for empty listMåns Rullgård
2008-10-24Speex decoding via libspeexDavid Conrad
2008-10-22cosmetics: Leave out quotes from libdirac pkg-config call for consistency.Diego Biurrun
2008-10-21ARM: allow --cpu=armvN in configureMåns Rullgård
2008-10-21Allow target name on every line in dependency postprocessingMåns Rullgård
2008-10-21Do not add $cross_prefix to compiler name given with --cc optionMåns Rullgård