Age | Commit message (Expand) | Author |
2011-01-17 | convert svn:ignore properties to .gitignore files | Janne Grunau |
2011-01-12 | Print link audio format name in tools/graph2dot. | Stefano Sabatini |
2010-11-08 | Rename avfilter_destroy() as avfilter_free(). | Stefano Sabatini |
2010-11-07 | Remove graphparser.h header, move AVFilterInOut and | Stefano Sabatini |
2010-10-16 | Add avfilter_graph_config(). | Stefano Sabatini |
2010-10-15 | probetest: replace usage of deprecated first_iformat by av_iformat_next() | Aurelien Jacobs |
2010-10-10 | Make graph2dot print information related to the link timebase. | Stefano Sabatini |
2010-10-10 | Clarify whitespace nitpicks in patcheck. | Michael Niedermayer |
2010-10-09 | Tool to analyze multimedia files and create directories and symlinks for the | Michael Niedermayer |
2010-10-08 | Check for more 'indent -kr' whitespace details. | Michael Niedermayer |
2010-08-17 | Set the correct type for the output links. | Stefano Sabatini |
2010-08-11 | Change avfilter_open() signature, from: | Stefano Sabatini |
2010-08-06 | showfiltfmts: destroy filter context before exit | Måns Rullgård |
2010-08-06 | showfiltfmts: set media type of links to that of corresponding pad | Måns Rullgård |
2010-08-02 | Issue a warning when fed with misformatted one-line doxygen comments. | Benoit Fouet |
2010-08-01 | lavfi-showfiltfmts: print one format per line | Måns Rullgård |
2010-07-28 | Warn about "/** text" comments. | Michael Niedermayer |
2010-07-25 | Accept stdin as input for patcheck. | Rafaël Carré |
2010-07-15 | grep Changelog entry from unified diffs | Rafaël Carré |
2010-07-02 | Check for doxy filetag with filename | Michael Niedermayer |
2010-06-28 | Add patcheck checks for assignments that look like compound assignments | Eli Friedman |
2010-06-21 | fail if input and output are the same | Baptiste Coudurier |
2010-06-11 | Improve rule for possibly never read variables. | Benoit Fouet |
2010-05-24 | Add libavfilter 1-input - 1-output regression test, corresponding to the | Stefano Sabatini |
2010-05-13 | qt-faststart: Abort scanning of the input file if a badly sized atom is encou... | Martin Storsjö |
2010-05-13 | Cosmetics: Initialize pointers with NULL instead of 0, for consistency | Martin Storsjö |
2010-05-13 | Cosmetics: reindent | Martin Storsjö |
2010-05-13 | qt-faststart: Use the error_out cleanup code path for all error returns | Martin Storsjö |
2010-05-09 | qt-faststart: Avoid leaking memory if encountering a file with double ftyp atoms | Martin Storsjö |
2010-05-01 | qt-faststart: Free ftyp_atom at all exit points | Martin Storsjö |
2010-05-01 | Reindent after the previous commit | Martin Storsjö |
2010-05-01 | Remove unnecessary checks before calling free | Martin Storsjö |
2010-03-31 | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas |
2010-03-15 | patcheck: Escape parentheses in grep calls | Daniel Verkamp |
2010-03-08 | Add missing stdlib.h #include, fixes the warnings: | Diego Biurrun |
2010-03-06 | Remove apparently unneeded define and includes. | Michael Niedermayer |
2010-03-06 | Make trasher use a well defined random number generator and allow the seed to... | Michael Niedermayer |
2010-02-25 | Add the graph2dot tools and document it. | Stefano Sabatini |
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 |