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
2006-11-12#define ENABLE_*_CODEC etc as 0 or 1 in config.hMåns Rullgård
2006-11-12Add libnut support until ffmpeg gets an independant and complete de/muxer for...Oded Shimon
2006-11-10disable -Winline spam, --enable-extra-warnings to enableMåns Rullgård
2006-11-09check for byteswap.hMåns Rullgård
2006-11-09rename CONFIG_SDL -> HAVE_SDLMåns Rullgård
2006-11-09rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOKMåns Rullgård
2006-11-08allow spaces in source and build directory namesMåns Rullgård
2006-11-04Properly quote paths on grep invocations for codec lists.Steve L'Homme
2006-11-02Add option to disable ffmpeg build.Diego Biurrun
2006-11-02Detect some more ARM CPU types.Diego Biurrun
2006-11-02Accept multiple --extra-ldflags and --extra-libs options.Diego Biurrun
2006-11-01typoDiego Biurrun
2006-11-01Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun
2006-10-31Make sure --as-needed and the other flags got checked as the last thing, work...Luca Barbato
2006-10-29Many systems have TEMPDIR mounted noexec, warn about this.Diego Biurrun
2006-10-25libdts and lame sometimes need -lmMåns Rullgård
2006-10-22use --as-needed just on linux, since *bsd way is broken... (patch from Diego ...Luca Barbato
2006-10-20Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier
2006-10-20fix harmless typo / consistency fixGuillaume Poirier
2006-10-20Add x86 conditionnal mov (CMOV) "detection" (based on the cpu passed by --cpu...Guillaume Poirier
2006-10-1910l: Revert bogus use of GCC's -march=xx:Guillaume Poirier
2006-10-18rename --tune to --cpu and make --cpu pass the apropriate -march=xx option to...Guillaume Poirier
2006-10-17rename --cpu (and related variables) to --arch as this option alwaysGuillaume Poirier
2006-10-15Consistently use $(BUILD_ROOT).Diego Biurrun
2006-10-13Remove intrinsics checks, they are no longer used.Diego Biurrun
2006-10-10Add pentium-m to the list of tuning targetsGuillaume Poirier
2006-10-09removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato
2006-10-09always add -fomit-frame-pointer if optimizations are enabledMichael Niedermayer
2006-10-07fix the dcbz check and move it in configureLuca Barbato
2006-10-03fix blackfin support, thaks to vapier for pointing outLuca Barbato
2006-09-30f*cking windows confuses itself by adding .exe to filenamesMåns Rullgård
2006-09-28make sure we can create and execute files in $TMPDIRMåns Rullgård
2006-09-28put ARM feature tests next to other CPU testsMåns Rullgård
2006-09-28try to stop people blindly using --cross-compileMåns Rullgård
2006-09-17Change VHOOKSHFLAGS (which defaults to SHFLAGS) from a shell to a MakefileDiego Biurrun
2006-09-14Fix vhook build on Cygwin, shared builds only.Víctor Paesa
2006-09-14Proper armv5te instructions support detection.Siarhei Siamashka
2006-08-31Remove superfluous variable setting, the script will exit anyway.Diego Biurrun
2006-08-31The fail test needs to be outside of the GPL test, it's referenced elsewhere.Ramiro Polla
2006-08-31Work around Solaris tr not understanding "tr a-z A-Z" as it should.Diego Biurrun
2006-08-31print warnings ifMichael Niedermayer
2006-08-29AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com %Steve L'Homme
2006-08-25The FFLDFLAGS for MinGW are only meant for the shared libraries and notRamiro Polla
2006-08-24Use add_cflags/add_ldflags/add_extralibs instead of manually manipulatingNigel Pearson
2006-08-24Blackfin processor supportMichael Benjamin
2006-08-21cc -> $cc typo fix, caused amd64 to be misdetected as x86 when cc not availableReimar Döffinger
2006-08-17add --disable-ipv6 option to configureLuca Barbato
2006-08-17Make vhook CFLAGS handling less confusing.Diego Biurrun
2006-08-16FreeBSD malloc aligns on 16 byte boundaries, so no need to use memalignhack.Dennis Melentyev
2006-08-16It's not possible to portably echo a backslash, use printf instead.John Dalgliesh