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-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
2006-07-16Remove unused variable.Diego Biurrun
2006-07-16Cygwin shared libraries support, patch by Víctor Paesa wzrlpy at arsystel com.Víctor Paesa
2006-07-16Create infrastructure to install shared and static libs into different places.Diego Biurrun
2006-07-15Fix DESTDIR handling. DESTDIR got prepended twice for $(DESTDIR)$libdirDiego Biurrun
2006-07-15set defaults before showing helpMåns Rullgård
2006-07-14Properly handle vhook build flags for platforms that require special handling.Diego Biurrun
2006-07-1410l: the ${prefix} variable should not be expanded when setting path defaults.Diego Biurrun
2006-07-14Simplify the setting of some defaults.Diego Biurrun
2006-07-13Add/improve PPC64 support. On such machines, "uname -m" returns "ppc64,Guillaume Poirier
2006-07-12rename AMR config variables to CONFIG_AMR*Måns Rullgård
2006-07-12static libvorbis needs -loggMåns Rullgård
2006-07-12split compile and link in check_ldMåns Rullgård
2006-07-12CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun