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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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