62 Commits (536e229ae281a6722323ec0bab5879058fb26ead)

Author SHA1 Message Date
Stefano Sabatini a8542e433e Set the correct type for the output links. 14 years ago
Stefano Sabatini 84c0386960 Change avfilter_open() signature, from: 14 years ago
Måns Rullgård 56e0d112d3 showfiltfmts: destroy filter context before exit 14 years ago
Måns Rullgård c61f84bf97 showfiltfmts: set media type of links to that of corresponding pad 14 years ago
Benoit Fouet 3ea4d9423f Issue a warning when fed with misformatted one-line doxygen comments. 14 years ago
Måns Rullgård 27971664d3 lavfi-showfiltfmts: print one format per line 14 years ago
Michael Niedermayer 78db142acb Warn about "/** text" comments. 14 years ago
Rafaël Carré 09d7da865f Accept stdin as input for patcheck. 14 years ago
Rafaël Carré 2543c7fb1a grep Changelog entry from unified diffs 14 years ago
Michael Niedermayer c4e12a9fa4 Check for doxy filetag with filename 14 years ago
Eli Friedman 35614edb2d Add patcheck checks for assignments that look like compound assignments 14 years ago
Baptiste Coudurier 91a4abd8f5 fail if input and output are the same 14 years ago
Benoit Fouet b6c265ec2b Improve rule for possibly never read variables. 14 years ago
Stefano Sabatini e34d5db595 Add libavfilter 1-input - 1-output regression test, corresponding to the 15 years ago
Martin Storsjö 86e09922a5 qt-faststart: Abort scanning of the input file if a badly sized atom is encountered 15 years ago
Martin Storsjö 2ef9fd8e9b Cosmetics: Initialize pointers with NULL instead of 0, for consistency 15 years ago
Martin Storsjö e3d7269fc8 Cosmetics: reindent 15 years ago
Martin Storsjö c937454d89 qt-faststart: Use the error_out cleanup code path for all error returns 15 years ago
Martin Storsjö 6ad533b7cb qt-faststart: Avoid leaking memory if encountering a file with double ftyp atoms 15 years ago
Martin Storsjö d296a658cf qt-faststart: Free ftyp_atom at all exit points 15 years ago
Martin Storsjö 331cb6c3e8 Reindent after the previous commit 15 years ago
Martin Storsjö d50fc2d07b Remove unnecessary checks before calling free 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Daniel Verkamp 4a0cf686f8 patcheck: Escape parentheses in grep calls 15 years ago
Diego Biurrun f19a068ef6 Add missing stdlib.h #include, fixes the warnings: 15 years ago
Michael Niedermayer 5988dc9eec Remove apparently unneeded define and includes. 15 years ago
Michael Niedermayer 47cf98efcb Make trasher use a well defined random number generator and allow the seed to be specified on the cmd line. 15 years ago
Stefano Sabatini 11ab237e31 Add the graph2dot tools and document it. 15 years ago
Reimar Döffinger 260dfb1a3c patcheck: check that pix_fmt etc. initializers are const 15 years ago
Diego Biurrun 9407246d7a Drop argc/argv parameters from main(), they are unused. 15 years ago
Diego Biurrun 497559ec90 cosmetics: K&R coding style, prettyprinting 15 years ago
Martin Storsjö ff19d438dc Init i to 0 (10l fix). 15 years ago
Michael Niedermayer 6e7ef5ec35 Probetest, to test the demuxers probe functions against random and not so random 15 years ago
Frank Barchard 65b875d8fc print atom info during parsing, patch by Frank Barchard, fbarchard at google dot com 15 years ago
Frank Barchard 31457d7a2e Do not fail if 'uuid' atom is encountered before 'moov'. 15 years ago
Frank Barchard 06a497afab Use slightly more appropriate format strings for printing decimal values. 15 years ago
Frank Barchard cb28f95454 Use more portable 'PRId64' instead of 'llx' as conversion/length specifier. 15 years ago
Zdenek Kabelac 92147b6bec Use new packet reading API, fixes a memory leak. 16 years ago
Michael Niedermayer 9e793a2462 Check for INIT_VLC_USE_STATIC 16 years ago
Diego Biurrun 6510c453ab Add _XOPEN_SOURCE #define. This is necessary for (s)random(), which are XSI 16 years ago
Alex Converse f11c9ee996 patcheck: Replace non-POSIX echo -e with printf. 16 years ago
Michael Niedermayer 70ec53a0bf Detect static prototypes. 16 years ago
Michael Niedermayer f55e1812d0 Improve detection of non doxy comments. 16 years ago
Michael Niedermayer 0f485a9c8b Fix misdetection of #else in 'missing } prior to else'. 16 years ago
Michael Niedermayer 214ee5f556 Search for things like "int *src" without const. 16 years ago
Michael Niedermayer 6c25f34682 Fix @param[in/out] handling 16 years ago
Michael Niedermayer be3e68b277 Check for duplicate const/static/inline. 16 years ago
Michael Niedermayer 74892f7a4e Fix reserved identifer detection so it doesnt detect __asm and such. 16 years ago
Michael Niedermayer 3d8f9025b1 Factorize grep -v cases. 16 years ago
Michael Niedermayer 6c2dd77eb2 Patch check script. 16 years ago