summaryrefslogtreecommitdiffstats
path: root/libavformat/avio.c
Commit message (Expand)AuthorAgeFilesLines
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+3
* Check url_seek() in url_open().Michael Niedermayer2008-05-051-0/+6
* Add AVClass to URLContext at next major version bumpBjörn Axelsson2008-03-101-0/+19
* url_write is part of the public API so it may not be under ifdef.Guillaume LecrefECERF2008-01-081-2/+0
* Make recently added and still unused read_seek functions return offset_t.Michael Niedermayer2007-12-191-1/+1
* Merge recently added and still unused play and pause functions.Michael Niedermayer2007-12-191-9/+2
* Remove dead code which disappeared with the last major version bump.Michael Niedermayer2007-12-191-2/+0
* av_*_next() API for libavformatMichael Niedermayer2007-12-121-0/+6
* Extend URLProtocol with new function pointers and api functions forBjörn Axelsson2007-11-241-0/+22
* Call prot->url_close only if it is present.Alex Beregszaszi2007-11-161-2/+3
* Check context before accessing its field.Thorsten Jordan2007-11-071-0/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-3/+3
* use new string functionsMåns Rullgård2007-06-231-1/+2
* 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
OpenPOWER on IntegriCloud