summaryrefslogtreecommitdiff
path: root/cmdutils.c
Commit message (Collapse)AuthorAge
* Export parse_time_or_die from ffmpeg.c to cmdutils.cStefano Sabatini2008-03-31
| | | | | | Patch by Stefano Sabatini (stefano sabatini-lala poste it) Originally committed as revision 12647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: occured --> occurredDiego Biurrun2008-03-22
| | | | Originally committed as revision 12549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: #include config.h before all other FFmpeg headers.Diego Biurrun2008-03-15
| | | | Originally committed as revision 12450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove INFINITY as suggested by rich.Michael Niedermayer2008-03-01
| | | | Originally committed as revision 12289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print libavfilter version if it is enabled in configureVitor Sessak2008-02-27
| | | | Originally committed as revision 12259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make parse_options() use parse_number_or_die().Stefano Sabatini2008-02-25
| | | | | | Patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 12211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse_number_or_die()Michael Niedermayer2008-02-21
| | | | | | Based on a patch by Stefano Sabatini. Originally committed as revision 12167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not print an (L)GPL license statement when nonfree parts have been compiledDiego Biurrun2008-01-30
| | | | | | into FFmpeg. Instead warn that the resulting binary is unredistributable. Originally committed as revision 11666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print libavdevice version.Michael Niedermayer2008-01-10
| | | | Originally committed as revision 11484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update show_banner date.Benoit Fouet2008-01-02
| | | | Originally committed as revision 11368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cmdutils.c uses FFMPEG_CONFIGURATION from config.h without directly includingRonald S. Bultje2007-09-29
| | | | | | | config.h so that compilation without HAVE_AV_CONFIG_H fails. patch by Ronald S. Bultje, rsbultje gmail com Originally committed as revision 10619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement common show version and banner.Stefano Sabatini2007-09-27
| | | | | | Patch by Stefano Sabatini [stefano sabatini-lala poste it] Originally committed as revision 10600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement the cmdutils.c show_license function.Stefano Sabatini2007-08-20
| | | | | | patch by Stefano Sabatini: [stefano sabatini-lala /\ poste it] Originally committed as revision 10149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make cmdutils.c:parse_options accept as argument a function to parseStefano Sabatini2007-08-13
| | | | | | | bare command line parameters. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje2007-07-02
| | | | | | | | patch by Ronald S. Bultje: [rsbultje gmail com] original thread: [FFmpeg-devel] ffmpeg.c/cmdutils.c compilation date: 06/23/2007 03:15 AM Originally committed as revision 9453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
| | | | Originally committed as revision 9406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun2007-06-10
| | | | Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant #include, avformat.h indirectly includes common.h.Diego Biurrun2007-06-09
| | | | Originally committed as revision 9261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use url_fopen error code when opening input fileBenoit Fouet2007-05-10
| | | | | | handle the AVERROR_NOENT error case in print_error Originally committed as revision 8977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change atoll call to equivalent strtoll to fix compilation on Mac OS X 10.2Patrice Bensoussan2007-04-13
| | | | | | | | | patch by Patrice Bensoussan \ patrice dot bensoussan chez free dot fr Original thread: date: 04/05/2007 07:56 PM subject: [Ffmpeg-devel] [PATCH] Fix broken compilation on Mac OS X 10.2 due to OPT_INT64 support Originally committed as revision 8724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add OPT_INT64 optionBaptiste Coudurier2007-03-30
| | | | Originally committed as revision 8554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent exit missuseMichael Niedermayer2007-03-27
| | | | Originally committed as revision 8536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l in r7174 caused all options to be treated as filenames.Loren Merritt2006-11-27
| | | | Originally committed as revision 7177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for files that begin with a dash.Timo Lindfors2006-11-27
| | | | | | | | | Patch by Timo Lindfors % lindi A kurp P hut P fi % Original thread: Date: Mon, 27 Nov 2006 02:00:14 +0200 Subject: [Ffmpeg-devel] ffplay confused about filenames that begin with a dash Originally committed as revision 7174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix const warningMåns Rullgård2005-12-12
| | | | Originally committed as revision 4739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption API improvmentsMichael Niedermayer2005-09-11
| | | | | | support AVOptions for encoding in ffmpeg.c Originally committed as revision 4580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle AVERROR_IO and AVERROR_NOMEM patch by (Kostya <cannonball bw-team com>)Kostya Shishkov2005-01-20
| | | | Originally committed as revision 3853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
| | | | Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OPT_FLOATMichael Niedermayer2004-10-16
| | | | Originally committed as revision 3601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OPT_INTMichael Niedermayer2004-04-30
| | | | Originally committed as revision 3092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (f)printf() is disallowed in libavcodec, compilation will fail now if its ↵Michael Niedermayer2004-02-22
| | | | | | used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get Originally committed as revision 2806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more sections in help - copyright fixesFabrice Bellard2003-08-24
| | | | Originally committed as revision 2143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added ffplay utilityFabrice Bellard2003-06-07
Originally committed as revision 1936 to svn://svn.ffmpeg.org/ffmpeg/trunk