Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vhook
AgeCommit message (Collapse)Author
2008-10-03Make sure strcasecmp() is declared.Diego Pettenò
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
2008-09-06Undefine the macro which defines fprintf as please_use_av_log so thatJonY
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
2008-09-05Properly use av_log rather than fprintf/printf.JonY
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
2008-07-21Check the allocated pointer instead of the given pointer as intendedErik Hovland
in vhook/ppm.c:Configure. patch by Erik Hovland, erik hovland org Originally committed as revision 14321 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-29Remove unnecessary header #includes.Erik Hovland
Extracted from a patch by Erik Hovland, erik hovland org. Originally committed as revision 13531 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-09Add missing path to #include.Benoit Fouet
Originally committed as revision 13104 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-09Use full path for #includes from another directory.Diego Biurrun
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-09Initialize correctly optind.Eduardo Bragatto
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
2008-01-09Fix illegal identifiers, names starting with _ and uppercase are reserved.Diego Biurrun
Originally committed as revision 11476 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-02spellingVitor Sessak
Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-20Fix wrong error message.Stefano Sabatini
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 11070 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-07Remove duplication of imlib2 vhook documentation.Ramiro Polla
It is more complete at doc/hooks.texi Originally committed as revision 9976 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-08Make vhook build non-recursive.Diego Biurrun
Originally committed as revision 9544 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-05The watermark vhook cannot handle truncated bitstreams.Víctor Paesa
Originally committed as revision 9473 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24more av_strl* adjustmentsReimar Döffinger
Originally committed as revision 9412 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-21Set error parameter for ff_parseRamiro Polla
Originally committed as revision 9377 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-19Add alpha channel support for imlib2 vhookRamiro Polla
Originally committed as revision 9365 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-18fix imlib2 memory leaksLimin Wang
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
2007-06-17IndentationRamiro Polla
Originally committed as revision 9347 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-17Add expression evaluation parameters for colors in imlib2 vhookRamiro Polla
Originally committed as revision 9342 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-16TypoRamiro Polla
Originally committed as revision 9329 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-16Indentation for previous commitRamiro Polla
Originally committed as revision 9327 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-16Allow user to specify rgb.txt for imlib2 vhookRamiro Polla
Originally committed as revision 9326 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-14Make ppm vhook depend on fork()Ramiro Polla
Originally committed as revision 9312 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-11We do not create .d files, thus no need to remove them.Diego Biurrun
Originally committed as revision 9278 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-13Do not use return with argument for a function "returning" void.Reimar Döffinger
Originally committed as revision 9016 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-01Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.Diego Biurrun
Originally committed as revision 8592 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-01Replace valid use of exit by _exit, patch by Víctor Paesa, wzrlpy arsystel com.Víctor Paesa
Originally committed as revision 8591 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27Simplify .depend file inclusion.Diego Biurrun
Originally committed as revision 8134 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-05Remove hardcoded dependency of imlib2 on Xlib.Víctor Paesa
patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 7829 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård
Originally committed as revision 6992 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-08allow spaces in source and build directory namesMåns Rullgård
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
2006-11-07add moving images feature to imlib2 vhookVíctor Paesa
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
2006-10-30warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail comGustavo Sverzut Barbieri
Originally committed as revision 6843 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-30Use fixed point in color conversion.Gustavo Sverzut Barbieri
patch by Gustavo Sverzut Barbieri, barbieri gmail com Originally committed as revision 6842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-23Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni
(from libswscale) instead Originally committed as revision 6777 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-22spelling/grammar fixesDiego Biurrun
Originally committed as revision 6757 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-16Add libswscale to the include path when enabled.Diego Biurrun
Originally committed as revision 6706 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-16Don't mix declarations and statements.Diego Biurrun
Originally committed as revision 6705 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-11simplifies null vhook by using sws_getCachedContext()Víctor Paesa
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
2006-10-11simplifies fish vhook by using sws_getCachedContext()Víctor Paesa
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
2006-10-11port watermark vhook to swscalerVíctor Paesa
Patch by Victor Paesa %wzrlpy A arsystel P com% Original thread + testcase: Date: Sep 12, 2006 5:29 PM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6649 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-11port imlib2 vhook to swscalerVíctor Paesa
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
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun
Originally committed as revision 6572 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-03make dep should also work.Diego Biurrun
Originally committed as revision 6540 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-03Mark all phony targets as such.Diego Biurrun
Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-14Fix vhook build on Cygwin, shared builds only.Víctor Paesa
patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 6247 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-10fprintf/perror --> av_logGustavo Sverzut Barbieri
patch by Gustavo Sverzut Barbieri, barbieri gmail com Originally committed as revision 6222 to svn://svn.ffmpeg.org/ffmpeg/trunk