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-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
2008-10-21configure: fix handling of option arguments containing = signMåns Rullgård
2008-10-19fix configure with libx264 disabledMåns Rullgård
2008-10-19Remove the ugly and unnecessary require_cpp_condition() function.Stefano Sabatini
2008-10-19Make more clear the error message for the libx264 version check.Stefano Sabatini
2008-10-19cosmetics: Save some backslashes.Diego Biurrun
2008-10-16Remove -fasm CFLAGS check, it is no longer needed.Diego Biurrun
2008-10-16Update DEPEND_CMD comment to better explain why we postprocess gcc output.Diego Biurrun
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-10-13Enable FAST_UNALIGNED on ARM variants that support itMåns Rullgård
2008-10-13Enable FAST_UNALIGNED on PPCMåns Rullgård
2008-10-13Revert "Replace sed trickery in the gcc dependency generation command"Måns Rullgård
2008-10-13configure: simplify PPC dcbzl checkMåns Rullgård
2008-10-12Don't include byteswap.h anymore.Carl Eugen Hoyos