summaryrefslogtreecommitdiff
path: root/cmdutils.c
Commit message (Collapse)AuthorAge
* 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