summaryrefslogtreecommitdiffstats
path: root/vhook
Commit message (Expand)AuthorAgeFilesLines
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-1/+1
* allow spaces in source and build directory namesMåns Rullgård2006-11-081-1/+1
* add moving images feature to imlib2 vhookVíctor Paesa2006-11-071-14/+154
* warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail comGustavo Sverzut Barbieri2006-10-301-1/+1
* Use fixed point in color conversion.Gustavo Sverzut Barbieri2006-10-301-5/+9
* Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni2006-10-231-5/+1
* spelling/grammar fixesDiego Biurrun2006-10-221-11/+11
* Add libswscale to the include path when enabled.Diego Biurrun2006-10-161-0/+4
* Don't mix declarations and statements.Diego Biurrun2006-10-161-4/+3
* simplifies null vhook by using sws_getCachedContext()Víctor Paesa2006-10-111-41/+20
* simplifies fish vhook by using sws_getCachedContext()Víctor Paesa2006-10-111-24/+8
* port watermark vhook to swscalerVíctor Paesa2006-10-111-17/+91
* port imlib2 vhook to swscalerVíctor Paesa2006-10-111-16/+41
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-076-24/+36
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-071-1/+1
* make dep should also work.Diego Biurrun2006-10-031-1/+1
* Mark all phony targets as such.Diego Biurrun2006-10-031-0/+2
* Fix vhook build on Cygwin, shared builds only.Víctor Paesa2006-09-131-1/+1
* fprintf/perror --> av_logGustavo Sverzut Barbieri2006-09-101-11/+11
* Add -g to LDFLAGS instead of adding it to the command line.Diego Biurrun2006-09-081-1/+2
* LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly.Diego Biurrun2006-09-071-3/+3
* Move required libs after the object file for the shared lib compilation.Diego Biurrun2006-09-071-1/+1
* Introduce a mechanism to add object-specific linker flags.Gustavo Sverzut Barbieri2006-09-071-3/+3
* port ppm vhook to swscalerVíctor Paesa2006-09-031-16/+49
* Re-Add support for PNG or PNM as watermark images, which was brokenVíctor Paesa2006-08-301-0/+4
* Use libswscale in fish vhook.Guillaume Poirier2006-08-301-4/+43
* convert null vhook to libswscaleVíctor Paesa2006-08-281-8/+65
* av_free* cleanupMichael Niedermayer2006-08-181-10/+3
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-171-2/+2
* Revert last commit, VPATH is necessary for out-of-tree builds.Diego Biurrun2006-08-171-0/+2
* Remove unnecessary include and variable declaration.Diego Biurrun2006-08-171-2/+0
* Make vhook CFLAGS handling less confusing.Diego Biurrun2006-08-171-2/+2
* Create infrastructure to install shared and static libs into different places.Diego Biurrun2006-07-151-4/+4
* Properly handle vhook build flags for platforms that require special handling.Diego Biurrun2006-07-141-7/+1
* cosmetics: Reorder some entries for more consistency and readability.Diego Biurrun2006-07-141-3/+4
* cosmetics: Break overly long lines.Diego Biurrun2006-07-051-2/+4
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-181-2/+2
* Support modular X11 path to rgb.txt patch by (Ville Skyttä - scop from SF-bu...Ville Skyttä2006-05-301-1/+3
* uninstallation supportDiego Biurrun2006-05-181-0/+5
* Simplify vhook build.Diego Biurrun2006-05-181-6/+2
* make install target depend on vhooksMåns Rullgård2006-03-241-1/+1
* Watermarking with exact colors.Marcus Engene2006-03-091-17/+156
* add static keyword to some functionsDieter2006-01-301-3/+3
* add static keyword to some functionsDieter2006-01-301-6/+6
* add missing #includesDieter2006-01-301-0/+1
* Remove obscure Makefile.bak entry from distclean rules.Diego Biurrun2006-01-261-1/+1
* Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun2006-01-161-1/+4
* Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.Diego Biurrun2006-01-151-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-126-6/+6
* Move Darwin shared library build peculiarities to configure.Diego Biurrun2006-01-121-5/+2
OpenPOWER on IntegriCloud