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
AgeCommit message (Expand)Author
2012-01-02Fix a bunch of typos.Diego Biurrun
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-05doc: document preferred Doxygen syntax and make patcheck detect itDiego Biurrun
2011-05-12patcheck: warn about assert usagePeter Ross
2011-04-23Replace `` by $() syntax in shell scripts.Diego Biurrun
2011-04-23patcheck: Allow overiding grep program(s) through environment variables.Brad
2011-04-16Replace references to ffmpeg-devel with libav-devel; fix roundup URL.Diego Biurrun
2010-10-10Clarify whitespace nitpicks in patcheck.Michael Niedermayer
2010-10-08Check for more 'indent -kr' whitespace details.Michael Niedermayer
2010-08-02Issue a warning when fed with misformatted one-line doxygen comments.Benoit Fouet
2010-07-28Warn about "/** text" comments.Michael Niedermayer
2010-07-25Accept stdin as input for patcheck.Rafaël Carré
2010-07-15grep Changelog entry from unified diffsRafaël Carré
2010-07-02Check for doxy filetag with filenameMichael Niedermayer
2010-06-28Add patcheck checks for assignments that look like compound assignmentsEli Friedman
2010-06-11Improve rule for possibly never read variables.Benoit Fouet
2010-03-16patcheck: Escape parentheses in grep callsDaniel Verkamp
2009-11-10patcheck: check that pix_fmt etc. initializers are constReimar Döffinger
2009-03-27Check for INIT_VLC_USE_STATICMichael Niedermayer
2009-03-11patcheck: Replace non-POSIX echo -e with printf.Alex Converse
2009-02-28Detect static prototypes.Michael Niedermayer
2009-02-28Improve detection of non doxy comments.Michael Niedermayer
2009-02-27Fix misdetection of #else in 'missing } prior to else'.Michael Niedermayer
2009-02-22Search for things like "int *src" without const.Michael Niedermayer
2009-02-17Fix @param[in/out] handlingMichael Niedermayer
2009-02-09Check for duplicate const/static/inline.Michael Niedermayer
2009-02-08Fix reserved identifer detection so it doesnt detect __asm and such.Michael Niedermayer
2009-02-08Factorize grep -v cases.Michael Niedermayer
2009-02-08Patch check script.Michael Niedermayer