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
path: root/tools
AgeCommit message (Expand)Author
2011-02-17In graph2dot, print more specific audio information for audio links.Stefano Sabatini
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2011-01-12Print link audio format name in tools/graph2dot.Stefano Sabatini
2010-11-08Rename avfilter_destroy() as avfilter_free().Stefano Sabatini
2010-11-08Remove graphparser.h header, move AVFilterInOut andStefano Sabatini
2010-10-16Add avfilter_graph_config().Stefano Sabatini
2010-10-15probetest: replace usage of deprecated first_iformat by av_iformat_next()Aurelien Jacobs
2010-10-11Make graph2dot print information related to the link timebase.Stefano Sabatini
2010-10-10Clarify whitespace nitpicks in patcheck.Michael Niedermayer
2010-10-09Tool to analyze multimedia files and create directories and symlinks for theMichael Niedermayer
2010-10-08Check for more 'indent -kr' whitespace details.Michael Niedermayer
2010-08-17Set the correct type for the output links.Stefano Sabatini
2010-08-11Change avfilter_open() signature, from:Stefano Sabatini
2010-08-07showfiltfmts: destroy filter context before exitMåns Rullgård
2010-08-07showfiltfmts: set media type of links to that of corresponding padMåns Rullgård
2010-08-02Issue a warning when fed with misformatted one-line doxygen comments.Benoit Fouet
2010-08-01lavfi-showfiltfmts: print one format per lineMåns Rullgård
2010-07-28Warn about "/** text" comments.Michael Niedermayer
2010-07-25Accept stdin as input for patcheck.Rafaël Carré
2010-07-15grep Changelog entry from unified diffsRafaël Carré
2010-07-02Check for doxy filetag with filenameMichael Niedermayer
2010-06-28Add patcheck checks for assignments that look like compound assignmentsEli Friedman
2010-06-21fail if input and output are the sameBaptiste Coudurier
2010-06-11Improve rule for possibly never read variables.Benoit Fouet
2010-05-25Add libavfilter 1-input - 1-output regression test, corresponding to theStefano Sabatini
2010-05-13qt-faststart: Abort scanning of the input file if a badly sized atom is encou...Martin Storsjö
2010-05-13Cosmetics: Initialize pointers with NULL instead of 0, for consistencyMartin Storsjö
2010-05-13Cosmetics: reindentMartin Storsjö
2010-05-13qt-faststart: Use the error_out cleanup code path for all error returnsMartin Storsjö
2010-05-09qt-faststart: Avoid leaking memory if encountering a file with double ftyp atomsMartin Storsjö
2010-05-02qt-faststart: Free ftyp_atom at all exit pointsMartin Storsjö
2010-05-02Reindent after the previous commitMartin Storsjö
2010-05-02Remove unnecessary checks before calling freeMartin Storsjö
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-16patcheck: Escape parentheses in grep callsDaniel Verkamp
2010-03-08Add missing stdlib.h #include, fixes the warnings:Diego Biurrun
2010-03-06Remove apparently unneeded define and includes.Michael Niedermayer
2010-03-06Make trasher use a well defined random number generator and allow the seed to...Michael Niedermayer
2010-02-25Add the graph2dot tools and document it.Stefano Sabatini
2009-11-10patcheck: check that pix_fmt etc. initializers are constReimar Döffinger
2009-09-18Drop argc/argv parameters from main(), they are unused.Diego Biurrun
2009-09-18cosmetics: K&R coding style, prettyprintingDiego Biurrun
2009-09-15Init i to 0 (10l fix).Martin Storsjö
2009-09-15Probetest, to test the demuxers probe functions against random and not so randomMichael Niedermayer
2009-07-15print atom info during parsing, patch by Frank Barchard, fbarchard at google ...Frank Barchard
2009-07-06Do not fail if 'uuid' atom is encountered before 'moov'.Frank Barchard
2009-07-01Use slightly more appropriate format strings for printing decimal values.Frank Barchard
2009-06-30Use more portable 'PRId64' instead of 'llx' as conversion/length specifier.Frank Barchard
2009-05-02Use new packet reading API, fixes a memory leak.Zdenek Kabelac