Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-12Merge commit '30dfc1dad4285e7362ce3f596d7c5d5d9b7fb33d'Michael Niedermayer
* commit '30dfc1dad4285e7362ce3f596d7c5d5d9b7fb33d': cws2fws: Close file handles on error Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-06-12cws2fws: Close file handles on errorVittorio Giovara
Reported-By: infer
2015-05-06tools/cws2fws: Use a similar implementation in dbgprintf() as in ff_dlog()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-26cws2fws: check fstat return code.Michael Niedermayer
Fixes CID733720 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-26cws2fws: check lseek() returnMichael Niedermayer
Fixes: CID733721 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-26cws2fws: check inflateInit return valueMichael Niedermayer
Fixes CID733722 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-08-29tools: Include io.h for open/read/write/close if unistd.h doesn't existMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-01-25tools: K&R reformatting cosmeticsDiego Biurrun
2011-12-08tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun
2011-05-16cws2fws: Improve error message wording.Diego Biurrun
2011-05-16tools: Check the return value of write().Diego Biurrun
This fixes several warnings of the type: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
2007-07-18remove warningsBenoit Fouet
Originally committed as revision 9741 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-17revert my accidental previous commitBenoit Fouet
Originally committed as revision 9713 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-17fix tools compilationBenoit Fouet
Originally committed as revision 9712 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-14create and populate "tools" directoryMåns Rullgård
Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk