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