]> git.sesse.net Git - ffmpeg/history - vhook/Makefile
Add support for grayscale images with arbitrary maxvals.
[ffmpeg] / vhook / Makefile
2007-02-26 Diego BiurrunSimplify .depend file inclusion.
2007-02-05 Víctor PaesaRemove hardcoded dependency of imlib2 on Xlib.
2006-11-08 Måns Rullgårdallow spaces in source and build directory names
2006-10-23 Luca AbeniDo not use a fake libavcodec/swscale.h, but always...
2006-10-16 Diego BiurrunAdd libswscale to the include path when enabled.
2006-10-07 Diego BiurrunReplace -I../-I. by -I$(BUILD_ROOT).
2006-10-03 Diego Biurrunmake dep should also work.
2006-10-03 Diego BiurrunMark all phony targets as such.
2006-09-13 Víctor PaesaFix vhook build on Cygwin, shared builds only.
2006-09-08 Diego BiurrunAdd -g to LDFLAGS instead of adding it to the command...
2006-09-07 Diego BiurrunLDFLAGS_$@ contains libs, not LDFLAGS, rename it accord...
2006-09-07 Diego BiurrunMove required libs after the object file for the shared...
2006-09-07 Gustavo Sverzut... Introduce a mechanism to add object-specific linker...
2006-08-17 Diego BiurrunMove all internal -I parameters to the front of CFLAGS...
2006-08-17 Diego BiurrunRevert last commit, VPATH is necessary for out-of-tree...
2006-08-17 Diego BiurrunRemove unnecessary include and variable declaration.
2006-08-17 Diego BiurrunMake vhook CFLAGS handling less confusing.
2006-07-15 Diego BiurrunCreate infrastructure to install shared and static...
2006-07-14 Diego BiurrunProperly handle vhook build flags for platforms that...
2006-07-14 Diego Biurruncosmetics: Reorder some entries for more consistency...
2006-07-05 Diego Biurruncosmetics: Break overly long lines.
2006-05-18 Diego Biurrununinstallation support
2006-05-18 Diego BiurrunSimplify vhook build.
2006-03-24 Måns Rullgårdmake install target depend on vhooks
2006-01-26 Diego BiurrunRemove obscure Makefile.bak entry from distclean rules.
2006-01-16 Diego BiurrunMake clean/distclean consistent throughout all the...
2006-01-15 Diego BiurrunDon't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSU...
2006-01-12 Diego BiurrunMove Darwin shared library build peculiarities to confi...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-10-22 Patrice BensoussanFix linking failure on Mac OS X <10.4.
2005-10-01 Steven M. Schultzvhoook vs vhook typo, patch by Steven M. Schultz <...
2005-09-26 Diego Biurrunsupport for building dynamic libraries on Mac OS X
2005-08-01 Alexander Strasserlibavutil: Utility code from libavcodec moved to a...
2005-07-11 Niki W. Waibelcompiling using nonstd include/library locations /...
2005-03-16 Luca Barbatoadd libdir support to configure patch by (Luca Barbato...
2005-02-25 Michael Niedermayerwatermark filter by (Marcus Engene <ffmpeg engene se>)
2004-07-08 Michael Niedermayerspaces in the patch fix by (Nicolas Boos <nicolas.boos...
2003-11-03 Michael Niedermayer2nd attempt at OS/X shared/mdynamicnopic fix by ("Steve...
2003-10-18 Dan Christiansen- Moving -Wall from the individual Makefiles to configu...
2003-09-28 Dan ChristiansenPowerPC warnings & optimisations patch by (Dan Christia...
2003-09-28 Charles Yatesppm vhook follow up patch by (Charles Yates <charles...
2003-09-09 Glenn MaynardDebug/optimization patch by (Glenn Maynard <g_sf at...
2003-02-11 Philip GladstoneAdd Makefile entry for the drawtext filter
2003-02-01 Fabrice Bellardfixed dependencies
2003-01-22 Fabrice Bellarddependency handling is consistant with libavcodec
2003-01-22 Fabrice Bellardremoved unused rule
2003-01-22 Fabrice Bellarddependency handling is consistant with libavcodec
2003-01-14 Philip GladstoneAUtomatic dependency generation. Runs on Linux (at...
2002-11-30 Philip GladstoneMoved hook documentation into the doc directory
2002-11-29 Fabrice Bellardfixed multidir compile
2002-11-26 Philip GladstoneTry to get this to build on more platforms (especially...
2002-11-25 Fabrice Bellardrenamed libav to libavformat
2002-11-23 Philip GladstoneApplied changes to make it compile on darwin
2002-11-21 Philip GladstoneAdded three sample video hooks. See the (rudimentary...