]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - configure
Build system changes for libavfilter addition. Add --enable-avfilter configure option.
[frescor/ffmpeg.git] / configure
2008-02-26 vitorBuild system changes for libavfilter addition. Add...
2008-02-26 mrusimplify version number extraction
2008-02-26 mruless preprocessor magic in version number macros
2008-02-26 michael25% faster floating point AAN IDCT.
2008-02-26 diegoDisable vhook on Interix, patch by Pete Ross, pross...
2008-02-25 mruInstall headers in $prefix/include/$libname
2008-02-22 diegoAdd -lm to x264 check, it is needed on most systems.
2008-02-19 mruClean up lib* version definitions
2008-02-17 mruprettify lib* version number extraction
2008-02-17 mruprettify encoder/decoder/muxer/... list extraction
2008-02-16 diegoThe Blackfin toolchains will automatically select FDPIC...
2008-02-16 mrudo not run ldconfig after installing shared libraries
2008-02-13 lucabeInclude poll.h instead of sys/poll.h
2008-02-11 diegoDo not use ranges with tr, the results are locale-depen...
2008-02-03 michaelWarn if a comparison is always true or always false...
2008-02-03 michaelMake string constants const. Why is this not default?
2008-02-02 diegoRemove -Werror= CFLAGS that do not have the desired...
2008-02-01 michaelMixing declarations and statements is an error, so...
2008-02-01 michaelWarn about casts which remove const.
2008-01-29 diegoPass argc and argv to the main function of the SDL...
2008-01-26 diegoAdd -pthread to extralibs and not to ldflags so that...
2008-01-26 diegoAdd a --enable-nonfree command line parameter similar...
2008-01-26 diegoDo not group libamr_nb and libamr_wb together as libamr.
2008-01-18 diegoAdd system-specific network link flags to inet_aton...
2008-01-16 diegoUse check_lib2 instead of check_lib in SDL test. This...
2008-01-16 diegopentium4m is a valid CPU name, add it to the list.
2008-01-16 diegoMove "Creating config.mak and config.h..." message...
2008-01-12 mrurefer users to ffmpeg-user list in case of errors
2008-01-11 romanshAdding support for libdc1394 v.2, patch by Alessandro...
2008-01-07 rtogniMove printing of the license status at the end of confi...
2008-01-04 aurelimprove CRC API
2008-01-04 lucabeSplit the RTP demuxing functions out of rtp.c, to simpl...
2008-01-03 lucabeRationalize some dependencies between rtsp and rtp
2008-01-01 diegoAdd portable way to check for the existance of definiti...
2007-12-27 diegoCheck for the presence of llrint(), lrint(), round...
2007-12-27 diegoCheck for the presence of sys/select.h and conditionall...
2007-12-24 diegodjgpp port, first part
2007-12-17 diegodv1394 depends on dv_demuxer, fixes linking with demuxe...
2007-12-17 diegoRemove unnecessary system include path from pkg-config...
2007-12-12 mruRevert r11202: do not create copy relocations when...
2007-12-11 mrudo not create copy relocations when linking to shared...
2007-12-06 diegoAdd --list-indevs and --list-outdevs command line options.
2007-12-06 diegoAdd --disable-devices to --help output.
2007-12-06 diegoAdd input and output devices to configure output.
2007-12-06 diegoRemove unnecessary quotes.
2007-12-05 diegoOS/2 support restored in cleaner form.
2007-12-04 mruuse -Bsymbolic linker flag if supported
2007-12-03 takisAdd a --disable-devices flag which disables all muxers...
2007-11-23 diegoFix out of tree builds after introduction of libavdevice.
2007-11-23 diegocosmetics: Consistently indent with 4 spaces, break...
2007-11-23 lucabeFix the creation of alldevices.c (create it without...
2007-11-22 lucabeIntroduce libavdevice
2007-11-20 diegomain() --> main(void)
2007-11-20 diegowhitespace consistency cosmetics
2007-11-12 bcoudurierremove now useless libogg support
2007-11-08 aurelfix libogg muxer dependency checking
2007-11-06 diegoKeep -lvorbis in libvorbis linker flags even when only...
2007-11-04 diegoRemove libvorbis Vorbis decoding support. Our native...
2007-11-04 RamiroList enabled code in configure output
2007-11-04 RamiroSpeed up show_list
2007-10-24 diegoRename --disable-opts option to --disable-optimizations...
2007-10-24 diegoRename optimize variable to the slightly more meaningfu...
2007-10-19 ramiroInstall MSVC import libraries without version numbering...
2007-10-19 ramiroAppend BUILDSUF directly to NAME instead of prepending...
2007-10-18 diegoSimplify one variable setting.
2007-10-18 diegoRename LIB to LIBNAME for consistency.
2007-10-17 diegoAdd multiple inclusion guards to config.h.
2007-10-17 diegoAdd SLIB_UNINSTALL_EXTRA_CMD for MinGW.
2007-10-17 diegoAdd SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the thing...
2007-10-16 diegocomment grammar fix
2007-10-15 ramiroRemove gcc import libraries from Win32 builds.
2007-10-12 ramiroffserver needs ffm_muxer specifically, and rtsp_demuxer...
2007-10-12 diegoUse single quotes to get rid of a bunch of backslash...
2007-10-12 diegoConsistently use $(FOO) instead of ${FOO} in Makefile...
2007-10-06 mruuse pr -n -t instead of non-standard cat -n
2007-09-29 mrufix -lm check
2007-09-26 mruset -mcpu for ARM
2007-09-26 ramiroFix avisynth compilation after allformats.h was removed
2007-09-26 ramiroLet the dependency checker deal with winsock2's extralibs.
2007-09-24 ramiroOrganize header files and system functions checks
2007-09-23 mrucreate and use check_asm() function
2007-09-23 diegocosmetics: Move LDCONFIG variable to a more sensible...
2007-09-23 diegoMove VIS CFLAGS settings into configure.
2007-09-23 diegoAdd a proper test for VIS instruction support.
2007-09-21 ramiroProper check for --help and -h parameters
2007-09-21 ramiroLet the dependency checker decide about x11_grab_device...
2007-09-21 ramiroReplace one-lined if;elses to && ||
2007-09-18 ramiroAdd extralibs to the dependency checker
2007-09-18 ramirogpl for the X11 grabber has already been checked for
2007-09-18 ramiroUse enable and disable macros where appropriate
2007-09-18 ramiroProperly check for -lm
2007-09-18 diegocosmetics: sort()
2007-09-17 ramiroRemove forced -pthread for freebsd.
2007-09-17 ramiroIndent
2007-09-17 ramiroRemove --disable-bktr option from configure
2007-09-17 diegoReplace manual variable setting with the disable function.
2007-09-17 diegoRemove cross_prefix from ln command.
2007-09-16 diegoDefine mandir as $(PREFIX)/share/man rather than as...
2007-09-15 diegoln is not available on all platforms, so introduce...
2007-09-07 ramiroRemove --disable-audio-oss option from configure.
next