Patrik Kullman
7e10145976
Check the return values of a few functions to avoid the corresponding warnings.
...
patch by Patrik Kullman, patrik yes nu
Originally committed as revision 17501 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
0a036d073e
Revert adding av_uninit to out_width/out_height variables.
...
The warning is not a false positive.
Originally committed as revision 17493 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Patrik Kullman
3fd2d1c4bc
Add av_uninit to variable declarations to fix the false positive warnings:
...
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
16 years ago
JonY
b359a90f95
Undefine the macro which defines fprintf as please_use_av_log so that
...
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
16 years ago
Erik Hovland
582b354933
Check the allocated pointer instead of the given pointer as intended
...
in vhook/ppm.c:Configure.
patch by Erik Hovland, erik hovland org
Originally committed as revision 14321 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
245976da2a
Use full path for #includes from another directory.
...
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
272605c73e
more av_strl* adjustments
...
Originally committed as revision 9412 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
ca345e442d
Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.
...
Originally committed as revision 8592 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Víctor Paesa
f321635a6e
Replace valid use of exit by _exit, patch by Víctor Paesa, wzrlpy arsystel com.
...
Originally committed as revision 8591 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
...
and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Víctor Paesa
a4dd5fb73a
port ppm vhook to swscaler
...
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
18 years ago
Dieter
ceaf1909c1
add static keyword to some functions
...
patch by Dieter <freebsd at sopwith solgatos com>
Originally committed as revision 4913 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
5509bffa88
Update licensing information: The FSF changed postal address.
...
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
115329f160
COSMETICS: Remove all trailing whitespace.
...
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
efe419837f
cast NULL to correct type
...
Originally committed as revision 4210 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
François Revol
cf344ec72c
get fish to compile (time() forbidden), pstrcat not declared from ppm.c
...
Originally committed as revision 3978 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
1f3f950799
disallow strcat
...
Originally committed as revision 3826 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Charles Yates
1e4ddde2ad
ppm vhook follow up patch by (Charles Yates <charles dot yates at pandora dot be>)
...
mostly tab -> space cosmetics
Originally committed as revision 2313 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Charles Yates
bee0d9e587
vhook patch by (Charles Yates <charles dot yates at pandora dot be>)
...
Originally committed as revision 2201 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago