summaryrefslogtreecommitdiff
path: root/libavformat/avio.c
Commit message (Expand)AuthorAge
...
* avio: deprecate url_get_filename().Anton Khirnov2011-04-04
* avio: deprecate url_max_packet_size().Anton Khirnov2011-04-04
* avio: make url_get_file_handle() internal.Anton Khirnov2011-04-04
* avio: make url_filesize() internal.Anton Khirnov2011-04-04
* avio: make url_close() internal.Anton Khirnov2011-04-04
* avio: make url_seek() internal.Anton Khirnov2011-04-04
* avio: make url_write() internal.Anton Khirnov2011-04-04
* avio: make url_read_complete() internal.Anton Khirnov2011-04-04
* avio: make url_read() internal.Anton Khirnov2011-04-04
* avio: make url_open() internal.Anton Khirnov2011-04-04
* avio: make url_connect internal.Anton Khirnov2011-04-04
* avio: make url_alloc internal.Anton Khirnov2011-04-04
* avio: deprecate url_open_protocolAnton Khirnov2011-04-04
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-15
* In retry_transfer_wrapper, do not check url_interrupt_cb, causes problemsBaptiste Coudurier2011-03-07
* URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEMEMartin Storsjö2011-03-06
* Non-blocking protocol: core wrapper functionsNicolas George2011-02-05
* Remove unused variable.Carl Eugen Hoyos2010-10-06
* Use retry_transfer_wrapper() in url_write() as its callers do not expect it t...Michael Niedermayer2010-10-06
* Factor retry_transfer_wrapper() out of url_read_complete()Michael Niedermayer2010-10-06
* Make register_protocol() use the function av_register_protocol2()Stefano Sabatini2010-09-30
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* add FF_API_REGISTER_PROTOCOL define to disable the deprecatedAurelien Jacobs2010-08-19
* add FF_API_URL_CLASS define to enable usage of URLContext as a AVClassAurelien Jacobs2010-08-19
* Allow all valid (and only valid) characters in URL scheme for url_open()Måns Rullgård2010-07-18
* Remove an unused label, fixing a warningEli Friedman2010-06-27
* Add proper const declaration to a cast, fixes a warningEli Friedman2010-06-27
* ReindentMartin Storsjö2010-06-23
* Add priv_data_size and priv_data_class to URLProtocolMartin Storsjö2010-06-22
* Split url_open and url_open_protocol into url_alloc and url_connectMartin Storsjö2010-06-22
* Add an av_register_protocol2 function that takes a size parameterMartin Storsjö2010-06-22
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-01
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-28
* Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) inStefano Sabatini2010-04-18
* Add AVSEEK_FORCE flag to indicate that the code should attempt to seekMichael Niedermayer2010-03-15
* Always call ff_network_init/ff_network_close when opening protocolsMartin Storsjö2010-03-05
* Use av_mallocz in url_open_protocol for URLContext.Daniel Kristjansson2010-01-28
* Make url_read_complete handle EAGAIN more intelligently.Reimar Döffinger2010-01-24
* Make url_read_complete retry on EAGAIN and return how much data it readReimar Döffinger2010-01-23
* Fix comment typo carefull -> carefulMåns Rullgård2010-01-17
* Move function for reading whole specified amount of data from RTSPKostya Shishkov2009-06-04
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-03
* 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