index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bunch of typos.
Diego Biurrun
2012-01-02
1
-1
/
+1
*
qt-faststart: K&R reformatting; fix comment typos
Diego Biurrun
2011-12-30
1
-45
/
+45
*
qt-faststart: Fix up indentation
Martin Storsjö
2011-12-29
1
-9
/
+9
*
Replace all uses of av_close_input_file() with avformat_close_input().
Anton Khirnov
2011-12-12
1
-1
/
+1
*
Fix a bunch of common typos.
Diego Biurrun
2011-12-11
1
-1
/
+1
*
tests/tools/examples: Replace direct exit() calls by return.
Diego Biurrun
2011-12-08
1
-9
/
+9
*
doc: document preferred Doxygen syntax and make patcheck detect it
Diego Biurrun
2011-12-04
1
-0
/
+1
*
tools/pktdumper: update to recent avformat api
Janne Grunau
2011-10-28
1
-3
/
+3
*
Replace deprecated av_find_stream_info() by avformat_find_stream_info().
Diego Biurrun
2011-08-26
1
-2
/
+2
*
Remove some unused scripts from tools/.
Diego Biurrun
2011-06-06
4
-43
/
+0
*
cws2fws: Improve error message wording.
Diego Biurrun
2011-05-16
1
-2
/
+2
*
tools: Check the return value of write().
Diego Biurrun
2011-05-16
2
-4
/
+17
*
patcheck: warn about assert usage
Peter Ross
2011-05-12
1
-0
/
+1
*
Replace `` by $() syntax in shell scripts.
Diego Biurrun
2011-04-23
2
-8
/
+8
*
patcheck: Allow overiding grep program(s) through environment variables.
Brad
2011-04-23
1
-24
/
+26
*
Replace references to ffmpeg-devel with libav-devel; fix roundup URL.
Diego Biurrun
2011-04-15
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
6
-21
/
+21
*
In graph2dot, print more specific audio information for audio links.
Stefano Sabatini
2011-02-17
1
-4
/
+13
*
consolidate .gitignore patters into a single file
Janne Grunau
2011-01-18
1
-18
/
+0
*
convert svn:ignore properties to .gitignore files
Janne Grunau
2011-01-17
1
-0
/
+18
*
Print link audio format name in tools/graph2dot.
Stefano Sabatini
2011-01-12
1
-2
/
+3
*
Rename avfilter_destroy() as avfilter_free().
Stefano Sabatini
2010-11-08
1
-1
/
+1
*
Remove graphparser.h header, move AVFilterInOut and
Stefano Sabatini
2010-11-07
1
-1
/
+1
*
Add avfilter_graph_config().
Stefano Sabatini
2010-10-16
1
-3
/
+1
*
probetest: replace usage of deprecated first_iformat by av_iformat_next()
Aurelien Jacobs
2010-10-15
1
-2
/
+2
*
Make graph2dot print information related to the link timebase.
Stefano Sabatini
2010-10-10
1
-2
/
+3
*
Clarify whitespace nitpicks in patcheck.
Michael Niedermayer
2010-10-10
1
-3
/
+3
*
Tool to analyze multimedia files and create directories and symlinks for the
Michael Niedermayer
2010-10-09
1
-0
/
+21
*
Check for more 'indent -kr' whitespace details.
Michael Niedermayer
2010-10-08
1
-0
/
+3
*
Set the correct type for the output links.
Stefano Sabatini
2010-08-17
1
-1
/
+1
*
Change avfilter_open() signature, from:
Stefano Sabatini
2010-08-11
1
-1
/
+1
*
showfiltfmts: destroy filter context before exit
Måns Rullgård
2010-08-06
1
-0
/
+1
*
showfiltfmts: set media type of links to that of corresponding pad
Måns Rullgård
2010-08-06
1
-2
/
+4
*
Issue a warning when fed with misformatted one-line doxygen comments.
Benoit Fouet
2010-08-02
1
-0
/
+1
*
lavfi-showfiltfmts: print one format per line
Måns Rullgård
2010-08-01
1
-8
/
+6
*
Warn about "/** text" comments.
Michael Niedermayer
2010-07-28
1
-0
/
+1
*
Accept stdin as input for patcheck.
Rafaël Carré
2010-07-25
1
-0
/
+8
*
grep Changelog entry from unified diffs
Rafaël Carré
2010-07-15
1
-1
/
+1
*
Check for doxy filetag with filename
Michael Niedermayer
2010-07-02
1
-0
/
+1
*
Add patcheck checks for assignments that look like compound assignments
Eli Friedman
2010-06-28
1
-0
/
+1
*
fail if input and output are the same
Baptiste Coudurier
2010-06-21
1
-0
/
+6
*
Improve rule for possibly never read variables.
Benoit Fouet
2010-06-11
1
-1
/
+1
*
Add libavfilter 1-input - 1-output regression test, corresponding to the
Stefano Sabatini
2010-05-24
1
-0
/
+98
*
qt-faststart: Abort scanning of the input file if a badly sized atom is encou...
Martin Storsjö
2010-05-13
1
-0
/
+6
*
Cosmetics: Initialize pointers with NULL instead of 0, for consistency
Martin Storsjö
2010-05-13
1
-1
/
+1
*
Cosmetics: reindent
Martin Storsjö
2010-05-13
1
-2
/
+2
*
qt-faststart: Use the error_out cleanup code path for all error returns
Martin Storsjö
2010-05-13
1
-33
/
+16
*
qt-faststart: Avoid leaking memory if encountering a file with double ftyp atoms
Martin Storsjö
2010-05-09
1
-0
/
+1
*
qt-faststart: Free ftyp_atom at all exit points
Martin Storsjö
2010-05-01
1
-0
/
+8
*
Reindent after the previous commit
Martin Storsjö
2010-05-01
1
-2
/
+2
[next]