summaryrefslogtreecommitdiff
path: root/vhook/imlib2.c
Commit message (Collapse)AuthorAge
* Use const qualifier for the variable "tbp", fix warning.Stefano Sabatini2009-02-18
| | | | Originally committed as revision 17438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use parentheses around assignment used as truth value, fix warning.Stefano Sabatini2009-02-18
| | | | Originally committed as revision 17437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Assign const qualifier to the font variable, fix warning.Stefano Sabatini2009-02-18
| | | | Originally committed as revision 17436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const qualifier to the error var, fix warnings.Stefano Sabatini2009-02-18
| | | | Originally committed as revision 17435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure strcasecmp() is declared.Diego Pettenò2008-10-03
| | | | | | | | On recent glibc versions strings.h is not included by default, so the compiler will issue a warning for implicit declaration of strcasecmp(). patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com Originally committed as revision 15531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly use av_log rather than fprintf/printf.JonY2008-09-04
| | | | | | | Fix the "implicit declaration of function 'please_use_av_log'" warnings. Patch by JonY <10walls _AT_ gmail #dot# com> Originally committed as revision 15200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing path to #include.Benoit Fouet2008-05-09
| | | | Originally committed as revision 13104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initialize correctly optind.Eduardo Bragatto2008-01-09
| | | | | | | | Patch by Eduardo Bragatto, his name at his surname dot com Thread http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-January/039835.html Originally committed as revision 11483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix illegal identifiers, names starting with _ and uppercase are reserved.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplication of imlib2 vhook documentation.Ramiro Polla2007-08-07
| | | | | | It is more complete at doc/hooks.texi Originally committed as revision 9976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set error parameter for ff_parseRamiro Polla2007-06-20
| | | | Originally committed as revision 9377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add alpha channel support for imlib2 vhookRamiro Polla2007-06-18
| | | | Originally committed as revision 9365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix imlib2 memory leaksLimin Wang2007-06-18
| | | | | | | | patch by Limin Wang: [lance lmwang gmail com] original thread: [FFmpeg-devel] [PATCH] fix imlib2 memory leaks date: 06/18/2007 04:22 AM Originally committed as revision 9361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentationRamiro Polla2007-06-17
| | | | Originally committed as revision 9347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add expression evaluation parameters for colors in imlib2 vhookRamiro Polla2007-06-16
| | | | Originally committed as revision 9342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoRamiro Polla2007-06-16
| | | | Originally committed as revision 9329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indentation for previous commitRamiro Polla2007-06-15
| | | | Originally committed as revision 9327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow user to specify rgb.txt for imlib2 vhookRamiro Polla2007-06-15
| | | | Originally committed as revision 9326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.Diego Biurrun2007-04-01
| | | | Originally committed as revision 8592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
| | | | Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove hardcoded dependency of imlib2 on Xlib.Víctor Paesa2007-02-05
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 7829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add moving images feature to imlib2 vhookVíctor Paesa2006-11-07
| | | | | | | | | Patch by Victor Paesa % wzrlpy A arsystel P com % Original thread: Date: Jul 30, 2006 12:28 AM Subject: [Ffmpeg-devel] [PATCH] Add moving images feature to imlib2 vhook Originally committed as revision 6929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* port imlib2 vhook to swscalerVíctor Paesa2006-10-11
| | | | | | | | | Patch by Victor Paesa %wzrlpy A arsystel P com% Original thread + testcase: Date: Sep 13, 2006 11:06 PM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support modular X11 path to rgb.txt patch by (Ville Skyttä - scop from ↵Ville Skyttä2006-05-30
| | | | | | SF-bugtracker) Originally committed as revision 5429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* imlib2 vhook rgba fix by ("Todd.Kirby" <doubleshot at pacbell dot net>)Michael Niedermayer2004-09-23
| | | | Originally committed as revision 3498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation after michaels anti-time changeAlex Beregszaszi2004-04-07
| | | | Originally committed as revision 2977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent segfault when passed no argumentsPhilip Gladstone2003-02-09
| | | | Originally committed as revision 1558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_strdup()Fabrice Bellard2003-01-23
| | | | Originally committed as revision 1507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed imlib2.c pixel format (imlib2 seems to use CPU endianness in RGBA32 as ↵Fabrice Bellard2003-01-19
| | | | | | libavcodec) Originally committed as revision 1471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added a release function to free up the context. Also removed the dummyPhilip Gladstone2002-11-30
| | | | | | | declarations at the bottom of the file. This type checking is now handled by the header file. Originally committed as revision 1295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Applied changes to make it compile on darwinPhilip Gladstone2002-11-23
| | | | Originally committed as revision 1270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added three sample video hooks. See the (rudimentary) documentation on whatPhilip Gladstone2002-11-21
they do and their capabilities. Originally committed as revision 1265 to svn://svn.ffmpeg.org/ffmpeg/trunk