summaryrefslogtreecommitdiff
path: root/vhook
Commit message (Expand)AuthorAge
* Check the return values of a few functions to avoid the corresponding warnings.Patrik Kullman2009-02-21
* Use av_strdup to allocate string, prevents the warning:Patrik Kullman2009-02-21
* Revert adding av_uninit to out_width/out_height variables.Diego Biurrun2009-02-21
* 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
* Add av_uninit to variable declarations to fix the false positive warnings:Patrik Kullman2009-02-14
* Make sure strcasecmp() is declared.Diego Pettenò2008-10-03
* Undefine the macro which defines fprintf as please_use_av_log so thatJonY2008-09-06
* Properly use av_log rather than fprintf/printf.JonY2008-09-04
* Check the allocated pointer instead of the given pointer as intendedErik Hovland2008-07-21
* Remove unnecessary header #includes.Erik Hovland2008-05-29
* 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
* spellingVitor Sessak2007-12-01
* Fix wrong error message.Stefano Sabatini2007-11-20
* Remove duplication of imlib2 vhook documentation.Ramiro Polla2007-08-07
* Make vhook build non-recursive.Diego Biurrun2007-07-08
* The watermark vhook cannot handle truncated bitstreams.Víctor Paesa2007-07-05
* more av_strl* adjustmentsReimar Döffinger2007-06-24
* 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
* Make ppm vhook depend on fork()Ramiro Polla2007-06-14
* We do not create .d files, thus no need to remove them.Diego Biurrun2007-06-10
* Do not use return with argument for a function "returning" void.Reimar Döffinger2007-05-13
* Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.Diego Biurrun2007-04-01
* Replace valid use of exit by _exit, patch by Víctor Paesa, wzrlpy arsystel com.Víctor Paesa2007-04-01
* Simplify .depend file inclusion.Diego Biurrun2007-02-26
* 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
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
* add moving images feature to imlib2 vhookVíctor Paesa2006-11-07
* warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail comGustavo Sverzut Barbieri2006-10-30
* Use fixed point in color conversion.Gustavo Sverzut Barbieri2006-10-30
* Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni2006-10-23
* spelling/grammar fixesDiego Biurrun2006-10-22
* Add libswscale to the include path when enabled.Diego Biurrun2006-10-16
* Don't mix declarations and statements.Diego Biurrun2006-10-16
* simplifies null vhook by using sws_getCachedContext()Víctor Paesa2006-10-11
* simplifies fish vhook by using sws_getCachedContext()Víctor Paesa2006-10-11