summaryrefslogtreecommitdiffstats
path: root/vhook/ppm.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated vhook subsystem.Diego Biurrun2009-03-031-374/+0
| | | | Originally committed as revision 17769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check the return values of a few functions to avoid the corresponding warnings.Patrik Kullman2009-02-211-3/+8
| | | | | | patch by Patrik Kullman, patrik yes nu Originally committed as revision 17501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert adding av_uninit to out_width/out_height variables.Diego Biurrun2009-02-211-2/+2
| | | | | | The warning is not a false positive. Originally committed as revision 17493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_uninit to variable declarations to fix the false positive warnings:Patrik Kullman2009-02-141-2/+2
| | | | | | | | 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
* Undefine the macro which defines fprintf as please_use_av_log so thatJonY2008-09-061-0/+1
| | | | | | | 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
* Check the allocated pointer instead of the given pointer as intendedErik Hovland2008-07-211-1/+1
| | | | | | | in vhook/ppm.c:Configure. patch by Erik Hovland, erik hovland org Originally committed as revision 14321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-4/+4
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more av_strl* adjustmentsReimar Döffinger2007-06-241-2/+3
| | | | Originally committed as revision 9412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.Diego Biurrun2007-04-011-2/+2
| | | | 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-011-1/+1
| | | | Originally committed as revision 8591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* port ppm vhook to swscalerVíctor Paesa2006-09-031-16/+49
| | | | | | | | | patch by Victor Paesa % wzrlpy A arsystel P com % Original thread: Date: Sep 2, 2006 11:41 PM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add static keyword to some functionsDieter2006-01-301-6/+6
| | | | | | patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-9/+9
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cast NULL to correct typeMichael Niedermayer2005-05-101-1/+1
| | | | Originally committed as revision 4210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get fish to compile (time() forbidden), pstrcat not declared from ppm.cFrançois Revol2005-02-241-0/+1
| | | | Originally committed as revision 3978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disallow strcatMichael Niedermayer2005-01-121-3/+4
| | | | Originally committed as revision 3826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ppm vhook follow up patch by (Charles Yates <charles dot yates at pandora ↵Charles Yates2003-09-281-143/+202
| | | | | | | | dot be>) mostly tab -> space cosmetics Originally committed as revision 2313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vhook patch by (Charles Yates <charles dot yates at pandora dot be>)Charles Yates2003-09-031-0/+271
Originally committed as revision 2201 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud