aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avio.c
Commit message (Expand)AuthorAgeFilesLines
* Move avio.h's url_get_max_packet_size() comment from source to header file.Panagiotis Issaris2007-03-051-14/+0
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-5/+5
* protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else theRonald S. Bultje2007-01-301-1/+3
* makes the filename member of the URLContext a pointer, so that theRonald S. Bultje2007-01-141-1/+4
* fix indention of previous commitMichael Niedermayer2007-01-011-3/+3
* seekless filesize retrieving support in 7 lines of code, also doesnt break co...Michael Niedermayer2007-01-011-0/+3
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add --disable-protocols option to configure to disable I/O protocol fromGildas Bazin2006-01-211-2/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-7/+7
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-231-2/+2
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-3/+3
* avoid seeking to the end, as it confuses some crappy codeMichael Niedermayer2004-04-111-1/+1
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-141-0/+2
* removed ctype.h headerFabrice Bellard2003-09-081-1/+0
* added primitive aborting systemFabrice Bellard2003-07-171-0/+22
* avoid false URL protocol detection when using ':' in filenamesFabrice Bellard2003-02-211-0/+5
* added url_get_filename()Fabrice Bellard2003-01-111-1/+7
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+156