]> git.sesse.net Git - ffmpeg/history - Makefile
Doxygenize comments in rtsp.h
[ffmpeg] / Makefile
2007-02-27 Måns Rullgårdremove useless OBJS variable
2007-02-27 Måns Rullgårdsimplify conditional targets
2007-02-27 Måns Rullgårdsimplify
2007-02-23 Diego BiurrunSimplify .depend file inclusion.
2007-01-25 Ramiro PollaRemove installstrip in favor of explicit strip; better...
2007-01-25 Diego Biurruncomment typo
2007-01-25 Diego BiurrunPROGS depends on PROGS_G so depending on just PROGS...
2006-12-26 Måns Rullgårdmake version.h depend on .svn/entries
2006-12-07 Måns Rullgårddo not use non-standard test -nt
2006-11-20 Diego BiurrunNuke config.log support.
2006-11-15 Diego BiurrunAlso remove cws2fws on clean.
2006-11-15 Diego BiurrunDo not build output_example and qt-faststart by default.
2006-11-15 Diego BiurrunRemove ifneq MINGW condition around man page uninstalla...
2006-11-15 Diego BiurrunMove BeOS extralibs handling into configure.
2006-11-15 Diego BiurrunRemove tar target, it's hardly useful.
2006-11-14 Diego BiurrunMake man page installation dependent on documentation...
2006-11-14 Diego BiurrunRemove ifneq MINGW condition around man page installati...
2006-11-12 Måns Rullgårdfix make dep with some gcc versions
2006-11-12 Diego Biurrunslight simplification
2006-11-11 Måns Rullgårdfix make dep for out of tree builds
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-02 Diego BiurrunAdd option to disable ffmpeg build.
2006-10-23 Luca AbeniDo not use a fake libavcodec/swscale.h, but always...
2006-10-15 Diego BiurrunConsistently use $(BUILD_ROOT).
2006-10-07 Diego BiurrunReplace -I../-I. by -I$(BUILD_ROOT).
2006-10-03 Diego BiurrunMark all phony targets as such.
2006-10-02 Diego BiurrunAdd codectest to test targets.
2006-10-01 Diego Biurrunmake depend should recurse into libswscale as well.
2006-10-01 Diego BiurrunRemove bogus .PHONY declaration from version.h target.
2006-09-12 Måns Rullgårdffmpeg, ffplay, ffserver need version.h
2006-09-12 Diego BiurrunFix 'make depend' for libpostproc.
2006-09-10 Måns Rullgårdadd our -L flags before any other linker flags
2006-09-09 Måns Rullgårdfix out of tree builds
2006-09-08 Panagiotis IssarisAdd -lav* to the front of LDFLAGS, fixes linking on...
2006-09-08 Diego BiurrunFFLIBS --> EXTRALIBS
2006-09-08 Diego BiurrunRemove pointless variable indirection.
2006-09-08 Diego Biurrunsimplify
2006-09-08 Diego BiurrunFFLIBDIRS --> LDFLAGS
2006-08-31 Diego BiurrunSome gcc versions dislike version.h to appear in the...
2006-08-25 Diego BiurrunFFMPEG_VERSION was moved to version.h.
2006-08-08 Luca AbeniEnable swscale usage in ffmpeg
2006-07-24 Diego BiurrunRename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen...
2006-07-13 Måns Rullgårdreplace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid...
2006-07-11 Diego BiurrunCONFIG_WIN32 implies MinGW and Cygwin and possibly...
2006-07-10 Diego BiurrunMove gprof compiler flag handling to configure.
2006-07-10 Diego BiurrunRemove silly TEST variable that is used in one line...
2006-07-05 Diego Biurruncosmetics: Break overly long lines.
2006-07-02 Diego Biurrunsimplify
2006-07-02 Luca Barbatomake distclean clean everything
2006-06-28 Måns Rullgårdget svn version when using separate build tree
2006-06-22 Diego Biurrun.depend needs version.h, noticed by Uoti Urpala
2006-06-20 Diego BiurrunUse Subversion revision for FFMPEG_VERSION.
2006-06-19 Diego BiurrunAvoid binary stripping rule code duplication.
2006-06-17 Måns Rullgårdput local -L flags first in link commands
2006-06-09 Diego BiurrunCVS --> Subversion
2006-06-01 Diego Biurrun'make depend' should recurse into libavutil as well.
2006-06-01 Diego Biurrunlibavcodec/libpostproc ---> libpostproc
2006-05-18 Diego BiurrunGenerate the list of all programs, unstripped programs...
2006-05-18 Diego BiurrunRename singular variables to more sensible plural form.
2006-05-18 Diego Biurrununinstallation support
2006-05-18 Diego Biurruncosmetics: Prettyprint some commands.
2006-03-26 Diego BiurrunUse '-' instead of '|| true' to ignore errors.
2006-03-16 Baptiste Coudurieruse CFLAGS when compiling qt-faststart, to enable large...
2006-02-19 Måns RullgårdCreate installation directories in the common install...
2006-02-13 Måns Rullgårdadd quotes around $(libdir)
2006-02-13 Måns Rullgårdmove common parts of makefiles into common.mak
2006-02-11 Alexander StrasserBuild also ffserver (if configured) when doing `make...
2006-02-11 Diego BiurrunMove libpostproc compilation to the top-level Makefile.
2006-02-11 Diego BiurrunSimplify header installation.
2006-02-11 Diego BiurrunMake sure that install-progs has the proper dependencie...
2006-02-11 Diego BiurrunSeparate library install into static and shared install...
2006-02-11 Diego BiurrunSeparate header file installation from the general...
2006-02-11 Diego BiurrunThe install-progs target should depend on $(PROG).
2006-02-11 Diego BiurrunSeparate program installation into its own target.
2006-01-26 Diego BiurrunRemove obscure Makefile.bak entry from distclean rules.
2006-01-24 Diego BiurrunMake sure that ffmpeg_g and ffplay_g get removed on...
2006-01-16 Diego BiurrunMake clean/distclean consistent throughout all the...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-10-18 Diego BiurrunRemove .pc files on distclean.
2005-10-04 j@v2v.ccMove all definitions of external dependencies into...
2005-08-10 Justin Rugglesconfigure libgsm patch by (Justin Ruggles: jruggle...
2005-08-01 Alexander Strasserlibavutil: Utility code from libavcodec moved to a...
2005-05-08 Charles Yatessupport BUILDSUF patch by <charles dot yates at pandora...
2005-03-18 Víctor Paesaogg has to be at the right of vorbis patch by ("Víctor...
2005-02-27 Steven M. Schultz changes 'make' in a couple places to $(MAKE) patch...
2005-02-24 Nilesh Bansal01-makefile_fix_updated.patch
2005-01-21 Philipp Matthias... Out-of-directory build patch by (Philipp Matthias Hahn...
2004-10-22 Roman Shaposhnik * Introducing IIDC1394 grabbing interface.
2004-10-16 Alex Beregszaszicws2fws, utility to convert compressed flash files...
2004-10-11 Michel Bardiauxconfig options log patch by (Michel Bardiaux <mbardiaux...
2004-10-06 Zdenek Kabelac* missing targets cleanup
2004-10-05 Robert Lippmann Fix link fail of ffserver on mingw with --enable-vorbi...
2004-10-01 Michel BardiauxHelp debugging by keeping symbols ans line numbers...
2004-08-11 Michael Niedermayermake dep fixes by (Måns Rullgård <mru at kth dot se>)
2004-07-16 Adam ThayerXviD Support patch by (Adam Thayer <krevnik at comcast...
2004-07-08 Michael Niedermayerspaces in the patch fix by (Nicolas Boos <nicolas.boos...
2004-07-05 Nicolas Boosautobuild doc if possible patch by (Nicolas Boos <nicol...
2004-06-17 Nicolas BoosInstall only manpage if binary is present patch by...
2004-03-26 Mike Melansonadded QT faststart remuxing utility to ffmpeg distribut...
next