OSDN Git Service

Windows MinGW環境ビルドエラー対応(Windows7 Mingw32 gcc4.5.2)
[coroid/libav_saccubus.git] / tools /
2011-09-12 yukihaneMerge remote branch 'official/master'
2011-08-26 Diego BiurrunReplace deprecated av_find_stream_info() by avformat_fi...
2011-08-01 yukihaneMerge branch 'master' of git://git.libav.org/libav
2011-06-05 Diego BiurrunRemove some unused scripts from tools/.
2011-05-16 Diego Biurruncws2fws: Improve error message wording.
2011-05-16 Diego Biurruntools: Check the return value of write().
2011-05-12 Peter Rosspatcheck: warn about assert usage
2011-04-23 Diego BiurrunReplace `` by $() syntax in shell scripts.
2011-04-23 Bradpatcheck: Allow overiding grep program(s) through envir...
2011-04-15 Diego BiurrunReplace references to ffmpeg-devel with libav-devel...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-16 Stefano SabatiniIn graph2dot, print more specific audio information...
2011-01-18 Janne Grunauconsolidate .gitignore patters into a single file
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2011-01-12 Stefano SabatiniPrint link audio format name in tools/graph2dot.
2010-11-08 Stefano SabatiniRename avfilter_destroy() as avfilter_free().
2010-11-07 Stefano SabatiniRemove graphparser.h header, move AVFilterInOut and
2010-10-16 Stefano SabatiniAdd avfilter_graph_config().
2010-10-15 Aurelien Jacobsprobetest: replace usage of deprecated first_iformat...
2010-10-10 Stefano SabatiniMake graph2dot print information related to the link...
2010-10-10 Michael NiedermayerClarify whitespace nitpicks in patcheck.
2010-10-09 Michael NiedermayerTool to analyze multimedia files and create directories...
2010-10-08 Michael NiedermayerCheck for more 'indent -kr' whitespace details.
2010-08-17 Stefano SabatiniSet the correct type for the output links.
2010-08-11 Stefano SabatiniChange avfilter_open() signature, from:
2010-08-06 Måns Rullgårdshowfiltfmts: destroy filter context before exit
2010-08-06 Måns Rullgårdshowfiltfmts: set media type of links to that of corres...
2010-08-02 Benoit FouetIssue a warning when fed with misformatted one-line...
2010-08-01 Måns Rullgårdlavfi-showfiltfmts: print one format per line
2010-07-28 Michael NiedermayerWarn about "/** text" comments.
2010-07-25 Rafaël CarréAccept stdin as input for patcheck.
2010-07-15 Rafaël Carrégrep Changelog entry from unified diffs
2010-07-02 Michael NiedermayerCheck for doxy filetag with filename
2010-06-28 Eli FriedmanAdd patcheck checks for assignments that look like...
2010-06-21 Baptiste Coudurierfail if input and output are the same
2010-06-11 Benoit FouetImprove rule for possibly never read variables.
2010-05-24 Stefano SabatiniAdd libavfilter 1-input - 1-output regression test...
2010-05-13 Martin Storsjöqt-faststart: Abort scanning of the input file if a...
2010-05-13 Martin StorsjöCosmetics: Initialize pointers with NULL instead of...
2010-05-13 Martin StorsjöCosmetics: reindent
2010-05-13 Martin Storsjöqt-faststart: Use the error_out cleanup code path for...
2010-05-09 Martin Storsjöqt-faststart: Avoid leaking memory if encountering...
2010-05-01 Martin Storsjöqt-faststart: Free ftyp_atom at all exit points
2010-05-01 Martin StorsjöReindent after the previous commit
2010-05-01 Martin StorsjöRemove unnecessary checks before calling free
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-15 Daniel Verkamppatcheck: Escape parentheses in grep calls
2010-03-08 Diego BiurrunAdd missing stdlib.h #include, fixes the warnings:
2010-03-06 Michael NiedermayerRemove apparently unneeded define and includes.
2010-03-06 Michael NiedermayerMake trasher use a well defined random number generator...
2010-02-25 Stefano SabatiniAdd the graph2dot tools and document it.
2009-11-09 Reimar Döffingerpatcheck: check that pix_fmt etc. initializers are...
2009-09-18 Diego BiurrunDrop argc/argv parameters from main(), they are unused.
2009-09-18 Diego Biurruncosmetics: K&R coding style, prettyprinting
2009-09-15 Martin StorsjöInit i to 0 (10l fix).
2009-09-15 Michael NiedermayerProbetest, to test the demuxers probe functions against...
2009-07-15 Frank Barchardprint atom info during parsing, patch by Frank Barchard...
2009-07-06 Frank BarchardDo not fail if 'uuid' atom is encountered before 'moov'.
2009-07-01 Frank BarchardUse slightly more appropriate format strings for printi...
2009-06-30 Frank BarchardUse more portable 'PRId64' instead of 'llx' as conversi...
2009-05-01 Zdenek KabelacUse new packet reading API, fixes a memory leak.
2009-03-27 Michael NiedermayerCheck for INIT_VLC_USE_STATIC
2009-03-24 Diego BiurrunAdd _XOPEN_SOURCE #define. This is necessary for (s...
2009-03-11 Alex Conversepatcheck: Replace non-POSIX echo -e with printf.
2009-02-27 Michael NiedermayerDetect static prototypes.
2009-02-27 Michael NiedermayerImprove detection of non doxy comments.
2009-02-27 Michael NiedermayerFix misdetection of #else in 'missing } prior to else'.
2009-02-22 Michael NiedermayerSearch for things like "int *src" without const.
2009-02-17 Michael NiedermayerFix @param[in/out] handling
2009-02-09 Michael NiedermayerCheck for duplicate const/static/inline.
2009-02-08 Michael NiedermayerFix reserved identifer detection so it doesnt detect...
2009-02-08 Michael NiedermayerFactorize grep -v cases.
2009-02-08 Michael NiedermayerPatch check script.
2008-08-20 Diego BiurrunFix #include path, headers from other directories need...
2008-07-13 Matthieu Castettools/trasher: Don't mix srand/rand and srandom/random...
2008-05-19 Mike Melansoncorrect build documentation for qt-faststart utility
2008-01-14 Diego BiurrunAdd '#undef strcat' to fix compilation.
2008-01-10 Diego BiurrunAdd LGPL license header.
2008-01-09 Mike MelansonError checking: make sure that there are 3 parameters...
2008-01-08 Diego BiurrunRemove unused variable i.
2008-01-08 Michael NiedermayerA little proggy i wrote years ago.
2007-07-18 Benoit Fouetremove warnings
2007-07-17 Benoit Fouetrevert my accidental previous commit
2007-07-17 Benoit Fouetfix tools compilation
2007-07-13 Måns Rullgårdcreate and populate "tools" directory