summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
...
* probetest: replace usage of deprecated first_iformat by av_iformat_next()Aurelien Jacobs2010-10-15
* Make graph2dot print information related to the link timebase.Stefano Sabatini2010-10-10
* Clarify whitespace nitpicks in patcheck.Michael Niedermayer2010-10-10
* Tool to analyze multimedia files and create directories and symlinks for theMichael Niedermayer2010-10-09
* Check for more 'indent -kr' whitespace details.Michael Niedermayer2010-10-08
* Set the correct type for the output links.Stefano Sabatini2010-08-17
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-11
* showfiltfmts: destroy filter context before exitMåns Rullgård2010-08-06
* showfiltfmts: set media type of links to that of corresponding padMåns Rullgård2010-08-06
* Issue a warning when fed with misformatted one-line doxygen comments.Benoit Fouet2010-08-02
* lavfi-showfiltfmts: print one format per lineMåns Rullgård2010-08-01
* Warn about "/** text" comments.Michael Niedermayer2010-07-28
* Accept stdin as input for patcheck.Rafaël Carré2010-07-25
* grep Changelog entry from unified diffsRafaël Carré2010-07-15
* Check for doxy filetag with filenameMichael Niedermayer2010-07-02
* Add patcheck checks for assignments that look like compound assignmentsEli Friedman2010-06-28
* fail if input and output are the sameBaptiste Coudurier2010-06-21
* Improve rule for possibly never read variables.Benoit Fouet2010-06-11
* Add libavfilter 1-input - 1-output regression test, corresponding to theStefano Sabatini2010-05-24
* qt-faststart: Abort scanning of the input file if a badly sized atom is encou...Martin Storsjö2010-05-13
* Cosmetics: Initialize pointers with NULL instead of 0, for consistencyMartin Storsjö2010-05-13
* Cosmetics: reindentMartin Storsjö2010-05-13
* qt-faststart: Use the error_out cleanup code path for all error returnsMartin Storsjö2010-05-13
* qt-faststart: Avoid leaking memory if encountering a file with double ftyp atomsMartin Storsjö2010-05-09
* qt-faststart: Free ftyp_atom at all exit pointsMartin Storsjö2010-05-01
* Reindent after the previous commitMartin Storsjö2010-05-01
* Remove unnecessary checks before calling freeMartin Storsjö2010-05-01
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* patcheck: Escape parentheses in grep callsDaniel Verkamp2010-03-15
* Add missing stdlib.h #include, fixes the warnings:Diego Biurrun2010-03-08
* Remove apparently unneeded define and includes.Michael Niedermayer2010-03-06
* Make trasher use a well defined random number generator and allow the seed to...Michael Niedermayer2010-03-06
* Add the graph2dot tools and document it.Stefano Sabatini2010-02-25
* patcheck: check that pix_fmt etc. initializers are constReimar Döffinger2009-11-09
* Drop argc/argv parameters from main(), they are unused.Diego Biurrun2009-09-18
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-09-18
* Init i to 0 (10l fix).Martin Storsjö2009-09-15
* Probetest, to test the demuxers probe functions against random and not so randomMichael Niedermayer2009-09-15
* print atom info during parsing, patch by Frank Barchard, fbarchard at google ...Frank Barchard2009-07-15
* Do not fail if 'uuid' atom is encountered before 'moov'.Frank Barchard2009-07-06
* Use slightly more appropriate format strings for printing decimal values.Frank Barchard2009-07-01
* Use more portable 'PRId64' instead of 'llx' as conversion/length specifier.Frank Barchard2009-06-30
* Use new packet reading API, fixes a memory leak.Zdenek Kabelac2009-05-01
* Check for INIT_VLC_USE_STATICMichael Niedermayer2009-03-27
* Add _XOPEN_SOURCE #define. This is necessary for (s)random(), which are XSIDiego Biurrun2009-03-24
* patcheck: Replace non-POSIX echo -e with printf.Alex Converse2009-03-11
* Detect static prototypes.Michael Niedermayer2009-02-27
* Improve detection of non doxy comments.Michael Niedermayer2009-02-27
* Fix misdetection of #else in 'missing } prior to else'.Michael Niedermayer2009-02-27
* Search for things like "int *src" without const.Michael Niedermayer2009-02-22