Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-07-19Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT).Panagiotis Issaris
Originally committed as revision 9761 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-02to be able to compile without HAVE_AV_CONFIG_HRonald S. Bultje
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
2007-06-24replace the uses of old string functions that Reimar missedMåns Rullgård
Originally committed as revision 9406 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-10Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.Diego Biurrun
Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-09Remove redundant #include, avformat.h indirectly includes common.h.Diego Biurrun
Originally committed as revision 9261 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-10Use url_fopen error code when opening input fileBenoit Fouet
handle the AVERROR_NOENT error case in print_error Originally committed as revision 8977 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-13change atoll call to equivalent strtoll to fix compilation on Mac OS X 10.2Patrice Bensoussan
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
2007-03-30add OPT_INT64 optionBaptiste Coudurier
Originally committed as revision 8554 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-28prevent exit missuseMichael Niedermayer
Originally committed as revision 8536 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-2710l in r7174 caused all options to be treated as filenames.Loren Merritt
Originally committed as revision 7177 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-27Add support for files that begin with a dash.Timo Lindfors
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
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-12fix const warningMåns Rullgård
Originally committed as revision 4739 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-11AVOption API improvmentsMichael Niedermayer
support AVOptions for encoding in ffmpeg.c Originally committed as revision 4580 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-20handle AVERROR_IO and AVERROR_NOMEM patch by (Kostya <cannonball bw-team com>)Kostya Shishkov
Originally committed as revision 3853 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-12various security fixes and precautionary checksMichael Niedermayer
Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-10-17OPT_FLOATMichael Niedermayer
Originally committed as revision 3601 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-30OPT_INTMichael Niedermayer
Originally committed as revision 3092 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-02-22(f)printf() is disallowed in libavcodec, compilation will fail now if its ↵Michael Niedermayer
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
2003-08-24more sections in help - copyright fixesFabrice Bellard
Originally committed as revision 2143 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-07added ffplay utilityFabrice Bellard
Originally committed as revision 1936 to svn://svn.ffmpeg.org/ffmpeg/trunk