]> git.sesse.net Git - ffmpeg/history - vhook
Update comment to version, negotiated with Diego, and
[ffmpeg] / vhook /
2008-05-09 Benoit FouetAdd missing path to #include.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-01-09 Eduardo BragattoInitialize correctly optind.
2008-01-08 Diego BiurrunFix illegal identifiers, names starting with _ and...
2007-12-01 Vitor Sessakspelling
2007-11-20 Stefano SabatiniFix wrong error message.
2007-08-07 Ramiro PollaRemove duplication of imlib2 vhook documentation.
2007-07-08 Diego BiurrunMake vhook build non-recursive.
2007-07-05 Víctor PaesaThe watermark vhook cannot handle truncated bitstreams.
2007-06-24 Reimar Döffingermore av_strl* adjustments
2007-06-20 Ramiro PollaSet error parameter for ff_parse
2007-06-18 Ramiro PollaAdd alpha channel support for imlib2 vhook
2007-06-18 Limin Wangfix imlib2 memory leaks
2007-06-17 Ramiro PollaIndentation
2007-06-16 Ramiro PollaAdd expression evaluation parameters for colors in...
2007-06-16 Ramiro PollaTypo
2007-06-15 Ramiro PollaIndentation for previous commit
2007-06-15 Ramiro PollaAllow user to specify rgb.txt for imlib2 vhook
2007-06-14 Ramiro PollaMake ppm vhook depend on fork()
2007-06-10 Diego BiurrunWe do not create .d files, thus no need to remove them.
2007-05-13 Reimar DöffingerDo not use return with argument for a function "returni...
2007-04-01 Diego BiurrunReplace forbidden exit() by return() Víctor Paesa,...
2007-04-01 Víctor PaesaReplace valid use of exit by _exit, patch by Víctor...
2007-02-26 Diego BiurrunSimplify .depend file inclusion.
2007-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2007-02-05 Víctor PaesaRemove hardcoded dependency of imlib2 on Xlib.
2006-11-12 Måns Rullgårdrename cropTbl -> ff_cropTbl
2006-11-08 Måns Rullgårdallow spaces in source and build directory names
2006-11-07 Víctor Paesaadd moving images feature to imlib2 vhook
2006-10-30 Gustavo Sverzut... warning fix from a patch by Gustavo Sverzut Barbieri...
2006-10-30 Gustavo Sverzut... Use fixed point in color conversion.
2006-10-23 Luca AbeniDo not use a fake libavcodec/swscale.h, but always...
2006-10-22 Diego Biurrunspelling/grammar fixes
2006-10-16 Diego BiurrunAdd libswscale to the include path when enabled.
2006-10-16 Diego BiurrunDon't mix declarations and statements.
2006-10-11 Víctor Paesasimplifies null vhook by using sws_getCachedContext()
2006-10-11 Víctor Paesasimplifies fish vhook by using sws_getCachedContext()
2006-10-11 Víctor Paesaport watermark vhook to swscaler
2006-10-11 Víctor Paesaport imlib2 vhook to swscaler
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
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-10 Gustavo Sverzut... fprintf/perror --> av_log
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-09-03 Víctor Paesaport ppm vhook to swscaler
2006-08-30 Víctor PaesaRe-Add support for PNG or PNM as watermark images,...
2006-08-30 Guillaume PoirierUse libswscale in fish vhook.
2006-08-28 Víctor Paesaconvert null vhook to libswscale
2006-08-18 Michael Niedermayerav_free* cleanup
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-06-18 Stefan HuehnerAdd const to (mostly) char* and make some functions...
2006-05-30 Ville SkyttäSupport modular X11 path to rgb.txt patch by (Ville...
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-03-09 Marcus EngeneWatermarking with exact colors.
2006-01-30 Dieteradd static keyword to some functions
2006-01-30 Dieteradd static keyword to some functions
2006-01-30 Dieteradd missing #includes
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 BiurrunUpdate licensing information: The FSF changed postal...
2006-01-12 Diego BiurrunMove Darwin shared library build peculiarities to confi...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-12 Måns Rullgårduse PRIxN, %zd, %td formats where needed
2005-10-26 Marcus EngeneFreeBSD support as well as some assorted fixes
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-18 Mike Melansonthis file got skipped during the API update
2005-07-11 Niki W. Waibelcompiling using nonstd include/library locations /...
2005-05-26 Marcus Engenevhook watermark patch by (Marcus Engene: ffmpeg, engene se)
2005-05-10 Michael Niedermayercast NULL to correct type
2005-04-30 Michael Niedermayerswitch to native time bases
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>)
2005-02-24 François Revolget fish to compile (time() forbidden), pstrcat not...
2005-01-12 Michael Niedermayerdisallow strcat
2005-01-12 Michael Niedermayersprintf->snprintf
2004-09-23 Michael Niedermayerimlib2 vhook rgba fix by ("Todd.Kirby" <doubleshot...
2004-07-08 Michael Niedermayerspaces in the patch fix by (Nicolas Boos <nicolas.boos...
2004-04-07 Alex Beregszaszifix compilation after michaels anti-time change
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...
next