| Commit message (Expand) | Author | Age | Files | Lines |
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -3/+16 |
* | avio: document avio_alloc_context. | Anton Khirnov | 2011-04-01 | 1 | -0/+16 |
* | avio: make get_checksum() internal. | Anton Khirnov | 2011-03-30 | 1 | -2/+1 |
* | avio: move ff_crc04C11DB7_update() from avio.h -> avio_internal.h | Anton Khirnov | 2011-03-30 | 1 | -2/+0 |
* | avio: make init_checksum() internal. | Anton Khirnov | 2011-03-30 | 1 | -3/+4 |
* | avio: make udp_set_remote_url/get_local_port internal. | Anton Khirnov | 2011-03-23 | 1 | -3/+3 |
* | avio: cosmetics - nicer vertical alignment. | Anton Khirnov | 2011-03-23 | 1 | -1/+1 |
* | avio: make av_url_read_fseek/fpause internal. | Anton Khirnov | 2011-03-21 | 1 | -4/+3 |
* | avio: deprecate url_fileno | Anton Khirnov | 2011-03-20 | 1 | -1/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -1/+2 |
* | 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 |