]> git.sesse.net Git - ffmpeg/history - tools/patcheck
Add missing stdlib.h #include, fixes the warnings:
[ffmpeg] / tools / patcheck
2009-11-09 Reimar Döffingerpatcheck: check that pix_fmt etc. initializers are...
2009-03-27 Michael NiedermayerCheck for INIT_VLC_USE_STATIC
2009-03-11 Alex Conversepatcheck: Replace non-POSIX echo -e with printf.
2009-02-27 Michael NiedermayerDetect static prototypes.
2009-02-27 Michael NiedermayerImprove detection of non doxy comments.
2009-02-27 Michael NiedermayerFix misdetection of #else in 'missing } prior to else'.
2009-02-22 Michael NiedermayerSearch for things like "int *src" without const.
2009-02-17 Michael NiedermayerFix @param[in/out] handling
2009-02-09 Michael NiedermayerCheck for duplicate const/static/inline.
2009-02-08 Michael NiedermayerFix reserved identifer detection so it doesnt detect...
2009-02-08 Michael NiedermayerFactorize grep -v cases.
2009-02-08 Michael NiedermayerPatch check script.