| Commit message (Expand) | Author | Age | Files | Lines |
* | Non-blocking protocol: core wrapper functions | Nicolas George | 2011-02-05 | 1 | -1/+0 |
* | Non-blocking protocols: flag and documentation | Nicolas George | 2011-02-05 | 1 | -3/+26 |
* | lavf: make a variant of ff_get_str16_nolen public | Anton Khirnov | 2011-01-25 | 1 | -0/+9 |
* | lavf: move ff_put_str16_nolen from asf to avio and rename it | Anton Khirnov | 2011-01-21 | 1 | -0/+6 |
* | avio: add av_put_str and deprecate put_strz in favor of it | Anton Khirnov | 2011-01-21 | 1 | -1/+9 |
* | lavf: move the version macros to a new header | Anton Khirnov | 2011-01-21 | 1 | -0/+2 |
* | Add function put_nbyte() to speed up padding in SPDIF muxer. | Anssi Hannula | 2011-01-02 | 1 | -0/+1 |
* | Document url_write(). | Stefano Sabatini | 2010-10-31 | 1 | -0/+7 |
* | drop rtp_get_file_handles() which is not part of public API and not used anymore | Aurelien Jacobs | 2010-10-23 | 1 | -1/+0 |
* | add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle() | Aurelien Jacobs | 2010-10-15 | 1 | -1/+1 |
* | Move the definitions of AVSEEK_SIZE to make it appear before the | Stefano Sabatini | 2010-10-06 | 1 | -7/+7 |
* | Document url_get_filename(). | Stefano Sabatini | 2010-10-02 | 1 | -0/+6 |
* | Document url_filesize(). | Stefano Sabatini | 2010-09-30 | 1 | -0/+5 |
* | add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf() | Aurelien Jacobs | 2010-08-19 | 1 | -1/+1 |
* | add FF_API_REGISTER_PROTOCOL define to disable the deprecated | Aurelien Jacobs | 2010-08-19 | 1 | -2/+2 |
* | add FF_API_URL_CLASS define to enable usage of URLContext as a AVClass | Aurelien Jacobs | 2010-08-19 | 1 | -1/+1 |
* | url_fskip: Return an error code if the url_fseek failed | Martin Storsjö | 2010-07-16 | 1 | -1/+2 |
* | Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_buf | Josh Allmann | 2010-07-01 | 1 | -1/+4 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -17/+17 |
* | Add all required includes to avio.h | Martin Storsjö | 2010-06-23 | 1 | -0/+1 |
* | Add priv_data_size and priv_data_class to URLProtocol | Martin Storsjö | 2010-06-22 | 1 | -0/+2 |
* | Split url_open and url_open_protocol into url_alloc and url_connect | Martin Storsjö | 2010-06-22 | 1 | -0/+19 |
* | Add an av_register_protocol2 function that takes a size parameter | Martin Storsjö | 2010-06-22 | 1 | -1/+8 |
* | Declare the url_write buffer parameter as const | Martin Storsjö | 2010-06-01 | 1 | -2/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer... | Tomas Härdin | 2010-04-08 | 1 | -0/+15 |
* | Replace @returns by @return. | Benoit Fouet | 2010-03-30 | 1 | -2/+2 |
* | Document url_exist(). | Stefano Sabatini | 2010-03-29 | 1 | -0/+5 |
* | Document url_seek(). | Stefano Sabatini | 2010-03-28 | 1 | -0/+15 |
* | Add AVSEEK_FORCE flag to indicate that the code should attempt to seek | Michael Niedermayer | 2010-03-15 | 1 | -0/+8 |
* | Doxument url_fopen(). | Stefano Sabatini | 2010-02-09 | 1 | -2/+14 |
* | Doxument url_fdopen(). | Stefano Sabatini | 2010-02-05 | 1 | -2/+11 |
* | Document av_register_protocol(), not that it really needs to be | Stefano Sabatini | 2010-01-27 | 1 | -0/+3 |
* | Doxument url_open(). | Stefano Sabatini | 2010-01-24 | 1 | -0/+11 |
* | Favor the term "URL" over "filename", as the API deals with URLs | Stefano Sabatini | 2010-01-24 | 1 | -8/+8 |
* | Doxument url_close(). | Stefano Sabatini | 2010-01-24 | 1 | -0/+9 |
* | Doxument url_open_protocol(). | Stefano Sabatini | 2010-01-24 | 1 | -0/+12 |
* | Doxument url_read(). | Stefano Sabatini | 2010-01-24 | 1 | -0/+11 |
* | Make url_read_complete retry on EAGAIN and return how much data it read | Reimar Döffinger | 2010-01-23 | 1 | -0/+8 |
* | Make url_resetbuf() assert on wrong flags passed and make it static on next | Benoit Fouet | 2009-10-20 | 1 | -0/+2 |
* | Move function for reading whole specified amount of data from RTSP | Kostya Shishkov | 2009-06-04 | 1 | -0/+1 |
* | Define struct URLContext and typedef it to URLContext in one step. | Stefano Sabatini | 2009-05-25 | 1 | -4/+2 |
* | Add url_get_file_handle(), which is used to get the file descriptor | Ronald S. Bultje | 2009-03-03 | 1 | -0/+12 |
* | Mark as "internal but installed" the avio.h file. | Stefano Sabatini | 2009-02-26 | 1 | -0/+3 |
* | Add a @file notice to avio.h. | Stefano Sabatini | 2009-02-26 | 1 | -1/+5 |
* | Add missing #includes to fix 'make checkheaders'. | Diego Biurrun | 2009-02-17 | 1 | -0/+2 |
* | Improve grammar: "X next after Y" -> "next X after Y". | Stefano Sabatini | 2009-02-15 | 1 | -1/+1 |
* | Do not export to the public the first_protocol symbol at the next | Stefano Sabatini | 2009-02-15 | 1 | -0/+3 |
* | Document av_protocol_next(). | Stefano Sabatini | 2009-02-15 | 1 | -0/+5 |
* | Rename register_protocol() to av_register_protocol() and deprecate | Stefano Sabatini | 2009-02-15 | 1 | -1/+8 |