]> git.sesse.net Git - ffmpeg/history - tools/patcheck
crypto: consistently use size_t as type for length parameters
[ffmpeg] / tools / patcheck
2013-05-03 Diego Biurrunsilly typo fixes
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-07-03 Diego Biurrunmisc typo and wording fixes
2012-03-09 Diego BiurrunFix a bunch of common typos.
2012-01-11 Diego BiurrunFix a bunch of platform name and other typos.
2012-01-02 Diego BiurrunFix a bunch of typos.
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-12-04 Diego Biurrundoc: document preferred Doxygen syntax and make patchec...
2011-05-12 Peter Rosspatcheck: warn about assert usage
2011-04-23 Diego BiurrunReplace `` by $() syntax in shell scripts.
2011-04-23 Bradpatcheck: Allow overiding grep program(s) through envir...
2011-04-15 Diego BiurrunReplace references to ffmpeg-devel with libav-devel...
2010-10-10 Michael NiedermayerClarify whitespace nitpicks in patcheck.
2010-10-08 Michael NiedermayerCheck for more 'indent -kr' whitespace details.
2010-08-02 Benoit FouetIssue a warning when fed with misformatted one-line...
2010-07-28 Michael NiedermayerWarn about "/** text" comments.
2010-07-25 Rafaël CarréAccept stdin as input for patcheck.
2010-07-15 Rafaël Carrégrep Changelog entry from unified diffs
2010-07-02 Michael NiedermayerCheck for doxy filetag with filename
2010-06-28 Eli FriedmanAdd patcheck checks for assignments that look like...
2010-06-11 Benoit FouetImprove rule for possibly never read variables.
2010-03-15 Daniel Verkamppatcheck: Escape parentheses in grep calls
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.