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
path: root/tools
AgeCommit message (Collapse)Author
2009-07-15print atom info during parsing, patch by Frank Barchard, fbarchard at google ↵Frank Barchard
dot com Originally committed as revision 19435 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-06Do not fail if 'uuid' atom is encountered before 'moov'.Frank Barchard
Patch by Frank Barchard, fbarchard at google dot com. Originally committed as revision 19354 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-01Use slightly more appropriate format strings for printing decimal values.Frank Barchard
patch by Frank Barchard, fbarchard google com Originally committed as revision 19315 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-30Use more portable 'PRId64' instead of 'llx' as conversion/length specifier.Frank Barchard
patch by Frank Barchard, fbarchard google com Originally committed as revision 19309 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-02Use new packet reading API, fixes a memory leak.Zdenek Kabelac
patch by Zdenek Kabelac, zdenek.kabelac gmail com Originally committed as revision 18728 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-27Check for INIT_VLC_USE_STATICMichael Niedermayer
Originally committed as revision 18200 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-24Add _XOPEN_SOURCE #define. This is necessary for (s)random(), which are XSIDiego Biurrun
extensions of POSIX. Avoids implicit declaration warnings on some systems. Originally committed as revision 18178 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-11patcheck: Replace non-POSIX echo -e with printf.Alex Converse
Originally committed as revision 17943 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-28Detect static prototypes.Michael Niedermayer
Originally committed as revision 17649 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-28Improve detection of non doxy comments.Michael Niedermayer
Originally committed as revision 17648 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-27Fix misdetection of #else in 'missing } prior to else'.Michael Niedermayer
Originally committed as revision 17647 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-22Search for things like "int *src" without const.Michael Niedermayer
Originally committed as revision 17529 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-17Fix @param[in/out] handlingMichael Niedermayer
Originally committed as revision 17395 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-09Check for duplicate const/static/inline.Michael Niedermayer
Originally committed as revision 17101 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-08Fix reserved identifer detection so it doesnt detect __asm and such.Michael Niedermayer
Originally committed as revision 17057 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-08Factorize grep -v cases.Michael Niedermayer
Originally committed as revision 17056 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-08Patch check script.Michael Niedermayer
Note, before you flame me that its dirty, i did post it to ffmpeg-dev and asked for a review and threatened to commit. Originally committed as revision 17055 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-21Fix #include path, headers from other directories need to haveDiego Biurrun
the directory name prefixed now. Originally committed as revision 14868 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-14tools/trasher: Don't mix srand/rand and srandom/random interface.Matthieu Castet
patch by matthieu castet, castet.matthieu free fr Originally committed as revision 14222 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-19correct build documentation for qt-faststart utilityMike Melanson
Originally committed as revision 13199 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-15Add '#undef strcat' to fix compilation.Diego Biurrun
Originally committed as revision 11529 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-10Add LGPL license header.Diego Biurrun
Originally committed as revision 11490 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-09Error checking: make sure that there are 3 parameters and that theMike Melanson
file open operation succeeds. Originally committed as revision 11479 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-09Remove unused variable i.Diego Biurrun
Originally committed as revision 11474 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-08A little proggy i wrote years ago.Michael Niedermayer
This simply writes burts of random data into a file. Great for testing error robustness/resilience/concealment. Originally committed as revision 11459 to svn://svn.ffmpeg.org/ffmpeg/trunk
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