| Commit message (Expand) | Author | Age | Files | Lines |
* | avio: add a new flag for marking streams seekable by timestamp | Anton Khirnov | 2016-09-30 | 1 | -0/+5 |
* | avio: cosmetics, prettify AVIO_SEEKABLE_NORMAL | Anton Khirnov | 2016-09-30 | 1 | -2/+4 |
* | avio: Allow custom IO users to get labels for the output bytestream | Martin Storsjö | 2016-05-18 | 1 | -0/+66 |
* | avio: Remove a leftover comment | Martin Storsjö | 2016-05-06 | 1 | -2/+0 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -4/+4 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | avio: Add avio_put_str16be | Luca Barbato | 2015-06-07 | 1 | -0/+12 |
* | doxygen: Add a number of missing function parameter descriptions | Diego Biurrun | 2014-02-17 | 1 | -0/+6 |
* | avio: introduce avio_closep | Luca Barbato | 2012-10-10 | 1 | -0/+15 |
* | avformat: Identify anonymous AVIO typedef structs. | Dale Curtis | 2012-09-27 | 1 | -2/+2 |
* | avio: flush the internal buffer in avio_close() | Stefano Sabatini | 2012-09-15 | 1 | -0/+3 |
* | avio: make AVIOContext.av_class pointer to const | Mans Rullgard | 2012-04-18 | 1 | -1/+1 |
* | lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruft | Anton Khirnov | 2012-01-27 | 1 | -12/+0 |
* | lavf: remove disabled FF_API_OLD_AVIO cruft | Anton Khirnov | 2012-01-27 | 1 | -261/+0 |
* | avio: Fix the value of the deprecated URL_FLAG_NONBLOCK | Martin Storsjö | 2012-01-12 | 1 | -1/+1 |
* | avio: Add an URLProtocol flag for indicating that a protocol uses network | Martin Storsjö | 2012-01-05 | 1 | -0/+1 |
* | lavf doxy: add installed headers to groups. | Anton Khirnov | 2011-12-10 | 1 | -0/+1 |
* | lavf doxy: add avio groups into the lavf_io group. | Anton Khirnov | 2011-12-10 | 1 | -0/+3 |
* | avio: Mark the old interrupt callback mechanism as deprecated | Martin Storsjö | 2011-11-18 | 1 | -1/+5 |
* | avio: add avio_open2, taking an interrupt callback and options | Martin Storsjö | 2011-11-13 | 1 | -0/+36 |
* | avio: Add AVIOInterruptCB | Martin Storsjö | 2011-11-13 | 1 | -0/+17 |
* | doxygen: Prefer member groups over grouping into modules | Reinhard Tartler | 2011-07-02 | 1 | -6/+6 |
* | Use av_printf_format to check the usage of printf style functions | Martin Storsjö | 2011-06-23 | 1 | -10/+2 |
* | avio: document buffer must created with av_malloc() and friends | Can Wu | 2011-05-21 | 1 | -0/+1 |
* | avio: Fix the deprecated fallback URL-prefixed open flags | Martin Storsjö | 2011-04-28 | 1 | -3/+3 |
* | avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols | Stefano Sabatini | 2011-04-19 | 1 | -4/+4 |
* | lavf: remove misc disabled cruft. | Anton Khirnov | 2011-04-19 | 1 | -13/+0 |
* | lavf: remove FF_API_URL_CLASS cruft. | Anton Khirnov | 2011-04-19 | 1 | -2/+0 |
* | lavf: remove FF_API_UDP_GET_FILE cruft | Anton Khirnov | 2011-04-19 | 1 | -4/+0 |
* | lavf: remove FF_API_REGISTER_PROTOCOL cruft | Anton Khirnov | 2011-04-19 | 1 | -16/+0 |
* | lavf: remove FF_API_URL_RESETBUF cruft | Anton Khirnov | 2011-04-19 | 1 | -8/+0 |
* | avio: deprecate url_exist in favor of avio_check. | Anton Khirnov | 2011-04-13 | 1 | -2/+3 |
* | avio: add avio_check() | Stefano Sabatini | 2011-04-13 | 1 | -0/+18 |
* | avio: left-shift AVIO_ flags on next bump | Anton Khirnov | 2011-04-13 | 1 | -0/+10 |
* | avio: undeprecate av_url_read_fseek/fpause under nicer names | Anton Khirnov | 2011-04-12 | 1 | -0/+27 |
* | avio: add more documentation for AVIOContext. | Anton Khirnov | 2011-04-10 | 1 | -0/+13 |
* | avio: document some members of AVIOContext. | Anton Khirnov | 2011-04-10 | 1 | -4/+9 |
* | avio: document avio_close(). | Anton Khirnov | 2011-04-10 | 1 | -0/+6 |
* | avio: cosmetics, vertically align comments. | Anton Khirnov | 2011-04-10 | 1 | -5/+5 |
* | avio: cosmetics, group the reading functions. | Anton Khirnov | 2011-04-10 | 1 | -6/+14 |
* | avio: cosmetics, merge all the FF_API_OLD_AVIO blocks. | Anton Khirnov | 2011-04-10 | 1 | -112/+84 |
* | avio: cosmetics, move AVIOContext to start of the file. | Anton Khirnov | 2011-04-10 | 1 | -38/+39 |
* | avio: update file header. | Anton Khirnov | 2011-04-10 | 1 | -4/+1 |
* | avio: deprecate av_protocol_next(). | Anton Khirnov | 2011-04-08 | 1 | -1/+3 |
* | avio: add a function for iterating though protocol names. | Anton Khirnov | 2011-04-08 | 1 | -0/+13 |
* | avio: make URLProtocol internal. | Anton Khirnov | 2011-04-08 | 1 | -1/+5 |
* | avio: make URLContext internal. | Anton Khirnov | 2011-04-08 | 1 | -1/+2 |
* | avio: deprecate the typedef for URLInterruptCB | Anton Khirnov | 2011-04-08 | 1 | -4/+2 |
* | avio: move extern url_interrupt_cb declaration from avio.h to url.h | Anton Khirnov | 2011-04-07 | 1 | -0/+2 |
* | avio: make av_register_protocol2 internal. | Anton Khirnov | 2011-04-07 | 1 | -1/+3 |