summaryrefslogtreecommitdiff
path: root/cmdutils.c
Commit message (Expand)AuthorAge
* Error message for EPROTONOSUPPORT, patch from prossATxvidDoTorgLuca Barbato2008-04-03
* Export parse_time_or_die from ffmpeg.c to cmdutils.cStefano Sabatini2008-03-31
* typo: occured --> occurredDiego Biurrun2008-03-22
* cosmetics: #include config.h before all other FFmpeg headers.Diego Biurrun2008-03-15
* Remove INFINITY as suggested by rich.Michael Niedermayer2008-03-01
* Print libavfilter version if it is enabled in configureVitor Sessak2008-02-27
* Make parse_options() use parse_number_or_die().Stefano Sabatini2008-02-25
* parse_number_or_die()Michael Niedermayer2008-02-21
* Do not print an (L)GPL license statement when nonfree parts have been compiledDiego Biurrun2008-01-30
* Print libavdevice version.Michael Niedermayer2008-01-10
* Update show_banner date.Benoit Fouet2008-01-02
* cmdutils.c uses FFMPEG_CONFIGURATION from config.h without directly includingRonald S. Bultje2007-09-29
* Implement common show version and banner.Stefano Sabatini2007-09-27
* Implement the cmdutils.c show_license function.Stefano Sabatini2007-08-20
* Make cmdutils.c:parse_options accept as argument a function to parseStefano Sabatini2007-08-13
* Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje2007-07-02
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-10
* Remove redundant #include, avformat.h indirectly includes common.h.Diego Biurrun2007-06-09
* Use url_fopen error code when opening input fileBenoit Fouet2007-05-10
* change atoll call to equivalent strtoll to fix compilation on Mac OS X 10.2Patrice Bensoussan2007-04-13
* add OPT_INT64 optionBaptiste Coudurier2007-03-30
* prevent exit missuseMichael Niedermayer2007-03-27
* 10l in r7174 caused all options to be treated as filenames.Loren Merritt2006-11-27
* Add support for files that begin with a dash.Timo Lindfors2006-11-27
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* fix const warningMåns Rullgård2005-12-12
* AVOption API improvmentsMichael Niedermayer2005-09-11
* handle AVERROR_IO and AVERROR_NOMEM patch by (Kostya <cannonball bw-team com>)Kostya Shishkov2005-01-20
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* OPT_FLOATMichael Niedermayer2004-10-16
* OPT_INTMichael Niedermayer2004-04-30
* (f)printf() is disallowed in libavcodec, compilation will fail now if its use...Michael Niedermayer2004-02-22
* more sections in help - copyright fixesFabrice Bellard2003-08-24
* added ffplay utilityFabrice Bellard2003-06-07