]> git.sesse.net Git - ffmpeg/history - configure
better warning
[ffmpeg] / configure
2006-12-05 Ramiro PollaRemove MinGW install path special-casing.
2006-12-04 Diego BiurrunDon't hardcode the shlibdir on Cygwin, it's supposed...
2006-11-28 Aurelien Jacobscleanup the #ifdef mess in encoder/decoder/parser regis...
2006-11-27 Aurelien Jacobscleanup the #ifdef mess in muxer/demuxer registration
2006-11-20 Diego BiurrunNuke config.log support.
2006-11-18 Måns Rullgårdimproved pthreads test
2006-11-16 Måns RullgårdTUNECPU is never used
2006-11-16 Måns Rullgårdsimplify [TARGET_]ARCH_* setting
2006-11-16 Måns Rullgårdadd copyright notices for myself and Diego
2006-11-15 Måns Rullgårdset CONFIG_OS2 using new method
2006-11-15 Måns Rullgårdgcc always #defines __MINGW32__ on mingw targets
2006-11-15 Diego BiurrunMove BeOS extralibs handling into configure.
2006-11-15 Måns Rullgårdset status variables automatically in check_header...
2006-11-14 Måns Rullgårdrename HAVE_DLFCN to HAVE_DLFCN_H
2006-11-14 Måns Rullgårdimprove broken shell detection, and give a better error...
2006-11-14 Måns Rullgårdremove workaround for missing inttypes.h
2006-11-14 Diego BiurrunMove AMR support instructions into the documentation.
2006-11-14 Oded Shimonupdate to libnut API, rename nut.h->libnut.h
2006-11-14 Måns Rullgårdclean up inttypes.h and int_fastxx_t types detection
2006-11-14 Måns Rullgårdcheck for inet_aton in configure
2006-11-14 Måns Rullgårdmove some CFLAGS settings away from config.* writing...
2006-11-14 Måns Rullgårdrevert bad checkin
2006-11-14 Måns Rullgårdmove some CFLAGS settings away from config.* writing...
2006-11-14 Måns Rullgårdmove comment where it makes sense
2006-11-14 Måns Rullgårdsimplify
2006-11-14 Måns Rullgårdmove makefile linking after config.* creation
2006-11-14 Måns Rullgårdbeautify
2006-11-14 Måns Rullgårdclean up setting of HAVE_*THREADS
2006-11-14 Måns Rullgårdmove AMR notices next to other messages
2006-11-14 Diego BiurrunRemove some unused variables.
2006-11-14 Måns Rullgårdbreak CONFIG_LIST and HAVE_LIST onto multiple lines
2006-11-14 Måns Rullgårdfix HAVE_LRINTF setting
2006-11-14 Måns Rullgårdrename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use commo...
2006-11-14 Måns Rullgårdfactorize config.h/config.mak writing
2006-11-14 Måns Rullgårdrename shell variables v4l[2] to video4linux[2]
2006-11-13 Måns Rullgårdrename shell variable _altivec_h to altivec_h
2006-11-13 Måns Rullgårdrename shell variable sunmlib to mlib for consistency...
2006-11-13 Måns Rullgårdrename shell variable _memalign to memalign
2006-11-13 Måns Rullgårdrename shell variable _malloc_h to malloc_h
2006-11-13 Måns Rullgårdrename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to...
2006-11-13 Måns Rullgårdremove unused option --disable-simple_idct
2006-11-13 Måns Rullgårdrename shell variable vorbis to libvorbis
2006-11-13 Måns Rullgårdrename shell variable netserver to beos_netserver for...
2006-11-13 Måns Rullgårdrename CONFIG_AC3 to CONFIG_A52
2006-11-13 Måns Rullgårdremove filter_out() function, it's unused and not POSIX...
2006-11-13 j@v2v.ccsupport for libswscale.pc without --enable-swscaler
2006-11-12 Måns Rullgård#define ENABLE_*_CODEC etc as 0 or 1 in config.h
2006-11-12 Oded ShimonAdd libnut support until ffmpeg gets an independant...
2006-11-09 Måns Rullgårddisable -Winline spam, --enable-extra-warnings to enable
2006-11-09 Måns Rullgårdcheck for byteswap.h
2006-11-08 Måns Rullgårdrename CONFIG_SDL -> HAVE_SDL
2006-11-08 Måns Rullgårdrename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOK
2006-11-08 Måns Rullgårdallow spaces in source and build directory names
2006-11-04 Steve L'HommeProperly quote paths on grep invocations for codec...
2006-11-02 Diego BiurrunAdd option to disable ffmpeg build.
2006-11-02 Diego BiurrunDetect some more ARM CPU types.
2006-11-02 Diego BiurrunAccept multiple --extra-ldflags and --extra-libs options.
2006-11-01 Diego Biurruntypo
2006-11-01 Diego BiurrunAdd ARCH_X86_32 as a new define for 32 bit x86 architec...
2006-10-31 Luca BarbatoMake sure --as-needed and the other flags got checked...
2006-10-29 Diego BiurrunMany systems have TEMPDIR mounted noexec, warn about...
2006-10-24 Måns Rullgårdlibdts and lame sometimes need -lm
2006-10-22 Luca Barbatouse --as-needed just on linux, since *bsd way is broken...
2006-10-20 Guillaume PoirierProtect code that uses CMOV instructions with HAVE_CMOV,
2006-10-20 Guillaume Poirierfix harmless typo / consistency fix
2006-10-20 Guillaume PoirierAdd x86 conditionnal mov (CMOV) "detection" (based...
2006-10-19 Guillaume Poirier10l: Revert bogus use of GCC's -march=xx:
2006-10-18 Guillaume Poirierrename --tune to --cpu and make --cpu pass the apropria...
2006-10-17 Guillaume Poirierrename --cpu (and related variables) to --arch as this...
2006-10-15 Diego BiurrunConsistently use $(BUILD_ROOT).
2006-10-13 Diego BiurrunRemove intrinsics checks, they are no longer used.
2006-10-10 Guillaume PoirierAdd pentium-m to the list of tuning targets
2006-10-09 Luca Barbatoremoving ALTIVEC_USE_REFERENCE_C_CODE, since has no...
2006-10-09 Michael Niedermayeralways add -fomit-frame-pointer if optimizations are...
2006-10-07 Luca Barbatofix the dcbz check and move it in configure
2006-10-03 Luca Barbatofix blackfin support, thaks to vapier for pointing out
2006-09-30 Måns Rullgårdf*cking windows confuses itself by adding .exe to filenames
2006-09-27 Måns Rullgårdmake sure we can create and execute files in $TMPDIR
2006-09-27 Måns Rullgårdput ARM feature tests next to other CPU tests
2006-09-27 Måns Rullgårdtry to stop people blindly using --cross-compile
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
next