]> git.sesse.net Git - ffmpeg/history - configure
Improve swscale-example to test conversions between all the possible
[ffmpeg] / configure
2006-09-16 Diego BiurrunChange VHOOKSHFLAGS (which defaults to SHFLAGS) from...
2006-09-13 Víctor PaesaFix vhook build on Cygwin, shared builds only.
2006-09-13 Siarhei SiamashkaProper armv5te instructions support detection.
2006-08-31 Diego BiurrunRemove superfluous variable setting, the script will...
2006-08-31 Ramiro PollaThe fail test needs to be outside of the GPL test,...
2006-08-30 Diego BiurrunWork around Solaris tr not understanding "tr a-z A...
2006-08-30 Michael Niedermayerprint warnings if
2006-08-29 Steve L'HommeAVISynth support, patch by Steve Lhomme % slhomme A...
2006-08-25 Ramiro PollaThe FFLDFLAGS for MinGW are only meant for the shared...
2006-08-24 Nigel PearsonUse add_cflags/add_ldflags/add_extralibs instead of...
2006-08-23 Michael BenjaminBlackfin processor support
2006-08-21 Reimar Döffingercc -> $cc typo fix, caused amd64 to be misdetected...
2006-08-17 Luca Barbatoadd --disable-ipv6 option to configure
2006-08-17 Diego BiurrunMake vhook CFLAGS handling less confusing.
2006-08-16 Dennis MelentyevFreeBSD malloc aligns on 16 byte boundaries, so no...
2006-08-16 John DalglieshIt's not possible to portably echo a backslash, use...
2006-08-15 Diego BiurrunSimplify expression by using single quotes and avoiding...
2006-08-15 Diego BiurrunMac OS X requires running ranlib on static libraries...
2006-08-12 John DalglieshSupport for MacIntel, last part: balign directives
2006-08-08 Luca AbeniEnable swscale usage in ffmpeg
2006-08-04 Diego BiurrunShared libraries should go in $PREFIX on MinGW.
2006-08-03 Diego BiurrunShared libraries now go in $(shlibdir), not $(libdir).
2006-08-03 Måns Rullgårddetect more broken shells
2006-08-03 Måns Rullgårdsimplify command logging
2006-08-03 Diego BiurrunDon't hardcode .dll in the MinGW section, use $SLIBSUF...
2006-08-03 Diego BiurrunMove MinGW special casing for shared lib creation to...
2006-08-01 Måns Rullgårdchecking compiler output was a bad idea, revert to...
2006-07-31 Måns Rullgårdremove libtheora wrapper
2006-07-31 Måns Rullgårdignore explicit #warnings in compiler tests
2006-07-31 Måns Rullgårdcan't trust the compiler exit status, check for message...
2006-07-29 Diego BiurrunSet custom SLIBNAME_WITH_MAJOR and SLIBNAME_WITH_VERSIO...
2006-07-28 Diego BiurrunRemove redundant TARGET_OS setting.
2006-07-27 Graham BookerDo not add -fomit-frame-pointer to CFLAGS when optimiza...
2006-07-26 Diego BiurrunFix prefix vs PREFIX handling in pkgconfig files.
2006-07-24 Diego Biurrun10l: wrong quoting
2006-07-24 Diego BiurrunRemove unnecessary darwin variable.
2006-07-24 Diego BiurrunSkip the MMX/SSE and memalign() check when running...
2006-07-24 Diego BiurrunFix --extra-ldflags when cross-compiling for MinGW.
2006-07-24 Diego BiurrunRename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen...
2006-07-22 Michael Niedermayerdisable libtheora, this change leaves all the libtheora...
2006-07-15 Diego BiurrunRemove unused variable.
2006-07-15 Víctor PaesaCygwin shared libraries support, patch by Víctor Paesa...
2006-07-15 Diego BiurrunCreate infrastructure to install shared and static...
2006-07-15 Diego BiurrunFix DESTDIR handling. DESTDIR got prepended twice...
2006-07-15 Måns Rullgårdset defaults before showing help
2006-07-14 Diego BiurrunProperly handle vhook build flags for platforms that...
2006-07-14 Diego Biurrun10l: the ${prefix} variable should not be expanded...
2006-07-13 Diego BiurrunSimplify the setting of some defaults.
2006-07-13 Guillaume PoirierAdd/improve PPC64 support. On such machines, "uname...
2006-07-12 Måns Rullgårdrename AMR config variables to CONFIG_AMR*
2006-07-12 Måns Rullgårdstatic libvorbis needs -logg
2006-07-12 Måns Rullgårdsplit compile and link in check_ld
2006-07-11 Diego BiurrunCONFIG_WIN32 implies MinGW and Cygwin and possibly...
2006-07-11 Måns Rullgårdsimplify list processing
2006-07-11 Måns Rullgårdtidy up option parsing
2006-07-11 Måns Rullgårdanother round of cola, please
2006-07-11 Måns Rullgårdlog stderr of test programs in check_exec()
2006-07-11 Måns Rullgårdfind all codecs, even the ones with numbers
2006-07-11 Måns Rullgård10l to Diego for disabling all codecs
2006-07-11 Diego BiurrunSplit CODEC_LIST into ENCODER_LIST AND DECODER_LIST.
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-10 Diego BiurrunNot every 64 bit SPARC is an UltraSPARC so optimize...
2006-07-10 Diego Biurrun100l: Add missing quotes to FFLDFLAGS in the MinGW...
2006-07-10 Diego BiurrunMinGW should set FFLDFLAGS and not LDFLAGS so that...
2006-07-10 Diego BiurrunMove MinGW section before the combination of FFLDFLAGS...
2006-07-10 Diego BiurrunMove gprof compiler flag handling to configure.
2006-07-10 Diego BiurrunMove MinGW LDFLAGS setting to configure.
2006-07-10 Diego BiurrunMove UltraSparc CFLAG addition to configure.
2006-07-09 Måns Rullgård--enable/disable parsers. Warning: some combinations...
2006-07-09 Måns Rullgård10l: make disabling all pcm/adpcm codecs work
2006-07-08 Måns Rullgårdenable/disable pcm and adpcm codecs
2006-07-08 Michael Niedermayerset CONFIG_SMALL if user wants small ffmpeg
2006-07-05 Måns Rullgårdset CONFIG_ENCODERS/CONFIG_DECODERS only if any encoder...
2006-07-05 Ville SkyttäRemove obsolete and non-functional support for external...
2006-07-04 Måns Rullgårdset flags needed for shared libs on solaris
2006-07-04 Måns RullgårdTry to find a better shell if the one configure was...
2006-07-04 Måns Rullgårdsolaris sh doesn't allow functions and variables with...
2006-06-29 Måns Rullgårdcompiler sanity check
2006-06-29 Måns Rullgårdadd --cross-compile option to assume cross-compilation...
2006-06-29 Måns Rullgårdsend output of exec checks to log file
2006-06-29 Måns Rullgårddetect availability of -rdynamic and -export-dynamic
2006-06-29 Diego Biurrun'uname -m' returns IP<number> for MIPS CPUs on IRIX.
2006-06-27 Ramiro PollaInstall into $PROGRAMFILES instead of a hardcoded path...
2006-06-24 Måns Rullgård-logg needs to be after -lvorbis
2006-06-24 Måns Rullgårdfix a silly typo (1l to myself)
2006-06-22 Måns Rullgårdenable logging in configure by default, and print some...
2006-06-21 Måns Rullgårdallow recent libfaad versions with new function names
2006-06-20 Diego BiurrunRemove unused VERSION definition from config.mak.
2006-06-17 Måns Rullgårdlibfaac uses pascal calling convention on win32 so...
2006-06-17 Måns Rullgårdimproved logging tests
2006-06-16 Måns Rullgårdtest availability of various compiler flags, and verify...
2006-06-14 Måns Rullgårdcheck for SDL_VideoInfo.current_[wh] availability in...
2006-06-10 Måns Rullgård10l to myself for being overzealous with $cross_prefix
2006-06-10 Diego BiurrunAdd support for GNU/kFreeBSD systems.
2006-06-09 Måns Rullgårddon't use xlib in ffplay, and bump required sdl version
2006-06-01 Måns Rullgårdindentation
2006-06-01 Måns Rullgårdapply $cross_prefix before $cc is used
2006-06-01 Diego Biurrunlibavcodec/libpostproc ---> libpostproc
2006-06-01 Måns Rullgårdmajor cleanup of compiler/library tests
2006-05-30 Måns Rullgårdmake configure --whatever --help work as expected
next