| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused variable. | Carl Eugen Hoyos | 2010-10-06 | 1 | -1/+0 |
* | Use retry_transfer_wrapper() in url_write() as its callers do not expect it t... | Michael Niedermayer | 2010-10-06 | 1 | -2/+2 |
* | Factor retry_transfer_wrapper() out of url_read_complete() | Michael Niedermayer | 2010-10-06 | 1 | -2/+8 |
* | Make register_protocol() use the function av_register_protocol2() | Stefano Sabatini | 2010-09-30 | 1 | -1/+1 |
* | Move AVOptions from libavcodec to libavutil | Michael Niedermayer | 2010-09-26 | 1 | -1/+1 |
* | add FF_API_REGISTER_PROTOCOL define to disable the deprecated | Aurelien Jacobs | 2010-08-19 | 1 | -1/+1 |
* | add FF_API_URL_CLASS define to enable usage of URLContext as a AVClass | Aurelien Jacobs | 2010-08-19 | 1 | -2/+2 |
* | Allow all valid (and only valid) characters in URL scheme for url_open() | Måns Rullgård | 2010-07-18 | 1 | -19/+11 |
* | Remove an unused label, fixing a warning | Eli Friedman | 2010-06-27 | 1 | -1/+0 |
* | Add proper const declaration to a cast, fixes a warning | Eli Friedman | 2010-06-27 | 1 | -1/+1 |
* | Reindent | Martin Storsjö | 2010-06-23 | 1 | -1/+1 |
* | Add priv_data_size and priv_data_class to URLProtocol | Martin Storsjö | 2010-06-22 | 1 | -0/+9 |
* | Split url_open and url_open_protocol into url_alloc and url_connect | Martin Storsjö | 2010-06-22 | 1 | -14/+49 |
* | Add an av_register_protocol2 function that takes a size parameter | Martin Storsjö | 2010-06-22 | 1 | -1/+22 |
* | Declare the url_write buffer parameter as const | Martin Storsjö | 2010-06-01 | 1 | -1/+1 |
* | Add version to AVClass so we can add to and use fields of AVClass without ABI... | Michael Niedermayer | 2010-04-28 | 1 | -1/+1 |
* | Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) in | Stefano Sabatini | 2010-04-18 | 1 | -1/+1 |
* | Add AVSEEK_FORCE flag to indicate that the code should attempt to seek | Michael Niedermayer | 2010-03-15 | 1 | -1/+1 |
* | Always call ff_network_init/ff_network_close when opening protocols | Martin Storsjö | 2010-03-05 | 1 | -2/+14 |
* | Use av_mallocz in url_open_protocol for URLContext. | Daniel Kristjansson | 2010-01-28 | 1 | -1/+1 |
* | Make url_read_complete handle EAGAIN more intelligently. | Reimar Döffinger | 2010-01-24 | 1 | -0/+10 |
* | Make url_read_complete retry on EAGAIN and return how much data it read | Reimar Döffinger | 2010-01-23 | 1 | -2/+4 |
* | Fix comment typo carefull -> careful | Måns Rullgård | 2010-01-17 | 1 | -1/+1 |
* | Move function for reading whole specified amount of data from RTSP | Kostya Shishkov | 2009-06-04 | 1 | -0/+14 |
* | Add url_get_file_handle(), which is used to get the file descriptor | Ronald S. Bultje | 2009-03-03 | 1 | -0/+7 |
* | Rename register_protocol() to av_register_protocol() and deprecate | Stefano Sabatini | 2009-02-15 | 1 | -1/+8 |
* | Only special-case absolute DOS paths on systems that support them. | Ramiro Polla | 2008-10-10 | 1 | -1/+2 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -5/+5 |
* | Implement url_open_protocol(), which is basiclly the former url_open() | Ronald S. Bultje | 2008-08-19 | 1 | -32/+37 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -2/+3 |
* | Check url_seek() in url_open(). | Michael Niedermayer | 2008-05-05 | 1 | -0/+6 |
* | Add AVClass to URLContext at next major version bump | Björn Axelsson | 2008-03-10 | 1 | -0/+19 |
* | url_write is part of the public API so it may not be under ifdef. | Guillaume LecrefECERF | 2008-01-08 | 1 | -2/+0 |
* | Make recently added and still unused read_seek functions return offset_t. | Michael Niedermayer | 2007-12-19 | 1 | -1/+1 |
* | Merge recently added and still unused play and pause functions. | Michael Niedermayer | 2007-12-19 | 1 | -9/+2 |
* | Remove dead code which disappeared with the last major version bump. | Michael Niedermayer | 2007-12-19 | 1 | -2/+0 |
* | av_*_next() API for libavformat | Michael Niedermayer | 2007-12-12 | 1 | -0/+6 |
* | Extend URLProtocol with new function pointers and api functions for | Björn Axelsson | 2007-11-24 | 1 | -0/+22 |
* | Call prot->url_close only if it is present. | Alex Beregszaszi | 2007-11-16 | 1 | -2/+3 |
* | Check context before accessing its field. | Thorsten Jordan | 2007-11-07 | 1 | -0/+1 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -3/+3 |
* | use new string functions | Måns Rullgård | 2007-06-23 | 1 | -1/+2 |
* | Move avio.h's url_get_max_packet_size() comment from source to header file. | Panagiotis Issaris | 2007-03-05 | 1 | -14/+0 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -5/+5 |
* | protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the | Ronald S. Bultje | 2007-01-30 | 1 | -1/+3 |
* | makes the filename member of the URLContext a pointer, so that the | Ronald S. Bultje | 2007-01-14 | 1 | -1/+4 |
* | fix indention of previous commit | Michael Niedermayer | 2007-01-01 | 1 | -3/+3 |
* | seekless filesize retrieving support in 7 lines of code, also doesnt break co... | Michael Niedermayer | 2007-01-01 | 1 | -0/+3 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Add --disable-protocols option to configure to disable I/O protocol from | Gildas Bazin | 2006-01-21 | 1 | -2/+2 |