]> git.sesse.net Git - ffmpeg/history - configure
Support setting the debuglevel (-g level) with --enable-debug=#
[ffmpeg] / configure
2008-03-03 Benjamin LarssonSupport setting the debuglevel (-g level) with --enable...
2008-03-02 Ramiro PollaUse "disable" helper function
2008-03-01 İsmail DönmezDo not add deprecated -no-cpp-precomp to CFLAGS on...
2008-02-27 Diego BiurrunAdd empty line in output to increase readability.
2008-02-27 Måns Rullgårdcheck for inline asm support
2008-02-27 Måns Rullgårdfix version in libavfilter.pc
2008-02-27 Måns Rullgårdfix versions in .pc files
2008-02-27 Måns Rullgårdfix libavfilter version extraction
2008-02-26 Michael NiedermayerMake gcc ignore the distinction between +0.0 and -0...
2008-02-26 Måns Rullgårdprint enabled things in columns
2008-02-26 Vitor Sessak10l, alphabetic ordering
2008-02-26 Vitor SessakBuild system changes for libavfilter addition. Add...
2008-02-26 Måns Rullgårdsimplify version number extraction
2008-02-26 Måns Rullgårdless preprocessor magic in version number macros
2008-02-26 Michael Niedermayer25% faster floating point AAN IDCT.
2008-02-26 Peter RossDisable vhook on Interix, patch by Pete Ross, pross...
2008-02-25 Måns RullgårdInstall headers in $prefix/include/$libname
2008-02-22 Diego BiurrunAdd -lm to x264 check, it is needed on most systems.
2008-02-19 Måns RullgårdClean up lib* version definitions
2008-02-17 Måns Rullgårdprettify lib* version number extraction
2008-02-17 Måns Rullgårdprettify encoder/decoder/muxer/... list extraction
2008-02-16 Mike FrysingerThe Blackfin toolchains will automatically select FDPIC...
2008-02-16 Måns Rullgårddo not run ldconfig after installing shared libraries
2008-02-13 Luca AbeniInclude poll.h instead of sys/poll.h
2008-02-11 Diego BiurrunDo not use ranges with tr, the results are locale-depen...
2008-02-03 Michael NiedermayerWarn if a comparison is always true or always false...
2008-02-03 Michael NiedermayerMake string constants const. Why is this not default?
2008-02-02 Diego BiurrunRemove -Werror= CFLAGS that do not have the desired...
2008-02-01 Michael NiedermayerMixing declarations and statements is an error, so...
2008-02-01 Michael NiedermayerWarn about casts which remove const.
2008-01-29 Diego BiurrunPass argc and argv to the main function of the SDL...
2008-01-26 Diego BiurrunAdd -pthread to extralibs and not to ldflags so that...
2008-01-26 Diego BiurrunAdd a --enable-nonfree command line parameter similar...
2008-01-26 Diego BiurrunDo not group libamr_nb and libamr_wb together as libamr.
2008-01-18 Michael KostylevAdd system-specific network link flags to inet_aton...
2008-01-16 KO Myung-HunUse check_lib2 instead of check_lib in SDL test. This...
2008-01-16 Igor Mozolevskypentium4m is a valid CPU name, add it to the list.
2008-01-16 Diego BiurrunMove "Creating config.mak and config.h..." message...
2008-01-12 Måns Rullgårdrefer users to ffmpeg-user list in case of errors
2008-01-11 Alessandro SappiaAdding support for libdc1394 v.2, patch by Alessandro...
2008-01-07 Roberto TogniMove printing of the license status at the end of confi...
2008-01-04 Aurelien Jacobsimprove CRC API
2008-01-04 Luca AbeniSplit the RTP demuxing functions out of rtp.c, to simpl...
2008-01-03 Luca AbeniRationalize some dependencies between rtsp and rtp
2008-01-01 Dave YeoAdd portable way to check for the existence of definiti...
2007-12-27 Michael KostylevCheck for the presence of llrint(), lrint(), round...
2007-12-27 Michael KostylevCheck for the presence of sys/select.h and conditionall...
2007-12-24 Michael Kostylevdjgpp port, first part
2007-12-17 Diego Biurrundv1394 depends on dv_demuxer, fixes linking with demuxe...
2007-12-17 Diego BiurrunRemove unnecessary system include path from pkg-config...
2007-12-12 Måns RullgårdRevert r11202: do not create copy relocations when...
2007-12-11 Måns Rullgårddo not create copy relocations when linking to shared...
2007-12-06 Diego BiurrunAdd --list-indevs and --list-outdevs command line options.
2007-12-06 Diego BiurrunAdd --disable-devices to --help output.
2007-12-06 Diego BiurrunAdd input and output devices to configure output.
2007-12-06 Diego BiurrunRemove unnecessary quotes.
2007-12-05 Dave YeoOS/2 support restored in cleaner form.
2007-12-04 Måns Rullgårduse -Bsymbolic linker flag if supported
2007-12-03 Panagiotis IssarisAdd a --disable-devices flag which disables all muxers...
2007-11-23 Diego BiurrunFix out of tree builds after introduction of libavdevice.
2007-11-23 Diego Biurruncosmetics: Consistently indent with 4 spaces, break...
2007-11-23 Luca AbeniFix the creation of alldevices.c (create it without...
2007-11-22 Luca AbeniIntroduce libavdevice
2007-11-20 Diego Biurrunmain() --> main(void)
2007-11-20 Diego Biurrunwhitespace consistency cosmetics
2007-11-12 Baptiste Coudurierremove now useless libogg support
2007-11-08 Aurelien Jacobsfix libogg muxer dependency checking
2007-11-06 Diego BiurrunKeep -lvorbis in libvorbis linker flags even when only...
2007-11-04 Diego BiurrunRemove libvorbis Vorbis decoding support. Our native...
2007-11-04 Ramiro PollaList enabled code in configure output
2007-11-04 Ramiro PollaSpeed up show_list
2007-10-24 Diego BiurrunRename --disable-opts option to --disable-optimizations...
2007-10-24 Diego BiurrunRename optimize variable to the slightly more meaningfu...
2007-10-19 Ramiro PollaInstall MSVC import libraries without version numbering...
2007-10-19 Ramiro PollaAppend BUILDSUF directly to NAME instead of prepending...
2007-10-18 Diego BiurrunSimplify one variable setting.
2007-10-18 Diego BiurrunRename LIB to LIBNAME for consistency.
2007-10-17 Diego BiurrunAdd multiple inclusion guards to config.h.
2007-10-17 Diego BiurrunAdd SLIB_UNINSTALL_EXTRA_CMD for MinGW.
2007-10-17 Dave YeoAdd SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the thing...
2007-10-16 Diego Biurruncomment grammar fix
2007-10-15 Ramiro PollaRemove gcc import libraries from Win32 builds.
2007-10-12 Ramiro Pollaffserver needs ffm_muxer specifically, and rtsp_demuxer...
2007-10-12 Diego BiurrunUse single quotes to get rid of a bunch of backslash...
2007-10-12 Diego BiurrunConsistently use $(FOO) instead of ${FOO} in Makefile...
2007-10-06 Måns Rullgårduse pr -n -t instead of non-standard cat -n
2007-09-29 Måns Rullgårdfix -lm check
2007-09-26 Måns Rullgårdset -mcpu for ARM
2007-09-26 Ramiro PollaFix avisynth compilation after allformats.h was removed
2007-09-26 Ramiro PollaLet the dependency checker deal with winsock2's extralibs.
2007-09-24 Ramiro PollaOrganize header files and system functions checks
2007-09-23 Måns Rullgårdcreate and use check_asm() function
2007-09-23 Diego Biurruncosmetics: Move LDCONFIG variable to a more sensible...
2007-09-23 Diego BiurrunMove VIS CFLAGS settings into configure.
2007-09-23 Diego BiurrunAdd a proper test for VIS instruction support.
2007-09-21 Ramiro PollaProper check for --help and -h parameters
2007-09-21 Ramiro PollaLet the dependency checker decide about x11_grab_device...
2007-09-21 Ramiro PollaReplace one-lined if;elses to && ||
2007-09-18 Ramiro PollaAdd extralibs to the dependency checker
2007-09-18 Ramiro Pollagpl for the X11 grabber has already been checked for
next