summaryrefslogtreecommitdiffstats
path: root/libavformat/avio.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused variable.Carl Eugen Hoyos2010-10-061-1/+0
* Use retry_transfer_wrapper() in url_write() as its callers do not expect it t...Michael Niedermayer2010-10-061-2/+2
* Factor retry_transfer_wrapper() out of url_read_complete()Michael Niedermayer2010-10-061-2/+8
* Make register_protocol() use the function av_register_protocol2()Stefano Sabatini2010-09-301-1/+1
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-261-1/+1
* add FF_API_REGISTER_PROTOCOL define to disable the deprecatedAurelien Jacobs2010-08-191-1/+1
* add FF_API_URL_CLASS define to enable usage of URLContext as a AVClassAurelien Jacobs2010-08-191-2/+2
* Allow all valid (and only valid) characters in URL scheme for url_open()Måns Rullgård2010-07-181-19/+11
* Remove an unused label, fixing a warningEli Friedman2010-06-271-1/+0
* Add proper const declaration to a cast, fixes a warningEli Friedman2010-06-271-1/+1
* ReindentMartin Storsjö2010-06-231-1/+1
* Add priv_data_size and priv_data_class to URLProtocolMartin Storsjö2010-06-221-0/+9
* Split url_open and url_open_protocol into url_alloc and url_connectMartin Storsjö2010-06-221-14/+49
* Add an av_register_protocol2 function that takes a size parameterMartin Storsjö2010-06-221-1/+22
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-011-1/+1
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-281-1/+1
* Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) inStefano Sabatini2010-04-181-1/+1
* Add AVSEEK_FORCE flag to indicate that the code should attempt to seekMichael Niedermayer2010-03-151-1/+1
* Always call ff_network_init/ff_network_close when opening protocolsMartin Storsjö2010-03-051-2/+14
* Use av_mallocz in url_open_protocol for URLContext.Daniel Kristjansson2010-01-281-1/+1
* Make url_read_complete handle EAGAIN more intelligently.Reimar Döffinger2010-01-241-0/+10
* Make url_read_complete retry on EAGAIN and return how much data it readReimar Döffinger2010-01-231-2/+4
* Fix comment typo carefull -> carefulMåns Rullgård2010-01-171-1/+1
* Move function for reading whole specified amount of data from RTSPKostya Shishkov2009-06-041-0/+14
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-031-0/+7
* Rename register_protocol() to av_register_protocol() and deprecateStefano Sabatini2009-02-151-1/+8
* Only special-case absolute DOS paths on systems that support them.Ramiro Polla2008-10-101-1/+2
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-5/+5
* Implement url_open_protocol(), which is basiclly the former url_open()Ronald S. Bultje2008-08-191-32/+37
* 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
OpenPOWER on IntegriCloud