summaryrefslogtreecommitdiff
path: root/vhook/imlib2.c
Commit message (Expand)AuthorAge
* Use const qualifier for the variable "tbp", fix warning.Stefano Sabatini2009-02-18
* Use parentheses around assignment used as truth value, fix warning.Stefano Sabatini2009-02-18
* Assign const qualifier to the font variable, fix warning.Stefano Sabatini2009-02-18
* Add const qualifier to the error var, fix warnings.Stefano Sabatini2009-02-18
* Make sure strcasecmp() is declared.Diego Pettenò2008-10-03
* Properly use av_log rather than fprintf/printf.JonY2008-09-04
* Add missing path to #include.Benoit Fouet2008-05-09
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Initialize correctly optind.Eduardo Bragatto2008-01-09
* Fix illegal identifiers, names starting with _ and uppercase are reserved.Diego Biurrun2008-01-08
* Remove duplication of imlib2 vhook documentation.Ramiro Polla2007-08-07
* Set error parameter for ff_parseRamiro Polla2007-06-20
* Add alpha channel support for imlib2 vhookRamiro Polla2007-06-18
* 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
* Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.Diego Biurrun2007-04-01
* 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
* add moving images feature to imlib2 vhookVíctor Paesa2006-11-07
* 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
* Support modular X11 path to rgb.txt patch by (Ville Skyttä - scop from SF-bu...Ville Skyttä2006-05-30
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* imlib2 vhook rgba fix by ("Todd.Kirby" <doubleshot at pacbell dot net>)Michael Niedermayer2004-09-23
* fix compilation after michaels anti-time changeAlex Beregszaszi2004-04-07
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* prevent segfault when passed no argumentsPhilip Gladstone2003-02-09
* use av_strdup()Fabrice Bellard2003-01-23
* fixed imlib2.c pixel format (imlib2 seems to use CPU endianness in RGBA32 as ...Fabrice Bellard2003-01-19
* Added a release function to free up the context. Also removed the dummyPhilip Gladstone2002-11-30
* Applied changes to make it compile on darwinPhilip Gladstone2002-11-23
* Added three sample video hooks. See the (rudimentary) documentation on whatPhilip Gladstone2002-11-21