summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Check for doxy filetag with filenameMichael Niedermayer2010-07-021-0/+1
* Add patcheck checks for assignments that look like compound assignmentsEli Friedman2010-06-281-0/+1
* fail if input and output are the sameBaptiste Coudurier2010-06-211-0/+6
* Improve rule for possibly never read variables.Benoit Fouet2010-06-111-1/+1
* Add libavfilter 1-input - 1-output regression test, corresponding to theStefano Sabatini2010-05-241-0/+98
* qt-faststart: Abort scanning of the input file if a badly sized atom is encou...Martin Storsjö2010-05-131-0/+6
* Cosmetics: Initialize pointers with NULL instead of 0, for consistencyMartin Storsjö2010-05-131-1/+1
* Cosmetics: reindentMartin Storsjö2010-05-131-2/+2
* qt-faststart: Use the error_out cleanup code path for all error returnsMartin Storsjö2010-05-131-33/+16
* qt-faststart: Avoid leaking memory if encountering a file with double ftyp atomsMartin Storsjö2010-05-091-0/+1
* qt-faststart: Free ftyp_atom at all exit pointsMartin Storsjö2010-05-011-0/+8
* Reindent after the previous commitMartin Storsjö2010-05-011-2/+2
* Remove unnecessary checks before calling freeMartin Storsjö2010-05-011-2/+0
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-2/+2
* patcheck: Escape parentheses in grep callsDaniel Verkamp2010-03-151-4/+4
* Add missing stdlib.h #include, fixes the warnings:Diego Biurrun2010-03-081-0/+1
* Remove apparently unneeded define and includes.Michael Niedermayer2010-03-061-3/+0
* Make trasher use a well defined random number generator and allow the seed to...Michael Niedermayer2010-03-061-7/+11
* Add the graph2dot tools and document it.Stefano Sabatini2010-02-251-0/+163
* 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
OpenPOWER on IntegriCloud