| Commit message (Expand) | Author | Age | Files | Lines |
* | to be able to compile without HAVE_AV_CONFIG_H | Ronald S. Bultje | 2007-07-02 | 1 | -0/+4 |
* | replace the uses of old string functions that Reimar missed | Måns Rullgård | 2007-06-24 | 1 | -3/+4 |
* | Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg. | Diego Biurrun | 2007-06-10 | 1 | -1/+1 |
* | Remove redundant #include, avformat.h indirectly includes common.h. | Diego Biurrun | 2007-06-09 | 1 | -2/+0 |
* | Use url_fopen error code when opening input file | Benoit Fouet | 2007-05-10 | 1 | -0/+3 |
* | change atoll call to equivalent strtoll to fix compilation on Mac OS X 10.2 | Patrice Bensoussan | 2007-04-13 | 1 | -1/+1 |
* | add OPT_INT64 option | Baptiste Coudurier | 2007-03-30 | 1 | -0/+2 |
* | prevent exit missuse | Michael Niedermayer | 2007-03-27 | 1 | -0/+2 |
* | 10l in r7174 caused all options to be treated as filenames. | Loren Merritt | 2006-11-27 | 1 | -1/+1 |
* | Add support for files that begin with a dash. | Timo Lindfors | 2006-11-27 | 1 | -2/+6 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -3/+3 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -2/+2 |
* | fix const warning | Måns Rullgård | 2005-12-12 | 1 | -1/+1 |
* | AVOption API improvments | Michael Niedermayer | 2005-09-11 | 1 | -6/+16 |
* | handle AVERROR_IO and AVERROR_NOMEM patch by (Kostya <cannonball bw-team com>) | Kostya Shishkov | 2005-01-20 | 1 | -0/+8 |
* | various security fixes and precautionary checks | Michael Niedermayer | 2005-01-12 | 1 | -3/+3 |
* | OPT_FLOAT | Michael Niedermayer | 2004-10-16 | 1 | -0/+2 |
* | OPT_INT | Michael Niedermayer | 2004-04-30 | 1 | -0/+2 |
* | (f)printf() is disallowed in libavcodec, compilation will fail now if its use... | Michael Niedermayer | 2004-02-22 | 1 | -1/+1 |
* | more sections in help - copyright fixes | Fabrice Bellard | 2003-08-24 | 1 | -24/+17 |
* | added ffplay utility | Fabrice Bellard | 2003-06-07 | 1 | -0/+120 |