]> git.sesse.net Git - ffmpeg/history - configure
add multiple inclusion guards to headers
[ffmpeg] / configure
2007-06-15 Måns Rullgårdtest whether linker supports --warn-common
2007-06-15 Måns Rullgårdmerge print_config_enable() and print_config() as only...
2007-06-15 Måns Rullgårdreplace TARGET_* with HAVE_* simplifying lists in confi...
2007-06-15 Måns Rullgårdadd x86 to ARCH_LIST simplifying config file generation
2007-06-15 Måns Rullgårdreplace TARGET_ARCH_* to ARCH_* for consistency
2007-06-15 Aurelien Jacobsgenerate ENABLE_* defines also for ARCH_*
2007-06-15 Aurelien Jacobsgenerate ENABLE_* defines also for all the HAVE_* values
2007-06-14 Ramiro PollaVhooks require special cflags and ldflags for Windows...
2007-06-14 Ramiro PollaMake ppm vhook depend on fork()
2007-06-14 Ramiro PollaPrint static vhook warning for Cygwin and MinGW
2007-06-14 Ramiro PollaPrint static vhook warning for Cygwin only when both...
2007-06-06 Diego BiurrunConsistent naming and lib prefixes for x264, xvid and...
2007-06-03 Luca BarbatoAdd support for Cell (requires gcc-4.2 or patches)
2007-06-02 Diego BiurrunRename aac_decoder to libfaad_decoder for consistency...
2007-06-02 Diego BiurrunRename faac_encoder to libfaac_encoder for consistency...
2007-05-27 Diego Biurrundoc/Makefile no longer exists.
2007-05-23 Aurelien Jacobscosmetics: alignment
2007-05-23 Aurelien Jacobsdefine ENABLE_* for every CONFIG_ item
2007-05-20 Aurelien Jacobsloosen dependencies over mpegaudiodec
2007-05-19 Zuxy MengAdd --enable-auto-image-base for building mingw32 ...
2007-05-17 Aurelien Jacobsremove libdts decoder, we have a native dts decoder
2007-05-17 Aurelien Jacobsprevent misdetection by using a stricter regexp
2007-05-15 Zuxy MengBuilding both shared and static libraries is now possib...
2007-05-15 Alex Beregszaszilink to ws2_32.dll only if networking is enabled
2007-05-12 Jason Millardallow to enable or disable every bitstream filters...
2007-05-12 Loren Merrittconfigure check for whether we can compile ssse3
2007-05-10 Aurelien Jacobssplit h264.c to move parser in its own file
2007-05-09 Aurelien Jacobsmove ff_mpeg4_find_frame_end() from h263dec.c to mpeg4v...
2007-05-09 Ramiro PollaInstall MinGW shared libraries (dlls) to bindir
2007-05-09 Diego BiurrunAllow conditional compilation of H.263-related decoders.
2007-05-08 Diego BiurrunMove H.263 parser to its own file.
2007-05-08 Diego BiurrunAdd a few explanatory comments.
2007-05-04 Diego BiurrunRename oggvorbis decoder to libvorbis.
2007-05-03 Diego BiurrunGive libamr decoders/encoders a lib prefix in the name.
2007-05-03 Diego BiurrunRename dts_decoder to libdts_decoder.
2007-05-01 Alexander StrangeThe configure test for ebx fails because it is run...
2007-04-27 Diego Biurruncosmetics: Align some lines.
2007-04-27 Alex Beregszaszi10l, rtp_muxer needs config_network
2007-04-26 Alex BeregszasziMake protocols configure selectable and also cleanup...
2007-04-26 Diego Biurrunproper dependency on mpegts_demuxer for rtp_muxer
2007-04-26 Diego BiurrunRemove redundant dependency from ffserver_deps.
2007-04-25 Diego BiurrunRemove hackish support for the non-free fixed-point...
2007-04-25 Ramiro Polla"fast unaligned" bytestream functions
2007-04-24 Diego BiurrunMove ebx_available and ebp_available from CONFIG_LIST...
2007-04-20 Alex Beregszasziremove possibly broken wince cruft
2007-04-15 Diego BiurrunThe AC3 demuxer depends on the AC3 parser.
2007-04-14 Diego BiurrunSimplify Darwin gcc flags setting.
2007-04-14 Diego BiurrunRemove redundant 2.95 branch from the Darwin gcc check...
2007-04-13 Måns Rullgårdtrap signals in tests that can crash
2007-04-12 Stanislav BrabecReplace hackish support for amr-nb and amr-wb. Instead...
2007-04-06 François RevolSuppress possible error from ulimit not having -c or...
2007-04-03 Diego BiurrunThere were two files, libavformat/grab.c and libavforma...
2007-04-03 Diego Biurruncosmetics: Better variable name, the ENABLE_* lists...
2007-04-01 Diego BiurrunUse $(command) instead of `command`, it's POSIX, cleare...
2007-04-01 Diego BiurrunAlways lowercase targetos.
2007-04-01 Måns Rullgårdrun ebp register check in subshell so we can redirect...
2007-03-31 Diego BiurrunForce lowercase targetos value for MinGW, we check...
2007-03-31 Diego Biurrunblackfin: Audio buffers are no longer allocated on...
2007-03-29 Panagiotis IssarisFix compilation when using the --disable-opts parameter...
2007-03-23 François RevolSome more BeOS cleanup: check for arpa/inet.h; declare...
2007-03-14 Kostya ShishkovDXA demuxer and decoder
2007-03-12 Diego Biurrunlibswscale header files are put in a subdirectory named...
2007-03-10 Diego Biurrunsmall improvements to the help output
2007-03-10 Benoit FouetUse - instead of _ for AMR options in help output.
2007-03-03 Patrice BensoussanDo not hardcode cc on Darwin, fixing --cc option in...
2007-02-28 Aurelien Jacobsenable some 64bit optimized code on 64bit arch
2007-02-25 Diego Biurrun10l: Use double, not single, quotes when variables...
2007-02-25 Diego BiurrunCollect the different thread variables in a nice easy...
2007-02-23 François Revolffserver uses dlopen(), so make sure it links to libdl...
2007-02-22 Diego BiurrunMerge bfin add_ldflags lines.
2007-02-22 Marc Hoffmanadd bfin cpu specific build options, patch by Marc...
2007-02-21 Diego BiurrunRemove unused variable.
2007-02-21 Diego BiurrunMove MinGW extralibs setting into MinGW section.
2007-02-20 Måns Rullgårdlibgsm_ms codec depends on libgsm
2007-02-19 Måns Rullgårdgeneric foo-config --cflags/libs test
2007-02-19 Måns Rullgårdfeature tests for functions requiring one or more headers
2007-02-19 Måns Rullgårdrevert last change, it breaks on brain damaged distros
2007-02-19 Måns Rullgårdsimplify check_lib
2007-02-18 Måns RullgårdTARGET_OS in config.mak is unused
2007-02-18 Måns Rullgårdremove --enable-mingw32 option, --target-os=mingw32...
2007-02-18 Måns Rullgårdcase insensitive OS name
2007-02-18 Víctor Paesalibswscale is needed in Cygwin vhooks
2007-02-17 Måns Rullgård10l: I thought I'd tested all changes...
2007-02-17 Måns Rullgårdrearrange --help text slightly
2007-02-17 Måns Rullgårdmention --target-os in --help
2007-02-17 Måns Rullgårdmove arch processing after command line loop
2007-02-17 Måns Rullgårdput mingw section together with other OS specifics
2007-02-17 Måns Rullgårdadd --target-os option, and move OS specific settings...
2007-02-17 Måns Rullgårdrestore lost --enable-amr-if2 option
2007-02-15 François RevolMinGW patch by <koyama AT infocity DOT co DOT jp>,...
2007-02-15 François Revolpoll() emulation for BeOS, and maybe MinGW.
2007-02-14 Måns Rullgårdsimplify
2007-02-14 Måns Rullgårdrename video4linux[2] variables to v4l[2], consistent...
2007-02-14 Måns Rullgårdcombine handling of --enable/disable-encoder/decoder...
2007-02-13 Måns Rullgårdsimplify ever so slightly
2007-02-13 Måns Rullgårdadd powerpc_perf to CONFIG_LIST, rename --powerpc-perf...
2007-02-13 Måns Rullgårdrename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
2007-02-13 Måns Rullgårdrename some --enable options for external libs
2007-02-12 Diego Biurrunminor help output formatting fix
2007-02-12 Diego BiurrunRestore the possibility to link liba52 instead of dlope...
next