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-11-16Call prot->url_close only if it is present.Alex Beregszaszi
Originally committed as revision 11044 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-07Check context before accessing its field.Thorsten Jordan
Patch by Thorsten Jordan: tjordan macrosystem de Originally committed as revision 10939 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-06-24use new string functionsMåns Rullgård
based on patch by Reimar Döffinger Originally committed as revision 9401 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-05Move avio.h's url_get_max_packet_size() comment from source to header file.Panagiotis Issaris
Remove the comment section of url_set_interrupt_cb() which was a duplicate as it appeared identically in both the header and the source file. Originally committed as revision 8259 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h. Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed. Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code. This also removes the need for berrno.h. Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-30protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else theRonald S. Bultje
return value may still end up being zero (if the seek returns -1, which is e.g. what file.c will return on error), which is a valid (but incorrect) filesize. Patch by Ronald S. Bultje % rbultje A ronald P bitfreak P net % Original thread: date: Jan 2, 2007 2:11 AM subject: [Ffmpeg-devel] Re: [PATCH] file length handling Originally committed as revision 7765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-15makes the filename member of the URLContext a pointer, so that theRonald S. Bultje
structure can be extended in the future without breaking ABI. patch by Ronald S. Bultje % rbultje A ronald P bitfreak P net % Original thread: Date: Jan 1, 2007 6:01 PM Subject: [Ffmpeg-devel] make URLContext->filename a pointer Originally committed as revision 7506 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-02fix indention of previous commitMichael Niedermayer
Originally committed as revision 7396 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-02seekless filesize retrieving support in 7 lines of code, also doesnt break ↵Michael Niedermayer
compatibility Originally committed as revision 7395 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-21Add --disable-protocols option to configure to disable I/O protocol fromGildas Bazin
libavformat. Also fix build with --disable-muxers and --disable-ffserver. patch by Gildas Bazin < gbazin **@** altern **.** org > Originally committed as revision 4879 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-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
in libavformat to allow building (de)coders and (de)muxers independently at some point + support for this option in configure. Originally committed as revision 4611 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-11avoid seeking to the end, as it confuses some crappy codeMichael Niedermayer
Originally committed as revision 2996 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-14disable encoders where appropriate (patch courtesy of BEROMike Melanson
<bero -at- geocities.co.jp>) Originally committed as revision 2375 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-09removed ctype.h headerFabrice Bellard
Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-17added primitive aborting systemFabrice Bellard
Originally committed as revision 2058 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-02-21avoid false URL protocol detection when using ':' in filenamesFabrice Bellard
Originally committed as revision 1595 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-01-11added url_get_filename()Fabrice Bellard
Originally committed as revision 1438 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-25renamed libav to libavformatFabrice Bellard
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk