| Commit message (Expand) | Author | Age | Files | Lines |
* | avio: deprecate url_close_buf | Anton Khirnov | 2011-03-16 | 1 | -2/+2 |
* | avio: deprecate url_open_buf | Anton Khirnov | 2011-03-16 | 1 | -2/+2 |
* | avio: avio_ prefix for url_fprintf | Anton Khirnov | 2011-03-16 | 1 | -2/+7 |
* | avio: change avio_tell/skip from macros to inline functions | Anton Khirnov | 2011-03-16 | 1 | -2/+8 |
* | avio: make url_setbufsize internal. | Anton Khirnov | 2011-03-16 | 1 | -2/+1 |
* | lavf: move ff_get_v from avio.h to avio_internal.h | Anton Khirnov | 2011-03-16 | 1 | -2/+0 |
* | Use AVERROR_EXIT with url_interrupt_cb. | Nicolas George | 2011-03-15 | 1 | -1/+1 |
* | avio: deprecate url_ferror | Anton Khirnov | 2011-03-15 | 1 | -2/+1 |
* | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -6/+5 |
* | avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h | Anton Khirnov | 2011-03-07 | 1 | -15/+0 |
* | avio: deprecate url_fget_max_packet_size | Anton Khirnov | 2011-03-07 | 1 | -7/+4 |
* | avio: avio_ prefix for url_fsize | Anton Khirnov | 2011-03-07 | 1 | -1/+2 |
* | avio: deprecate url_fgetc and remove all it uses | Anton Khirnov | 2011-03-07 | 1 | -4/+2 |
* | avio: deprecate url_fgets | Anton Khirnov | 2011-03-07 | 1 | -1/+3 |
* | avio: add avio_skip macro | Peter Ross | 2011-03-07 | 1 | -0/+6 |
* | URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEME | Martin Storsjö | 2011-03-06 | 1 | -0/+2 |
* | URLProtocol: Add a flags field | Martin Storsjö | 2011-03-06 | 1 | -0/+1 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -1/+2 |
* | lavf: deprecate get_strz() in favor of avio_get_str | Anton Khirnov | 2011-03-04 | 1 | -1/+6 |
* | avio: add avio_get_str() | Reimar Döffinger | 2011-03-04 | 1 | -0/+14 |
* | avio: deprecate url_fskip | Anton Khirnov | 2011-03-01 | 1 | -7/+1 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -1/+2 |
* | avio: deprecate put_tag | Anton Khirnov | 2011-02-25 | 1 | -1/+1 |
* | avio: rename url_fopen/fclose -> avio_open/close. | Anton Khirnov | 2011-02-23 | 1 | -2/+14 |
* | avio: make put_nbyte internal. | Anton Khirnov | 2011-02-21 | 1 | -1/+1 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -10/+21 |
* | avio: make get_partial_buffer internal. | Anton Khirnov | 2011-02-21 | 1 | -8/+1 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -10/+29 |
* | avio: rename av_alloc_put_byte -> avio_alloc_context for consistency | Anton Khirnov | 2011-02-21 | 1 | -1/+10 |
* | avio: move init_put_byte() to a new private header and rename it | Anton Khirnov | 2011-02-20 | 1 | -2/+2 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -76/+80 |
* | 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 |