summaryrefslogtreecommitdiffstats
path: root/cmdutils.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT).Panagiotis Issaris2007-07-191-1/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-1/+1
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-1/+1
* to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje2007-07-021-0/+4
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-241-3/+4
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-101-1/+1
* Remove redundant #include, avformat.h indirectly includes common.h.Diego Biurrun2007-06-091-2/+0
* Use url_fopen error code when opening input fileBenoit Fouet2007-05-101-0/+3
* change atoll call to equivalent strtoll to fix compilation on Mac OS X 10.2Patrice Bensoussan2007-04-131-1/+1
* add OPT_INT64 optionBaptiste Coudurier2007-03-301-0/+2
* prevent exit missuseMichael Niedermayer2007-03-271-0/+2
* 10l in r7174 caused all options to be treated as filenames.Loren Merritt2006-11-271-1/+1
* Add support for files that begin with a dash.Timo Lindfors2006-11-271-2/+6
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-3/+3
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-2/+2
* fix const warningMåns Rullgård2005-12-121-1/+1
* AVOption API improvmentsMichael Niedermayer2005-09-111-6/+16
* handle AVERROR_IO and AVERROR_NOMEM patch by (Kostya <cannonball bw-team com>)Kostya Shishkov2005-01-201-0/+8
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-3/+3
* OPT_FLOATMichael Niedermayer2004-10-161-0/+2
* OPT_INTMichael Niedermayer2004-04-301-0/+2
* (f)printf() is disallowed in libavcodec, compilation will fail now if its use...Michael Niedermayer2004-02-221-1/+1
* more sections in help - copyright fixesFabrice Bellard2003-08-241-24/+17
* added ffplay utilityFabrice Bellard2003-06-071-0/+120
OpenPOWER on IntegriCloud