]> git.sesse.net Git - ffmpeg/history - vhook
add rounding bias earlier in the idct, avoids many adds
[ffmpeg] / vhook /
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...
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-09-03 Charles Yatesvhook patch by (Charles Yates <charles dot yates at...
2003-06-10 Philip GladstoneGet all the stride stuff right so that we actually...
2003-05-21 Philip GladstoneMade it work again -- it now detects fish! (This involv...
2003-02-16 Philip GladstoneUpdated with many new features.
2003-02-12 Zdenek Kabelac* int64_t is now the right name
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-11 Philip GladstoneInitial checkin for a cheaper text drawing function...
2003-02-11 Philip GladstoneAdd Makefile entry for the drawtext filter
2003-02-09 Philip Gladstoneprevent segfault when passed no arguments
2003-02-01 Fabrice Bellardfixed dependencies
2003-01-23 Fabrice Bellarduse av_strdup()
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-19 Fabrice Bellardfixed imlib2.c pixel format (imlib2 seems to use CPU...
2003-01-14 Philip GladstoneAUtomatic dependency generation. Runs on Linux (at...
2002-11-30 Philip GladstoneAdded a release function to free up the context. Also...
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...