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 (Collapse)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
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-23Replace `` by $() syntax in shell scripts.Diego Biurrun
$() is easier to nest and POSIX, which we require in other places.
2011-04-23patcheck: Allow overiding grep program(s) through environment variables.Brad
patcheck hardcodes the binary names for grep/egrep. This makes overriding the binary names a pain, e.g. when calling a GNU version of grep on BSD systems. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-04-16Replace references to ffmpeg-devel with libav-devel; fix roundup URL.Diego Biurrun
2010-10-10Clarify whitespace nitpicks in patcheck.Michael Niedermayer
Originally committed as revision 25435 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-08Check for more 'indent -kr' whitespace details.Michael Niedermayer
Originally committed as revision 25417 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-02Issue a warning when fed with misformatted one-line doxygen comments.Benoit Fouet
Originally committed as revision 24660 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-28Warn about "/** text" comments.Michael Niedermayer
Originally committed as revision 24574 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-25Accept stdin as input for patcheck.Rafaël Carré
Patch by Rafaël Carré, rafael d carre a gmail Originally committed as revision 24499 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-15grep Changelog entry from unified diffsRafaël Carré
Patch by Rafaël Carré, rafael d carre a gmail Originally committed as revision 24248 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-02Check for doxy filetag with filenameMichael Niedermayer
Originally committed as revision 23975 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-28Add patcheck checks for assignments that look like compound assignmentsEli Friedman
Patch by Eli Friedman, eli dot friedman at gmail Originally committed as revision 23841 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-11Improve rule for possibly never read variables.Benoit Fouet
Originally committed as revision 23578 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-16patcheck: Escape parentheses in grep callsDaniel Verkamp
Originally committed as revision 22563 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-10patcheck: check that pix_fmt etc. initializers are constReimar Döffinger
Originally committed as revision 20493 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-27Check for INIT_VLC_USE_STATICMichael Niedermayer
Originally committed as revision 18200 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-11patcheck: Replace non-POSIX echo -e with printf.Alex Converse
Originally committed as revision 17943 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-28Detect static prototypes.Michael Niedermayer
Originally committed as revision 17649 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-28Improve detection of non doxy comments.Michael Niedermayer
Originally committed as revision 17648 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-27Fix misdetection of #else in 'missing } prior to else'.Michael Niedermayer
Originally committed as revision 17647 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-22Search for things like "int *src" without const.Michael Niedermayer
Originally committed as revision 17529 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-17Fix @param[in/out] handlingMichael Niedermayer
Originally committed as revision 17395 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-09Check for duplicate const/static/inline.Michael Niedermayer
Originally committed as revision 17101 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-08Fix reserved identifer detection so it doesnt detect __asm and such.Michael Niedermayer
Originally committed as revision 17057 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-08Factorize grep -v cases.Michael Niedermayer
Originally committed as revision 17056 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-08Patch check script.Michael Niedermayer
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