summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* patcheck: check that pix_fmt etc. initializers are constReimar Döffinger2009-11-091-0/+4
* Drop argc/argv parameters from main(), they are unused.Diego Biurrun2009-09-181-1/+1
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-09-181-36/+37
* Init i to 0 (10l fix).Martin Storsjö2009-09-151-1/+1
* Probetest, to test the demuxers probe functions against random and not so randomMichael Niedermayer2009-09-151-0/+119
* print atom info during parsing, patch by Frank Barchard, fbarchard at google ...Frank Barchard2009-07-151-16/+24
* Do not fail if 'uuid' atom is encountered before 'moov'.Frank Barchard2009-07-061-1/+3
* Use slightly more appropriate format strings for printing decimal values.Frank Barchard2009-07-011-2/+2
* Use more portable 'PRId64' instead of 'llx' as conversion/length specifier.Frank Barchard2009-06-301-2/+2
* Use new packet reading API, fixes a memory leak.Zdenek Kabelac2009-05-011-0/+3
* Check for INIT_VLC_USE_STATICMichael Niedermayer2009-03-271-0/+1
* Add _XOPEN_SOURCE #define. This is necessary for (s)random(), which are XSIDiego Biurrun2009-03-241-0/+1
* patcheck: Replace non-POSIX echo -e with printf.Alex Converse2009-03-111-14/+14
* Detect static prototypes.Michael Niedermayer2009-02-271-0/+1
* Improve detection of non doxy comments.Michael Niedermayer2009-02-271-1/+1
* Fix misdetection of #else in 'missing } prior to else'.Michael Niedermayer2009-02-271-1/+1
* Search for things like "int *src" without const.Michael Niedermayer2009-02-221-0/+2
* Fix @param[in/out] handlingMichael Niedermayer2009-02-171-1/+1
* Check for duplicate const/static/inline.Michael Niedermayer2009-02-091-0/+1
* Fix reserved identifer detection so it doesnt detect __asm and such.Michael Niedermayer2009-02-081-1/+1
* Factorize grep -v cases.Michael Niedermayer2009-02-081-7/+12
* Patch check script.Michael Niedermayer2009-02-081-0/+147
* Fix #include path, headers from other directories need to haveDiego Biurrun2008-08-201-1/+1
* tools/trasher: Don't mix srand/rand and srandom/random interface.Matthieu Castet2008-07-131-1/+1
* correct build documentation for qt-faststart utilityMike Melanson2008-05-191-2/+6
* Add '#undef strcat' to fix compilation.Diego Biurrun2008-01-141-0/+2
* Add LGPL license header.Diego Biurrun2008-01-101-0/+19
* Error checking: make sure that there are 3 parameters and that theMike Melanson2008-01-091-4/+15
* Remove unused variable i.Diego Biurrun2008-01-081-1/+1
* A little proggy i wrote years ago.Michael Niedermayer2008-01-081-0/+40
* remove warningsBenoit Fouet2007-07-181-6/+6
* revert my accidental previous commitBenoit Fouet2007-07-171-5/+5
* fix tools compilationBenoit Fouet2007-07-171-5/+5
* create and populate "tools" directoryMåns Rullgård2007-07-136-0/+580
OpenPOWER on IntegriCloud