Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vhook
AgeCommit message (Expand)Author
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
2006-05-30Support modular X11 path to rgb.txt patch by (Ville Skyttä - scop from SF-bu...Ville Skyttä
2006-05-18uninstallation supportDiego Biurrun
2006-05-18Simplify vhook build.Diego Biurrun
2006-03-24make install target depend on vhooksMåns Rullgård
2006-03-09Watermarking with exact colors.Marcus Engene
2006-01-31add static keyword to some functionsDieter
2006-01-31add static keyword to some functionsDieter
2006-01-31add missing #includesDieter
2006-01-27Remove obscure Makefile.bak entry from distclean rules.Diego Biurrun
2006-01-16Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun
2006-01-15Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2006-01-12Move Darwin shared library build peculiarities to configure.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
2005-10-27FreeBSD support as well as some assorted fixesMarcus Engene
2005-10-22Fix linking failure on Mac OS X <10.4.Patrice Bensoussan
2005-10-01vhoook vs vhook typo, patch by Steven M. Schultz < sms - at - 2BSD - at - COM >Steven M. Schultz
2005-09-26support for building dynamic libraries on Mac OS XDiego Biurrun
2005-08-02libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser
2005-07-18this file got skipped during the API updateMike Melanson
2005-07-11compiling using nonstd include/library locations / add LDFLAGS to a few place...Niki W. Waibel
2005-05-26vhook watermark patch by (Marcus Engene: ffmpeg, engene se)Marcus Engene
2005-05-10cast NULL to correct typeMichael Niedermayer
2005-05-01switch to native time basesMichael Niedermayer
2005-03-16add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org)Luca Barbato
2005-02-26watermark filter by (Marcus Engene <ffmpeg engene se>)Michael Niedermayer
2005-02-25get fish to compile (time() forbidden), pstrcat not declared from ppm.cFrançois Revol
2005-01-12disallow strcatMichael Niedermayer
2005-01-12sprintf->snprintfMichael Niedermayer
2004-09-23imlib2 vhook rgba fix by ("Todd.Kirby" <doubleshot at pacbell dot net>)Michael Niedermayer
2004-07-08spaces in the patch fix by (Nicolas Boos <nicolas.boos at wanadoo dot fr>)Michael Niedermayer
2004-04-07fix compilation after michaels anti-time changeAlex Beregszaszi
2003-11-032nd attempt at OS/X shared/mdynamicnopic fix by ("Steven M. Schultz" <sms at ...Michael Niedermayer
2003-10-18- Moving -Wall from the individual Makefiles to configure (and onlyDan Christiansen
2003-09-29PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi ...Dan Christiansen
2003-09-29ppm vhook follow up patch by (Charles Yates <charles dot yates at pandora dot...Charles Yates
2003-09-09Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard
2003-09-03vhook patch by (Charles Yates <charles dot yates at pandora dot be>)Charles Yates
2003-06-10Get all the stride stuff right so that we actually get the coloursPhilip Gladstone
2003-05-21Made it work again -- it now detects fish! (This involved clearing outPhilip Gladstone
2003-02-17Updated with many new features.Philip Gladstone
2003-02-12* int64_t is now the right nameZdenek Kabelac
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-11Initial checkin for a cheaper text drawing function than imlib2.c.Philip Gladstone
2003-02-11Add Makefile entry for the drawtext filterPhilip Gladstone
2003-02-09prevent segfault when passed no argumentsPhilip Gladstone
2003-02-01fixed dependenciesFabrice Bellard