summaryrefslogtreecommitdiff
path: root/tools/cws2fws.c
Commit message (Collapse)AuthorAge
* cws2fws: Close file handles on errorVittorio Giovara2015-06-12
| | | | Reported-By: infer
* tools: Include io.h for open/read/write/close if unistd.h doesn't existMartin Storsjö2012-08-29
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* tools: K&R reformatting cosmeticsDiego Biurrun2012-01-25
|
* tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun2011-12-08
|
* cws2fws: Improve error message wording.Diego Biurrun2011-05-16
|
* tools: Check the return value of write().Diego Biurrun2011-05-16
| | | | | This fixes several warnings of the type: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
* remove warningsBenoit Fouet2007-07-18
| | | | Originally committed as revision 9741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert my accidental previous commitBenoit Fouet2007-07-17
| | | | Originally committed as revision 9713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix tools compilationBenoit Fouet2007-07-17
| | | | Originally committed as revision 9712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create and populate "tools" directoryMåns Rullgård2007-07-13
Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk