aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avio.h
Commit message (Collapse)AuthorAgeFilesLines
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-2/+2
| | | | | | | | | 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
* makes the filename member of the URLContext a pointer, so that theRonald S. Bultje2007-01-141-0/+4
| | | | | | | | | | 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
* AVSEEK_SIZE doxyMichael Niedermayer2007-01-011-0/+5
| | | | Originally committed as revision 7397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seekless filesize retrieving support in 7 lines of code, also doesnt break ↵Michael Niedermayer2007-01-011-0/+2
| | | | | | compatibility Originally committed as revision 7395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+18
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move adler32 to libavutilMåns Rullgård2006-07-131-1/+0
| | | | Originally committed as revision 5731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a Creative VOC (de)muxerAurelien Jacobs2006-02-091-0/+2
| | | | Originally committed as revision 4967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-1/+1
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove non portable get/put_be64_double()Michael Niedermayer2005-07-191-2/+0
| | | | Originally committed as revision 4461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill duplicated get/put_be24()Michael Niedermayer2005-07-191-0/+2
| | | | Originally committed as revision 4460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med ↵Wolfram Gloger2005-05-301-2/+2
| | | | | | uni-muenchen de) Originally committed as revision 4322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ↵Aurelien Jacobs2005-05-191-0/+1
| | | | | | apps instead of URLProtocol) Originally committed as revision 4275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write error handlingMichael Niedermayer2004-10-081-2/+4
| | | | Originally committed as revision 3572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checksuming for nut & nice checksum API for libavformatMichael Niedermayer2004-04-051-0/+7
| | | | Originally committed as revision 2969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at ↵Leon van Stuivenberg2004-03-151-0/+1
| | | | | | chello dot nl>) Originally committed as revision 2896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch for attribute(printf) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2003-09-301-1/+1
| | | | Originally committed as revision 2322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavformat/avio.h compilation problem in VisualC++ by (lethean at realtime ↵Michael Niedermayer2003-08-291-0/+4
| | | | | | dot ssu dot ac dot kr) Originally committed as revision 2182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added primitive aborting systemFabrice Bellard2003-07-171-1/+10
| | | | Originally committed as revision 2058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-11/+11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added url_get_filename()Fabrice Bellard2003-01-111-0/+3
| | | | Originally committed as revision 1438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+153
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk