101 Commits (36c07acd595288c2747d491993d044b81593b00c)

Author SHA1 Message Date
Diego Biurrun 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 years ago
Víctor Paesa 1b45e30404 Remove hardcoded dependency of imlib2 on Xlib. 18 years ago
Måns Rullgård 55fde95e3b rename cropTbl -> ff_cropTbl 18 years ago
Måns Rullgård 997baf0141 allow spaces in source and build directory names 18 years ago
Víctor Paesa 718eeb6a21 add moving images feature to imlib2 vhook 18 years ago
Gustavo Sverzut Barbieri 2959ba80c2 warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail com 18 years ago
Gustavo Sverzut Barbieri 95b096245b Use fixed point in color conversion. 18 years ago
Luca Abeni a163ed1aaa Do not use a fake libavcodec/swscale.h, but always use the real one 18 years ago
Diego Biurrun 8dfcf67e88 spelling/grammar fixes 18 years ago
Diego Biurrun 89ae0e620d Add libswscale to the include path when enabled. 18 years ago
Diego Biurrun 8c9d49f266 Don't mix declarations and statements. 18 years ago
Víctor Paesa a8824a790f simplifies null vhook by using sws_getCachedContext() 18 years ago
Víctor Paesa df117196d3 simplifies fish vhook by using sws_getCachedContext() 18 years ago
Víctor Paesa 2d7490fcf4 port watermark vhook to swscaler 18 years ago
Víctor Paesa 67d0436c8d port imlib2 vhook to swscaler 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun cbeee4d8e5 Replace -I../-I. by -I$(BUILD_ROOT). 18 years ago
Diego Biurrun 220d2d82ef make dep should also work. 18 years ago
Diego Biurrun 3263626feb Mark all phony targets as such. 18 years ago
Víctor Paesa fbb9d1043d Fix vhook build on Cygwin, shared builds only. 18 years ago
Gustavo Sverzut Barbieri aaf78bde93 fprintf/perror --> av_log 18 years ago
Diego Biurrun ca373eb7e4 Add -g to LDFLAGS instead of adding it to the command line. 18 years ago
Diego Biurrun 3c57374894 LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly. 18 years ago
Diego Biurrun 529dd3c9ea Move required libs after the object file for the shared lib compilation. 18 years ago
Gustavo Sverzut Barbieri b2565d710f Introduce a mechanism to add object-specific linker flags. 18 years ago
Víctor Paesa a4dd5fb73a port ppm vhook to swscaler 18 years ago
Víctor Paesa dd93315340 Re-Add support for PNG or PNM as watermark images, which was broken 18 years ago
Guillaume Poirier 809b6a3138 Use libswscale in fish vhook. 18 years ago
Víctor Paesa be484a2cc9 convert null vhook to libswscale 18 years ago
Michael Niedermayer b4902c11c1 av_free* cleanup 18 years ago
Diego Biurrun 7981555d89 Move all internal -I parameters to the front of CFLAGS to avoid using external 18 years ago
Diego Biurrun 041514a422 Revert last commit, VPATH is necessary for out-of-tree builds. 18 years ago
Diego Biurrun cf41e66736 Remove unnecessary include and variable declaration. 18 years ago
Diego Biurrun 408382a434 Make vhook CFLAGS handling less confusing. 18 years ago
Diego Biurrun 84c22efdfb Create infrastructure to install shared and static libs into different places. 18 years ago
Diego Biurrun 3409385da6 Properly handle vhook build flags for platforms that require special handling. 18 years ago
Diego Biurrun 302cdccfc1 cosmetics: Reorder some entries for more consistency and readability. 18 years ago
Diego Biurrun f130fd4630 cosmetics: Break overly long lines. 18 years ago
Stefan Huehner 7b49ce2e34 Add const to (mostly) char* and make some functions static, which aren't used 19 years ago
Ville Skyttä 22a0e90712 Support modular X11 path to rgb.txt patch by (Ville Skyttä - scop from SF-bugtracker) 19 years ago
Diego Biurrun f9edb71744 uninstallation support 19 years ago
Diego Biurrun a11d5f50ac Simplify vhook build. 19 years ago
Måns Rullgård a11a334d18 make install target depend on vhooks 19 years ago
Marcus Engene ed818e25f8 Watermarking with exact colors. 19 years ago
Dieter efce1a8fea add static keyword to some functions 19 years ago
Dieter ceaf1909c1 add static keyword to some functions 19 years ago
Dieter a851b8e898 add missing #includes 19 years ago
Diego Biurrun 04c07634d6 Remove obscure Makefile.bak entry from distclean rules. 19 years ago
Diego Biurrun 98013cc16c Make clean/distclean consistent throughout all the Makefiles. 19 years ago
Diego Biurrun 29a10be0d4 Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. 19 years ago