summaryrefslogtreecommitdiff
path: root/vhook/ppm.c
Commit message (Collapse)AuthorAge
* 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
* 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
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 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
* 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
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | 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-03
| | | | | | | | | 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-30
| | | | | | 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-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cast NULL to correct typeMichael Niedermayer2005-05-10
| | | | 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-24
| | | | Originally committed as revision 3978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disallow strcatMichael Niedermayer2005-01-12
| | | | 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-28
| | | | | | | | 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-03
Originally committed as revision 2201 to svn://svn.ffmpeg.org/ffmpeg/trunk