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-10-11port watermark vhook to swscalerVíctor Paesa
2006-10-11port imlib2 vhook to swscalerVíctor Paesa
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-07Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun
2006-10-03make dep should also work.Diego Biurrun
2006-10-03Mark all phony targets as such.Diego Biurrun
2006-09-14Fix vhook build on Cygwin, shared builds only.Víctor Paesa
2006-09-10fprintf/perror --> av_logGustavo Sverzut Barbieri
2006-09-08Add -g to LDFLAGS instead of adding it to the command line.Diego Biurrun
2006-09-08LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly.Diego Biurrun
2006-09-08Move required libs after the object file for the shared lib compilation.Diego Biurrun
2006-09-07Introduce a mechanism to add object-specific linker flags.Gustavo Sverzut Barbieri
2006-09-03port ppm vhook to swscalerVíctor Paesa
2006-08-30Re-Add support for PNG or PNM as watermark images, which was brokenVíctor Paesa
2006-08-30Use libswscale in fish vhook.Guillaume Poirier
2006-08-28convert null vhook to libswscaleVíctor Paesa
2006-08-18av_free* cleanupMichael Niedermayer
2006-08-17Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun
2006-08-17Revert last commit, VPATH is necessary for out-of-tree builds.Diego Biurrun
2006-08-17Remove unnecessary include and variable declaration.Diego Biurrun
2006-08-17Make vhook CFLAGS handling less confusing.Diego Biurrun
2006-07-16Create infrastructure to install shared and static libs into different places.Diego Biurrun
2006-07-14Properly handle vhook build flags for platforms that require special handling.Diego Biurrun
2006-07-14cosmetics: Reorder some entries for more consistency and readability.Diego Biurrun
2006-07-05cosmetics: Break overly long lines.Diego Biurrun
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