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-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
2006-08-16Simplify expression by using single quotes and avoiding backslashes.Diego Biurrun
2006-08-15Mac OS X requires running ranlib on static libraries after installation.Diego Biurrun
2006-08-12Support for MacIntel, last part: balign directivesJohn Dalgliesh
2006-08-08Enable swscale usage in ffmpegLuca Abeni
2006-08-04Shared libraries should go in $PREFIX on MinGW.Diego Biurrun
2006-08-04Shared libraries now go in $(shlibdir), not $(libdir).Diego Biurrun
2006-08-04detect more broken shellsMåns Rullgård
2006-08-04simplify command loggingMåns Rullgård
2006-08-03Don't hardcode .dll in the MinGW section, use $SLIBSUF instead.Diego Biurrun
2006-08-03Move MinGW special casing for shared lib creation to configure.Diego Biurrun
2006-08-01checking compiler output was a bad idea, revert to checking exit statusMåns Rullgård
2006-08-01remove libtheora wrapperMåns Rullgård
2006-07-31ignore explicit #warnings in compiler testsMåns Rullgård
2006-07-31can't trust the compiler exit status, check for messages insteadMåns Rullgård
2006-07-30Set custom SLIBNAME_WITH_MAJOR and SLIBNAME_WITH_VERSION for MinGW.Diego Biurrun
2006-07-28Remove redundant TARGET_OS setting.Diego Biurrun
2006-07-28Do not add -fomit-frame-pointer to CFLAGS when optimizations are disabled.Graham Booker
2006-07-26Fix prefix vs PREFIX handling in pkgconfig files.Diego Biurrun
2006-07-2410l: wrong quotingDiego Biurrun
2006-07-24Remove unnecessary darwin variable.Diego Biurrun
2006-07-24Skip the MMX/SSE and memalign() check when running on OS X/Darwin, *allocDiego Biurrun
2006-07-24Fix --extra-ldflags when cross-compiling for MinGW.Diego Biurrun
2006-07-24Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion.Diego Biurrun
2006-07-22disable libtheora, this change leaves all the libtheora related code in svn f...Michael Niedermayer