| Commit message (Expand) | Author | Age | Files | Lines |
* | avio: make avio_close(NULL) a no-op | Luca Barbato | 2012-04-27 | 1 | -1/+5 |
* | lavf: remove disabled FF_API_OLD_AVIO cruft | Anton Khirnov | 2012-01-27 | 1 | -289/+1 |
* | cosmetics: drop some pointless parentheses | Diego Biurrun | 2012-01-07 | 1 | -1/+1 |
* | avio: exit early in fill_buffer without read_packet | Janne Grunau | 2012-01-04 | 1 | -0/+4 |
* | avio: add avio_open2, taking an interrupt callback and options | Martin Storsjö | 2011-11-13 | 1 | -1/+38 |
* | avio: add support for passing options to protocols. | Anton Khirnov | 2011-11-13 | 1 | -1/+1 |
* | avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc | Martin Storsjö | 2011-11-13 | 1 | -1/+1 |
* | Remove some stray unnecessary ffmpeg references. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | avio: Check for invalid buffer length. | Alex Converse | 2011-10-16 | 1 | -2/+5 |
* | avio: don't replicate avio_alloc_context functionality. | Anton Khirnov | 2011-07-15 | 1 | -10/+3 |
* | avio: check AVIOContext malloc failure | Can Wu | 2011-05-21 | 1 | -0/+2 |
* | avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols | Stefano Sabatini | 2011-04-19 | 1 | -6/+6 |
* | lavf: remove FF_API_URL_RESETBUF cruft | Anton Khirnov | 2011-04-19 | 1 | -11/+0 |
* | avio: undeprecate av_url_read_fseek/fpause under nicer names | Anton Khirnov | 2011-04-12 | 1 | -4/+4 |
* | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov | 2011-04-07 | 1 | -7/+7 |
* | avio: always compile dyn_buf functions | Anton Khirnov | 2011-04-05 | 1 | -4/+0 |
* | avio: deprecate url_max_packet_size(). | Anton Khirnov | 2011-04-04 | 1 | -1/+1 |
* | avio: make url_close() internal. | Anton Khirnov | 2011-04-04 | 1 | -2/+2 |
* | avio: make url_seek() internal. | Anton Khirnov | 2011-04-04 | 1 | -1/+1 |
* | avio: make url_write() internal. | Anton Khirnov | 2011-04-04 | 1 | -1/+1 |
* | avio: make url_read() internal. | Anton Khirnov | 2011-04-04 | 1 | -1/+1 |
* | avio: make url_open() internal. | Anton Khirnov | 2011-04-04 | 1 | -1/+2 |
* | avio: simplify url_open_dyn_buf_internal by using avio_alloc_context() | Anton Khirnov | 2011-04-03 | 1 | -14/+6 |
* | avio: make url_fdopen internal. | Anton Khirnov | 2011-04-03 | 1 | -2/+6 |
* | avio: make url_open_dyn_packet_buf internal. | Anton Khirnov | 2011-04-03 | 1 | -1/+5 |
* | avio: avio_ prefix for url_close_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -2/+6 |
* | avio: avio_ prefix for url_open_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -2/+6 |
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -1/+7 |
* | avio: make get_checksum() internal. | Anton Khirnov | 2011-03-30 | 1 | -1/+5 |
* | avio: make init_checksum() internal. | Anton Khirnov | 2011-03-30 | 1 | -1/+7 |
* | avio: make av_url_read_fseek/fpause internal. | Anton Khirnov | 2011-03-21 | 1 | -3/+12 |
* | avio: deprecate url_fileno | Anton Khirnov | 2011-03-20 | 1 | -0/+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 | -3/+7 |
* | avio: deprecate url_close_buf | Anton Khirnov | 2011-03-16 | 1 | -1/+1 |
* | avio: deprecate url_open_buf | Anton Khirnov | 2011-03-16 | 1 | -0/+2 |
* | avio: always compile avio_printf, rather than on CONFIG_MUXERS | Anton Khirnov | 2011-03-16 | 1 | -2/+0 |
* | avio: avio_ prefix for url_fprintf | Anton Khirnov | 2011-03-16 | 1 | -1/+13 |
* | avio: make url_setbufsize internal. | Anton Khirnov | 2011-03-16 | 1 | -2/+6 |
* | lavf: move ff_get_v from avio.h to avio_internal.h | Anton Khirnov | 2011-03-16 | 1 | -1/+1 |
* | avio: deprecate url_ferror | Anton Khirnov | 2011-03-15 | 1 | -3/+3 |
* | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -4/+6 |
* | avio: move ff_rewind_with_probe_data from avio.h to avio_internal.h | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
* | avio: deprecate url_fget_max_packet_size | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
* | avio: avio_ prefix for url_fsize | Anton Khirnov | 2011-03-07 | 1 | -1/+5 |
* | avio: deprecate url_fgetc and remove all it uses | Anton Khirnov | 2011-03-07 | 1 | -4/+6 |
* | avio: deprecate url_fgets | Anton Khirnov | 2011-03-07 | 1 | -0/+2 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -1/+1 |
* | lavf: deprecate get_strz() in favor of avio_get_str | Anton Khirnov | 2011-03-04 | 1 | -10/+3 |
* | avio: add avio_get_str() | Reimar Döffinger | 2011-03-04 | 1 | -0/+17 |