summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAge
* Detect static prototypes.Michael Niedermayer2009-02-27
| | | | Originally committed as revision 17649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve detection of non doxy comments.Michael Niedermayer2009-02-27
| | | | Originally committed as revision 17648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix misdetection of #else in 'missing } prior to else'.Michael Niedermayer2009-02-27
| | | | Originally committed as revision 17647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Search for things like "int *src" without const.Michael Niedermayer2009-02-22
| | | | Originally committed as revision 17529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix @param[in/out] handlingMichael Niedermayer2009-02-17
| | | | Originally committed as revision 17395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for duplicate const/static/inline.Michael Niedermayer2009-02-09
| | | | Originally committed as revision 17101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix reserved identifer detection so it doesnt detect __asm and such.Michael Niedermayer2009-02-08
| | | | Originally committed as revision 17057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize grep -v cases.Michael Niedermayer2009-02-08
| | | | Originally committed as revision 17056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch check script.Michael Niedermayer2009-02-08
| | | | | | | 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
* Fix #include path, headers from other directories need to haveDiego Biurrun2008-08-20
| | | | | | the directory name prefixed now. Originally committed as revision 14868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tools/trasher: Don't mix srand/rand and srandom/random interface.Matthieu Castet2008-07-13
| | | | | | patch by matthieu castet, castet.matthieu free fr Originally committed as revision 14222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct build documentation for qt-faststart utilityMike Melanson2008-05-19
| | | | Originally committed as revision 13199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add '#undef strcat' to fix compilation.Diego Biurrun2008-01-14
| | | | Originally committed as revision 11529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add LGPL license header.Diego Biurrun2008-01-10
| | | | Originally committed as revision 11490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Error checking: make sure that there are 3 parameters and that theMike Melanson2008-01-09
| | | | | | file open operation succeeds. Originally committed as revision 11479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable i.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A little proggy i wrote years ago.Michael Niedermayer2008-01-08
| | | | | | | 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
* 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