summaryrefslogtreecommitdiff
path: root/vhook
Commit message (Expand)AuthorAge
* fix imlib2 memory leaksLimin Wang2007-06-18
* IndentationRamiro Polla2007-06-17
* Add expression evaluation parameters for colors in imlib2 vhookRamiro Polla2007-06-16
* TypoRamiro Polla2007-06-16
* Indentation for previous commitRamiro Polla2007-06-15
* Allow user to specify rgb.txt for imlib2 vhookRamiro Polla2007-06-15
* Make ppm vhook depend on fork()Ramiro Polla2007-06-14
* We do not create .d files, thus no need to remove them.Diego Biurrun2007-06-10
* Do not use return with argument for a function "returning" void.Reimar Döffinger2007-05-13
* Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.Diego Biurrun2007-04-01
* Replace valid use of exit by _exit, patch by Víctor Paesa, wzrlpy arsystel com.Víctor Paesa2007-04-01
* Simplify .depend file inclusion.Diego Biurrun2007-02-26
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
* Remove hardcoded dependency of imlib2 on Xlib.Víctor Paesa2007-02-05
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
* add moving images feature to imlib2 vhookVíctor Paesa2006-11-07
* warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail comGustavo Sverzut Barbieri2006-10-30
* Use fixed point in color conversion.Gustavo Sverzut Barbieri2006-10-30
* Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni2006-10-23
* spelling/grammar fixesDiego Biurrun2006-10-22
* Add libswscale to the include path when enabled.Diego Biurrun2006-10-16
* Don't mix declarations and statements.Diego Biurrun2006-10-16
* simplifies null vhook by using sws_getCachedContext()Víctor Paesa2006-10-11
* simplifies fish vhook by using sws_getCachedContext()Víctor Paesa2006-10-11
* port watermark vhook to swscalerVíctor Paesa2006-10-11
* port imlib2 vhook to swscalerVíctor Paesa2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-07
* make dep should also work.Diego Biurrun2006-10-03
* Mark all phony targets as such.Diego Biurrun2006-10-03
* Fix vhook build on Cygwin, shared builds only.Víctor Paesa2006-09-13
* fprintf/perror --> av_logGustavo Sverzut Barbieri2006-09-10
* Add -g to LDFLAGS instead of adding it to the command line.Diego Biurrun2006-09-08
* LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly.Diego Biurrun2006-09-07
* Move required libs after the object file for the shared lib compilation.Diego Biurrun2006-09-07
* Introduce a mechanism to add object-specific linker flags.Gustavo Sverzut Barbieri2006-09-07
* port ppm vhook to swscalerVíctor Paesa2006-09-03
* Re-Add support for PNG or PNM as watermark images, which was brokenVíctor Paesa2006-08-30
* Use libswscale in fish vhook.Guillaume Poirier2006-08-30
* convert null vhook to libswscaleVíctor Paesa2006-08-28
* av_free* cleanupMichael Niedermayer2006-08-18
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-17
* Revert last commit, VPATH is necessary for out-of-tree builds.Diego Biurrun2006-08-17
* Remove unnecessary include and variable declaration.Diego Biurrun2006-08-17
* Make vhook CFLAGS handling less confusing.Diego Biurrun2006-08-17
* Create infrastructure to install shared and static libs into different places.Diego Biurrun2006-07-15
* Properly handle vhook build flags for platforms that require special handling.Diego Biurrun2006-07-14
* cosmetics: Reorder some entries for more consistency and readability.Diego Biurrun2006-07-14
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05