summaryrefslogtreecommitdiffstats
path: root/vhook
Commit message (Expand)AuthorAgeFilesLines
* Check the allocated pointer instead of the given pointer as intendedErik Hovland2008-07-211-1/+1
* Remove unnecessary header #includes.Erik Hovland2008-05-291-1/+0
* Add missing path to #include.Benoit Fouet2008-05-091-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-096-18/+17
* Initialize correctly optind.Eduardo Bragatto2008-01-093-3/+3
* Fix illegal identifiers, names starting with _ and uppercase are reserved.Diego Biurrun2008-01-081-3/+3
* spellingVitor Sessak2007-12-011-1/+1
* Fix wrong error message.Stefano Sabatini2007-11-201-1/+1
* Remove duplication of imlib2 vhook documentation.Ramiro Polla2007-08-071-54/+0
* Make vhook build non-recursive.Diego Biurrun2007-07-081-54/+0
* The watermark vhook cannot handle truncated bitstreams.Víctor Paesa2007-07-051-4/+0
* more av_strl* adjustmentsReimar Döffinger2007-06-241-2/+3
* Set error parameter for ff_parseRamiro Polla2007-06-201-12/+13
* Add alpha channel support for imlib2 vhookRamiro Polla2007-06-181-7/+29
* fix imlib2 memory leaksLimin Wang2007-06-181-5/+11
* IndentationRamiro Polla2007-06-171-9/+9
* Add expression evaluation parameters for colors in imlib2 vhookRamiro Polla2007-06-161-1/+56
* TypoRamiro Polla2007-06-161-3/+3
* Indentation for previous commitRamiro Polla2007-06-151-3/+3
* Allow user to specify rgb.txt for imlib2 vhookRamiro Polla2007-06-151-2/+15
* Make ppm vhook depend on fork()Ramiro Polla2007-06-141-2/+6
* We do not create .d files, thus no need to remove them.Diego Biurrun2007-06-101-1/+1
* Do not use return with argument for a function "returning" void.Reimar Döffinger2007-05-131-2/+2
* Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.Diego Biurrun2007-04-015-12/+12
* Replace valid use of exit by _exit, patch by Víctor Paesa, wzrlpy arsystel com.Víctor Paesa2007-04-011-1/+1
* Simplify .depend file inclusion.Diego Biurrun2007-02-261-3/+1
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-072-21/+21
* Remove hardcoded dependency of imlib2 on Xlib.Víctor Paesa2007-02-052-2/+2
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-1/+1
* allow spaces in source and build directory namesMåns Rullgård2006-11-081-1/+1
* add moving images feature to imlib2 vhookVíctor Paesa2006-11-071-14/+154
* warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail comGustavo Sverzut Barbieri2006-10-301-1/+1
* Use fixed point in color conversion.Gustavo Sverzut Barbieri2006-10-301-5/+9
* Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni2006-10-231-5/+1
* spelling/grammar fixesDiego Biurrun2006-10-221-11/+11
* Add libswscale to the include path when enabled.Diego Biurrun2006-10-161-0/+4
* Don't mix declarations and statements.Diego Biurrun2006-10-161-4/+3
* simplifies null vhook by using sws_getCachedContext()Víctor Paesa2006-10-111-41/+20
* simplifies fish vhook by using sws_getCachedContext()Víctor Paesa2006-10-111-24/+8
* port watermark vhook to swscalerVíctor Paesa2006-10-111-17/+91
* port imlib2 vhook to swscalerVíctor Paesa2006-10-111-16/+41
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-076-24/+36
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-071-1/+1
* make dep should also work.Diego Biurrun2006-10-031-1/+1
* Mark all phony targets as such.Diego Biurrun2006-10-031-0/+2
* Fix vhook build on Cygwin, shared builds only.Víctor Paesa2006-09-131-1/+1
* fprintf/perror --> av_logGustavo Sverzut Barbieri2006-09-101-11/+11
* Add -g to LDFLAGS instead of adding it to the command line.Diego Biurrun2006-09-081-1/+2
* LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly.Diego Biurrun2006-09-071-3/+3
* Move required libs after the object file for the shared lib compilation.Diego Biurrun2006-09-071-1/+1
OpenPOWER on IntegriCloud