summaryrefslogtreecommitdiff
path: root/vhook
Commit message (Collapse)AuthorAge
* Check the return values of a few functions to avoid the corresponding warnings.Patrik Kullman2009-02-21
| | | | | | patch by Patrik Kullman, patrik yes nu Originally committed as revision 17501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_strdup to allocate string, prevents the warning:Patrik Kullman2009-02-21
| | | | | | | vhook/fish.c:130: warning: assignment discards qualifiers from pointer target type patch by Patrik Kullman, patrik yes nu Originally committed as revision 17494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert adding av_uninit to out_width/out_height variables.Diego Biurrun2009-02-21
| | | | | | The warning is not a false positive. Originally committed as revision 17493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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
* Add av_uninit to variable declarations to fix the false positive warnings:Patrik Kullman2009-02-14
| | | | | | | | vhook/ppm.c:236: warning: 'out_height' may be used uninitialized in this function vhook/ppm.c:235: warning: 'out_width' may be used uninitialized in this function patch by Patrik Kullman, patrik yes nu Originally committed as revision 17223 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
* Undefine the macro which defines fprintf as please_use_av_log so thatJonY2008-09-06
| | | | | | | fprintf can be used for printing to file. Patch by JonY <10walls __AT__ gmail @@dot@@ com> Originally committed as revision 15220 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
* Check the allocated pointer instead of the given pointer as intendedErik Hovland2008-07-21
| | | | | | | in vhook/ppm.c:Configure. patch by Erik Hovland, erik hovland org Originally committed as revision 14321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary header #includes.Erik Hovland2008-05-29
| | | | | | Extracted from a patch by Erik Hovland, erik hovland org. Originally committed as revision 13531 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
* spellingVitor Sessak2007-12-01
| | | | Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong error message.Stefano Sabatini2007-11-20
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 11070 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
* Make vhook build non-recursive.Diego Biurrun2007-07-08
| | | | Originally committed as revision 9544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The watermark vhook cannot handle truncated bitstreams.Víctor Paesa2007-07-05
| | | | Originally committed as revision 9473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more av_strl* adjustmentsReimar Döffinger2007-06-24
| | | | Originally committed as revision 9412 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
* Make ppm vhook depend on fork()Ramiro Polla2007-06-14
| | | | Originally committed as revision 9312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* We do not create .d files, thus no need to remove them.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use return with argument for a function "returning" void.Reimar Döffinger2007-05-13
| | | | Originally committed as revision 9016 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 valid use of exit by _exit, patch by Víctor Paesa, wzrlpy arsystel com.Víctor Paesa2007-04-01
| | | | Originally committed as revision 8591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify .depend file inclusion.Diego Biurrun2007-02-26
| | | | Originally committed as revision 8134 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
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
| | | | Originally committed as revision 6992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
| | | | | | | out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 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
* warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail comGustavo Sverzut Barbieri2006-10-30
| | | | Originally committed as revision 6843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use fixed point in color conversion.Gustavo Sverzut Barbieri2006-10-30
| | | | | | patch by Gustavo Sverzut Barbieri, barbieri gmail com Originally committed as revision 6842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni2006-10-23
| | | | | | (from libswscale) instead Originally committed as revision 6777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar fixesDiego Biurrun2006-10-22
| | | | Originally committed as revision 6757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libswscale to the include path when enabled.Diego Biurrun2006-10-16
| | | | Originally committed as revision 6706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't mix declarations and statements.Diego Biurrun2006-10-16
| | | | Originally committed as revision 6705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifies null vhook by using sws_getCachedContext()Víctor Paesa2006-10-11
| | | | | | | | | Patch by Victor Paesa %wzrlpy A arsystel P com% Original thread: Date: Sep 15, 2006 6:21 PM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifies fish vhook by using sws_getCachedContext()Víctor Paesa2006-10-11
| | | | | | | | | Patch by Victor Paesa %wzrlpy A arsystel P com% Original thread: Date: Sep 15, 2006 6:21 PM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6650 to svn://svn.ffmpeg.org/ffmpeg/trunk