]> git.sesse.net Git - ffmpeg/history - configure
Use globally consistent include guard names.
[ffmpeg] / configure
2009-07-18 Stefano SabatiniReplace two occurrences of 'vfwcap_demuxer' with 'vfwca...
2009-07-18 Carl Eugen HoyosAllow enabling alsa and jack devices.
2009-07-17 Måns Rullgårdconfigure: improve detection of out-of-tree builds
2009-07-17 Måns Rullgårdconfigure: remove some useless comments
2009-07-17 Måns RullgårdCheck for __attribute__((packed)) support
2009-07-17 Måns Rullgårdconfigure: handle --cpu before running compiler
2009-07-17 Måns Rullgårdconfigure: simplify --cpu handling slightly
2009-07-16 Måns Rullgårdconfigure: do not warn about mismatching altivec/cpu...
2009-07-16 Martin StorsjöFix check_func_headers. The reference to the function...
2009-07-15 Måns RullgårdDisable gcc auto-vectorisation
2009-07-15 Måns RullgårdRequire aligned memory for everything that needs it
2009-07-15 Diego BiurrunSkip the check for SSE aligned memory allocators when...
2009-07-15 Måns RullgårdUse normal check_func test for math functions
2009-07-14 Martin StorsjöImprove linker check for Winsock library name.
2009-07-13 Måns RullgårdSet default flag filters before compiler detection
2009-07-13 Martin StorsjöInstall the mingw import libraries, too.
2009-07-13 Martin StorsjöEnable creation of microsoft-style import libraries...
2009-07-12 Måns RullgårdUse add_*flags only after compiler-specific configuration
2009-07-12 Måns RullgårdAllow filtering of flags passed to compiler and assembler
2009-07-12 Diego BiurrunMake (de)muxers for format variants select the main...
2009-07-12 Måns RullgårdPlace flags for dependency generation in DEPFLAGS
2009-07-12 Måns RullgårdSet CPPFLAGS in config.mak using normal assignment
2009-07-12 Måns RullgårdProtect config.mak against multiple inclusion
2009-07-12 Måns RullgårdUse CFLAGS in default DEPEND_CMD
2009-07-12 Måns RullgårdUse CFLAGS in check_cpp
2009-07-12 Måns RullgårdSet as_default after compiler detection, allowing compi...
2009-07-12 Måns RullgårdPass ASFLAGS to assembler instead of CFLAGS
2009-07-12 Måns RullgårdAdd flags from --extra-cflags after compiler detection
2009-07-12 Måns RullgårdSet CPU selection flags in $cpuflags, add to cflags...
2009-07-12 Måns RullgårdAllow unusual ways of specifying compiler output file
2009-07-12 Måns RullgårdUse DEPCC to find dependencies, default to same as CC
2009-07-12 Måns RullgårdUse LD for linking, default to same as CC
2009-07-12 Måns RullgårdSet CFLAGS directly in config.mak instead of using...
2009-07-12 Måns RullgårdAdd --sysroot flag to CPPFLAGS, not CFLAGS
2009-07-12 Måns RullgårdSeparate C preprocessor flags into CPPFLAGS variable
2009-07-12 Diego BiurrunMake VAAPI/VDPAU variant of decoder foo depend on decod...
2009-07-12 Måns Rullgårdconfigure: allow bulk-disabled things to be re-enabled...
2009-07-10 Alex ConverseAdd a log2 replacement for systems that haven't quite...
2009-07-07 Diego BiurrunRemove support for nonfree libamr library for AMR-NB...
2009-06-30 Måns RullgårdARM: enable fast_unaligned when --cpu=armv[67] is specified
2009-06-29 Måns RullgårdFix build on Net/OpenBSD
2009-06-29 Stefano SabatiniCosmetics: group together indev/outdev dependencies.
2009-06-29 Stefano SabatiniMake the configure script select the input/output devic...
2009-06-25 Stefano SabatiniOnly link against alsa if enabled.
2009-06-25 Adrian StutzOnly checks for jack if it is enabled and hence only...
2009-06-19 Michael KostylevDisable network support if required headers cannot...
2009-06-15 Måns Rullgårdconfigure: properly quote configure options stored...
2009-06-14 Diego BiurrunMerge FreeBSD and DragonFlyBSD OS detection sections.
2009-06-14 Adam HokaAdd DragonFlyBSD to the list of supported OSes.
2009-06-10 Diego BiurrunAdd code to enable and disable all VAAPI and VDPAU...
2009-06-09 Diego BiurrunExpress the H.264 parser dependency on the golomb code...
2009-06-05 Diego BiurrunAdd support for external OpenCORE libraries for AMR...
2009-06-05 Diego BiurrunAdd configure option to upgrade (L)GPL to version 3.
2009-05-28 Måns Rullgårdconfigure: detect Loongson MIPS extensions
2009-05-26 Reimar DöffingerChange HAVE_PPC64 to ARCH_PPC64.
2009-05-25 Diego Biurrundv1394 is disabled by default, do not redundantly disab...
2009-05-25 Andres MejiaAdd Hurd to OS list and disable dv1394 in the Hurd...
2009-05-22 Diego BiurrunPrint out more verbose licensing information.
2009-05-19 Diego BiurrunThe AC-3 decoder is now LGPL. Exchange the license...
2009-05-19 Måns RullgårdDefine ARCH_MIPS64 when building for MIPS64
2009-05-19 Måns RullgårdDefine HAVE_BIGENDIAN as 0 or 1 according to CPU type
2009-05-19 Måns Rullgårdconfigure: add some MIPS CPUs
2009-05-14 Andres MejiaAdd gnu/kfreebsd to list of recognized operating systems.
2009-04-29 Måns Rullgårdconfigure: fix licence check function
2009-04-29 Diego BiurrunRequire --enable-nonfree for turning on libfaac support.
2009-04-29 Diego BiurrunFactorize GPL and nonfree license checks into a common...
2009-04-22 Måns Rullgårdconfigure: support Blackfin CPU names with --cpu
2009-04-18 Måns RullgårdPPC: check for x-form asm constraint support
2009-04-18 Måns RullgårdPPC asm for AV_RL*()
2009-04-16 Diego BiurrunDo not add -fno-common to CFLAGS on DOS, it is unneeded.
2009-04-15 Martin StorsjöCheck for Decoder_Interface_init() instead of Speech_De...
2009-04-13 Ramiro Pollawin32, dos: Work around a bug in the GNU toolchain.
2009-04-09 Diego BiurrunAdd a configure check for lzo1x_999_compress() and...
2009-04-08 Ramiro Pollaconfigure: Add --enable-runtime-cpudetect
2009-04-02 Olivier GuilyardiImplement JACK input device.
2009-04-02 Gwenole BeauchesneAdd VA API deps.
2009-04-02 Gwenole BeauchesneAdd hwaccel configury. This generates CONFIG_<CODEC...
2009-04-02 Diego BiurrunAdd an empty line in front of configure debug instructions.
2009-03-30 Måns RullgårdQuote stored configure arguments containing spaces
2009-03-29 Ramiro Pollamingw32: Restore creation of import libraries. They...
2009-03-26 Ramiro PollaCreate swscale subdirs for out-of-tree builds.
2009-03-25 Diego Biurruncosmetics: Group all path variables together in config...
2009-03-20 Cédric SchieliAdd a CONFIG_SWSCALE_ALPHA option for alpha channel...
2009-03-19 Ramiro PollaCheck for VirtualAlloc() so it may be used to allocate...
2009-03-15 Ramiro Pollamingw32: call lib.exe instead of lib to facilitate...
2009-03-15 Matthieu CastetDisallow out-of-tree builds with config.h in the source...
2009-03-15 Carl Eugen HoyosForce ebp_available for icc.
2009-03-09 Diego BiurrunReplace all `` by $(), the latter can be nested more...
2009-03-09 Diego BiurrunFix MMX2 check, 'movss' is not an MMX2 instruction...
2009-03-09 Måns RullgårdSet AS to $CC by default, override with gcc only when...
2009-03-09 Måns RullgårdEnable CONFIG_FASTDIV by default
2009-03-08 Måns RullgårdAllow different executable suffix for host and target
2009-03-07 Diego Biurruncosmetics: fix indentation
2009-03-06 Diego BiurrunGet rid of redundant vdpau option, decoders can still...
2009-03-05 Måns RullgårdARM: detect armcc compiler and enable gcc mode
2009-03-05 Måns Rullgårdconfigure: check asm support using $as
2009-03-05 Måns RullgårdCompile .S files with $(AS), set it in configure
2009-03-04 Reimar DöffingerRemove the swscale dummy option, most (all?) FATE confi...
2009-03-03 Måns RullgårdAlpha: use -g3 with ccc to allow optimisation with...
2009-03-03 Måns RullgårdAllow --enable-swscale until FATE is updated
next