summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* In graph2dot, print more specific audio information for audio links.Stefano Sabatini2011-02-171-4/+13
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-181-18/+0
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-171-0/+18
* Print link audio format name in tools/graph2dot.Stefano Sabatini2011-01-121-2/+3
* Rename avfilter_destroy() as avfilter_free().Stefano Sabatini2010-11-081-1/+1
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-071-1/+1
* Add avfilter_graph_config().Stefano Sabatini2010-10-161-3/+1
* probetest: replace usage of deprecated first_iformat by av_iformat_next()Aurelien Jacobs2010-10-151-2/+2
* Make graph2dot print information related to the link timebase.Stefano Sabatini2010-10-101-2/+3
* Clarify whitespace nitpicks in patcheck.Michael Niedermayer2010-10-101-3/+3
* Tool to analyze multimedia files and create directories and symlinks for theMichael Niedermayer2010-10-091-0/+21
* Check for more 'indent -kr' whitespace details.Michael Niedermayer2010-10-081-0/+3
* Set the correct type for the output links.Stefano Sabatini2010-08-171-1/+1
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-111-1/+1
* showfiltfmts: destroy filter context before exitMåns Rullgård2010-08-061-0/+1
* showfiltfmts: set media type of links to that of corresponding padMåns Rullgård2010-08-061-2/+4
* Issue a warning when fed with misformatted one-line doxygen comments.Benoit Fouet2010-08-021-0/+1
* lavfi-showfiltfmts: print one format per lineMåns Rullgård2010-08-011-8/+6
* Warn about "/** text" comments.Michael Niedermayer2010-07-281-0/+1
* Accept stdin as input for patcheck.Rafaël Carré2010-07-251-0/+8
* grep Changelog entry from unified diffsRafaël Carré2010-07-151-1/+1
* 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
OpenPOWER on IntegriCloud