| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not use return with argument for a function "returning" void. | Reimar Döffinger | 2007-05-13 | 1 | -2/+2 |
* | Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com. | Diego Biurrun | 2007-04-01 | 5 | -12/+12 |
* | Replace valid use of exit by _exit, patch by Víctor Paesa, wzrlpy arsystel com. | Víctor Paesa | 2007-04-01 | 1 | -1/+1 |
* | Simplify .depend file inclusion. | Diego Biurrun | 2007-02-26 | 1 | -3/+1 |
* | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun | 2007-02-07 | 2 | -21/+21 |
* | Remove hardcoded dependency of imlib2 on Xlib. | Víctor Paesa | 2007-02-05 | 2 | -2/+2 |
* | rename cropTbl -> ff_cropTbl | Måns Rullgård | 2006-11-12 | 1 | -1/+1 |
* | allow spaces in source and build directory names | Måns Rullgård | 2006-11-08 | 1 | -1/+1 |
* | add moving images feature to imlib2 vhook | Víctor Paesa | 2006-11-07 | 1 | -14/+154 |
* | warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail com | Gustavo Sverzut Barbieri | 2006-10-30 | 1 | -1/+1 |
* | Use fixed point in color conversion. | Gustavo Sverzut Barbieri | 2006-10-30 | 1 | -5/+9 |
* | Do not use a fake libavcodec/swscale.h, but always use the real one | Luca Abeni | 2006-10-23 | 1 | -5/+1 |
* | spelling/grammar fixes | Diego Biurrun | 2006-10-22 | 1 | -11/+11 |
* | Add libswscale to the include path when enabled. | Diego Biurrun | 2006-10-16 | 1 | -0/+4 |
* | Don't mix declarations and statements. | Diego Biurrun | 2006-10-16 | 1 | -4/+3 |
* | simplifies null vhook by using sws_getCachedContext() | Víctor Paesa | 2006-10-11 | 1 | -41/+20 |
* | simplifies fish vhook by using sws_getCachedContext() | Víctor Paesa | 2006-10-11 | 1 | -24/+8 |
* | port watermark vhook to swscaler | Víctor Paesa | 2006-10-11 | 1 | -17/+91 |
* | port imlib2 vhook to swscaler | Víctor Paesa | 2006-10-11 | 1 | -16/+41 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 6 | -24/+36 |
* | Replace -I../-I. by -I$(BUILD_ROOT). | Diego Biurrun | 2006-10-07 | 1 | -1/+1 |
* | make dep should also work. | Diego Biurrun | 2006-10-03 | 1 | -1/+1 |
* | Mark all phony targets as such. | Diego Biurrun | 2006-10-03 | 1 | -0/+2 |
* | Fix vhook build on Cygwin, shared builds only. | Víctor Paesa | 2006-09-13 | 1 | -1/+1 |
* | fprintf/perror --> av_log | Gustavo Sverzut Barbieri | 2006-09-10 | 1 | -11/+11 |
* | Add -g to LDFLAGS instead of adding it to the command line. | Diego Biurrun | 2006-09-08 | 1 | -1/+2 |
* | LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly. | Diego Biurrun | 2006-09-07 | 1 | -3/+3 |
* | Move required libs after the object file for the shared lib compilation. | Diego Biurrun | 2006-09-07 | 1 | -1/+1 |
* | Introduce a mechanism to add object-specific linker flags. | Gustavo Sverzut Barbieri | 2006-09-07 | 1 | -3/+3 |
* | port ppm vhook to swscaler | Víctor Paesa | 2006-09-03 | 1 | -16/+49 |
* | Re-Add support for PNG or PNM as watermark images, which was broken | Víctor Paesa | 2006-08-30 | 1 | -0/+4 |
* | Use libswscale in fish vhook. | Guillaume Poirier | 2006-08-30 | 1 | -4/+43 |
* | convert null vhook to libswscale | Víctor Paesa | 2006-08-28 | 1 | -8/+65 |
* | av_free* cleanup | Michael Niedermayer | 2006-08-18 | 1 | -10/+3 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | Diego Biurrun | 2006-08-17 | 1 | -2/+2 |
* | Revert last commit, VPATH is necessary for out-of-tree builds. | Diego Biurrun | 2006-08-17 | 1 | -0/+2 |
* | Remove unnecessary include and variable declaration. | Diego Biurrun | 2006-08-17 | 1 | -2/+0 |
* | Make vhook CFLAGS handling less confusing. | Diego Biurrun | 2006-08-17 | 1 | -2/+2 |
* | Create infrastructure to install shared and static libs into different places. | Diego Biurrun | 2006-07-15 | 1 | -4/+4 |
* | Properly handle vhook build flags for platforms that require special handling. | Diego Biurrun | 2006-07-14 | 1 | -7/+1 |
* | cosmetics: Reorder some entries for more consistency and readability. | Diego Biurrun | 2006-07-14 | 1 | -3/+4 |
* | cosmetics: Break overly long lines. | Diego Biurrun | 2006-07-05 | 1 | -2/+4 |
* | Add const to (mostly) char* and make some functions static, which aren't used | Stefan Huehner | 2006-06-18 | 1 | -2/+2 |
* | Support modular X11 path to rgb.txt patch by (Ville Skyttä - scop from SF-bu... | Ville Skyttä | 2006-05-30 | 1 | -1/+3 |
* | uninstallation support | Diego Biurrun | 2006-05-18 | 1 | -0/+5 |
* | Simplify vhook build. | Diego Biurrun | 2006-05-18 | 1 | -6/+2 |
* | make install target depend on vhooks | Måns Rullgård | 2006-03-24 | 1 | -1/+1 |
* | Watermarking with exact colors. | Marcus Engene | 2006-03-09 | 1 | -17/+156 |
* | add static keyword to some functions | Dieter | 2006-01-30 | 1 | -3/+3 |
* | add static keyword to some functions | Dieter | 2006-01-30 | 1 | -6/+6 |