summaryrefslogtreecommitdiff
path: root/vhook/ppm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated vhook subsystem.Diego Biurrun2009-03-031-374/+0
* Check the return values of a few functions to avoid the corresponding warnings.Patrik Kullman2009-02-211-3/+8
* Revert adding av_uninit to out_width/out_height variables.Diego Biurrun2009-02-211-2/+2
* Add av_uninit to variable declarations to fix the false positive warnings:Patrik Kullman2009-02-141-2/+2
* Undefine the macro which defines fprintf as please_use_av_log so thatJonY2008-09-061-0/+1
* Check the allocated pointer instead of the given pointer as intendedErik Hovland2008-07-211-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-4/+4
* more av_strl* adjustmentsReimar Döffinger2007-06-241-2/+3
* Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.Diego Biurrun2007-04-011-2/+2
* Replace valid use of exit by _exit, patch by Víctor Paesa, wzrlpy arsystel com.Víctor Paesa2007-04-011-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* port ppm vhook to swscalerVíctor Paesa2006-09-031-16/+49
* add static keyword to some functionsDieter2006-01-301-6/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-9/+9
* cast NULL to correct typeMichael Niedermayer2005-05-101-1/+1
* get fish to compile (time() forbidden), pstrcat not declared from ppm.cFrançois Revol2005-02-241-0/+1
* disallow strcatMichael Niedermayer2005-01-121-3/+4
* ppm vhook follow up patch by (Charles Yates <charles dot yates at pandora dot...Charles Yates2003-09-281-143/+202
* vhook patch by (Charles Yates <charles dot yates at pandora dot be>)Charles Yates2003-09-031-0/+271