index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2009-11-09
patcheck: check that pix_fmt etc. initializers are const
Reimar Döffinger
2009-09-18
Drop argc/argv parameters from main(), they are unused.
Diego Biurrun
2009-09-18
cosmetics: K&R coding style, prettyprinting
Diego Biurrun
2009-09-15
Init i to 0 (10l fix).
Martin Storsjö
2009-09-15
Probetest, to test the demuxers probe functions against random and not so random
Michael Niedermayer
2009-07-15
print atom info during parsing, patch by Frank Barchard, fbarchard at google ...
Frank Barchard
2009-07-06
Do not fail if 'uuid' atom is encountered before 'moov'.
Frank Barchard
2009-07-01
Use slightly more appropriate format strings for printing decimal values.
Frank Barchard
2009-06-30
Use more portable 'PRId64' instead of 'llx' as conversion/length specifier.
Frank Barchard
2009-05-01
Use new packet reading API, fixes a memory leak.
Zdenek Kabelac
2009-03-27
Check for INIT_VLC_USE_STATIC
Michael Niedermayer
2009-03-24
Add _XOPEN_SOURCE #define. This is necessary for (s)random(), which are XSI
Diego Biurrun
2009-03-11
patcheck: Replace non-POSIX echo -e with printf.
Alex Converse
2009-02-27
Detect static prototypes.
Michael Niedermayer
2009-02-27
Improve detection of non doxy comments.
Michael Niedermayer
2009-02-27
Fix misdetection of #else in 'missing } prior to else'.
Michael Niedermayer
2009-02-22
Search for things like "int *src" without const.
Michael Niedermayer
2009-02-17
Fix @param[in/out] handling
Michael Niedermayer
2009-02-09
Check for duplicate const/static/inline.
Michael Niedermayer
2009-02-08
Fix reserved identifer detection so it doesnt detect __asm and such.
Michael Niedermayer
2009-02-08
Factorize grep -v cases.
Michael Niedermayer
2009-02-08
Patch check script.
Michael Niedermayer
2008-08-20
Fix #include path, headers from other directories need to have
Diego Biurrun
2008-07-13
tools/trasher: Don't mix srand/rand and srandom/random interface.
Matthieu Castet
2008-05-19
correct build documentation for qt-faststart utility
Mike Melanson
2008-01-14
Add '#undef strcat' to fix compilation.
Diego Biurrun
2008-01-10
Add LGPL license header.
Diego Biurrun
2008-01-09
Error checking: make sure that there are 3 parameters and that the
Mike Melanson
2008-01-08
Remove unused variable i.
Diego Biurrun
2008-01-08
A little proggy i wrote years ago.
Michael Niedermayer
2007-07-18
remove warnings
Benoit Fouet
2007-07-17
revert my accidental previous commit
Benoit Fouet
2007-07-17
fix tools compilation
Benoit Fouet
2007-07-13
create and populate "tools" directory
Måns Rullgård