Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit '30dfc1dad4285e7362ce3f596d7c5d5d9b7fb33d' | Michael Niedermayer | 2015-06-12 | 1 | -9/+12 |
|\ | | | | | | | | | | | | | * commit '30dfc1dad4285e7362ce3f596d7c5d5d9b7fb33d': cws2fws: Close file handles on error Merged-by: Michael Niedermayer <michaelni@gmx.at> | ||||
| * | cws2fws: Close file handles on error | Vittorio Giovara | 2015-06-12 | 1 | -9/+12 |
| | | | | | | | | Reported-By: infer | ||||
* | | tools/cws2fws: Use a similar implementation in dbgprintf() as in ff_dlog() | Michael Niedermayer | 2015-05-06 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | | cws2fws: check fstat return code. | Michael Niedermayer | 2012-10-26 | 1 | -1/+4 |
| | | | | | | | | | | Fixes CID733720 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | | cws2fws: check lseek() return | Michael Niedermayer | 2012-10-26 | 1 | -2/+2 |
| | | | | | | | | | | Fixes: CID733721 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | | cws2fws: check inflateInit return value | Michael Niedermayer | 2012-10-26 | 1 | -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 exist | Martin Storsjö | 2012-08-29 | 1 | -0/+6 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | tools: K&R reformatting cosmetics | Diego Biurrun | 2012-01-25 | 1 | -31/+25 |
| | |||||
* | tests/tools/examples: Replace direct exit() calls by return. | Diego Biurrun | 2011-12-08 | 1 | -9/+9 |
| | |||||
* | cws2fws: Improve error message wording. | Diego Biurrun | 2011-05-16 | 1 | -2/+2 |
| | |||||
* | tools: Check the return value of write(). | Diego Biurrun | 2011-05-16 | 1 | -3/+12 |
| | | | | | This fixes several warnings of the type: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result | ||||
* | remove warnings | Benoit Fouet | 2007-07-18 | 1 | -6/+6 |
| | | | | Originally committed as revision 9741 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | revert my accidental previous commit | Benoit Fouet | 2007-07-17 | 1 | -5/+5 |
| | | | | Originally committed as revision 9713 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | fix tools compilation | Benoit Fouet | 2007-07-17 | 1 | -5/+5 |
| | | | | Originally committed as revision 9712 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | create and populate "tools" directory | Måns Rullgård | 2007-07-13 | 1 | -0/+130 |
Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk |