| Commit message (Expand) | Author | Age | Files | Lines |
* | proto: Realign struct initializers | Martin Storsjö | 2011-12-01 | 1 | -5/+5 |
* | proto: Use .priv_data_size to allocate the private context | Martin Storsjö | 2011-12-01 | 1 | -8/+2 |
* | avio: add support for passing options to protocols. | Anton Khirnov | 2011-11-13 | 1 | -1/+2 |
* | avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc | Martin Storsjö | 2011-11-13 | 1 | -1/+1 |
* | lavf: use designated initializers for all protocols | Anton Khirnov | 2011-04-08 | 1 | -6/+5 |
* | avio: make url_filesize() internal. | 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 | -3/+3 |
* | 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 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Fix concat seeking SEEK_END case. | Wolfram Gloger | 2010-03-08 | 1 | -2/+2 |
* | Fix concat seek result. | Wolfram Gloger | 2010-03-08 | 1 | -1/+1 |
* | Implement a physical concatenation protocol. | Michele Orrù | 2010-02-07 | 1 | -0/+198 |