summaryrefslogtreecommitdiff
path: root/libavformat/avio.c
Commit message (Expand)AuthorAge
* Rename register_protocol() to av_register_protocol() and deprecateStefano Sabatini2009-02-15
* Only special-case absolute DOS paths on systems that support them.Ramiro Polla2008-10-10
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Implement url_open_protocol(), which is basiclly the former url_open()Ronald S. Bultje2008-08-19
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Check url_seek() in url_open().Michael Niedermayer2008-05-05
* Add AVClass to URLContext at next major version bumpBjörn Axelsson2008-03-10
* url_write is part of the public API so it may not be under ifdef.Guillaume LecrefECERF2008-01-08
* Make recently added and still unused read_seek functions return offset_t.Michael Niedermayer2007-12-19
* Merge recently added and still unused play and pause functions.Michael Niedermayer2007-12-19
* Remove dead code which disappeared with the last major version bump.Michael Niedermayer2007-12-19
* av_*_next() API for libavformatMichael Niedermayer2007-12-12
* Extend URLProtocol with new function pointers and api functions forBjörn Axelsson2007-11-24
* Call prot->url_close only if it is present.Alex Beregszaszi2007-11-16
* Check context before accessing its field.Thorsten Jordan2007-11-07
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* use new string functionsMåns Rullgård2007-06-23
* Move avio.h's url_get_max_packet_size() comment from source to header file.Panagiotis Issaris2007-03-05
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else theRonald S. Bultje2007-01-30
* makes the filename member of the URLContext a pointer, so that theRonald S. Bultje2007-01-14
* fix indention of previous commitMichael Niedermayer2007-01-01
* seekless filesize retrieving support in 7 lines of code, also doesnt break co...Michael Niedermayer2007-01-01
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add --disable-protocols option to configure to disable I/O protocol fromGildas Bazin2006-01-21
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* avoid seeking to the end, as it confuses some crappy codeMichael Niedermayer2004-04-11
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
* removed ctype.h headerFabrice Bellard2003-09-08
* added primitive aborting systemFabrice Bellard2003-07-17
* avoid false URL protocol detection when using ':' in filenamesFabrice Bellard2003-02-21
* added url_get_filename()Fabrice Bellard2003-01-11
* renamed libav to libavformatFabrice Bellard2002-11-25