summaryrefslogtreecommitdiff
path: root/tools/cws2fws.c
Commit message (Collapse)AuthorAgeFilesLines
* tools/cws2fws: Check read() for failureMichael Niedermayer2021-07-031-0/+6
| | | | | | Fixes: CID1452579 Argument cannot be negative Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit '30dfc1dad4285e7362ce3f596d7c5d5d9b7fb33d'Michael Niedermayer2015-06-121-9/+12
|\ | | | | | | | | | | | | * commit '30dfc1dad4285e7362ce3f596d7c5d5d9b7fb33d': cws2fws: Close file handles on error Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * cws2fws: Close file handles on errorVittorio Giovara2015-06-121-9/+12
| | | | | | | | Reported-By: infer
* | tools/cws2fws: Use a similar implementation in dbgprintf() as in ff_dlog()Michael Niedermayer2015-05-061-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | cws2fws: check fstat return code.Michael Niedermayer2012-10-261-1/+4
| | | | | | | | | | Fixes CID733720 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | cws2fws: check lseek() returnMichael Niedermayer2012-10-261-2/+2
| | | | | | | | | | Fixes: CID733721 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | cws2fws: check inflateInit return valueMichael Niedermayer2012-10-261-1/+4
|/ | | | | Fixes CID733722 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* tools: Include io.h for open/read/write/close if unistd.h doesn't existMartin Storsjö2012-08-291-0/+6
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* tools: K&R reformatting cosmeticsDiego Biurrun2012-01-251-31/+25
|
* tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun2011-12-081-9/+9
|
* cws2fws: Improve error message wording.Diego Biurrun2011-05-161-2/+2
|
* tools: Check the return value of write().Diego Biurrun2011-05-161-3/+12
| | | | | This fixes several warnings of the type: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
* remove warningsBenoit Fouet2007-07-181-6/+6
| | | | Originally committed as revision 9741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert my accidental previous commitBenoit Fouet2007-07-171-5/+5
| | | | Originally committed as revision 9713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix tools compilationBenoit Fouet2007-07-171-5/+5
| | | | Originally committed as revision 9712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create and populate "tools" directoryMåns Rullgård2007-07-131-0/+130
Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk