summaryrefslogtreecommitdiff
path: root/tools/patcheck
Commit message (Collapse)AuthorAge
* grep Changelog entry from unified diffsRafaël Carré2010-07-15
| | | | | | Patch by Rafaël Carré, rafael d carre a gmail Originally committed as revision 24248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for doxy filetag with filenameMichael Niedermayer2010-07-02
| | | | Originally committed as revision 23975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add patcheck checks for assignments that look like compound assignmentsEli Friedman2010-06-28
| | | | | | Patch by Eli Friedman, eli dot friedman at gmail Originally committed as revision 23841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve rule for possibly never read variables.Benoit Fouet2010-06-11
| | | | Originally committed as revision 23578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patcheck: Escape parentheses in grep callsDaniel Verkamp2010-03-15
| | | | Originally committed as revision 22563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patcheck: check that pix_fmt etc. initializers are constReimar Döffinger2009-11-09
| | | | Originally committed as revision 20493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for INIT_VLC_USE_STATICMichael Niedermayer2009-03-27
| | | | Originally committed as revision 18200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patcheck: Replace non-POSIX echo -e with printf.Alex Converse2009-03-11
| | | | Originally committed as revision 17943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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