| Commit message (Expand) | Author | Age | Files | Lines |
* | avio: Add an URLProtocol flag for indicating that a protocol uses network | Martin Storsjö | 2012-01-05 | 1 | -0/+5 |
* | proto: Use .priv_data_size to allocate the private context | Martin Storsjö | 2011-12-01 | 1 | -13/+11 |
* | Add some missing mathematics.h #includes for av_rescale(). | Diego Biurrun | 2011-07-05 | 1 | -0/+1 |
* | avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols | Stefano Sabatini | 2011-04-19 | 1 | -1/+1 |
* | avio: make URLContext internal. | Anton Khirnov | 2011-04-08 | 1 | -0/+1 |
* | lavf: use designated initializers for all protocols | Anton Khirnov | 2011-04-08 | 1 | -50/+40 |
* | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov | 2011-04-07 | 1 | -1/+1 |
* | 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 | -5/+5 |
* | Use new librtmp APIs instead of grubbing around in RTMP struct | Howard Chu | 2010-07-01 | 1 | -6/+3 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Declare the url_write buffer parameter as const | Martin Storsjö | 2010-06-01 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Implement librtmp seek support. | Howard Chu | 2010-04-18 | 1 | -1/+4 |
* | Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP. | Stefano Sabatini | 2010-04-18 | 1 | -1/+1 |
* | Plug librtmp logging into av_log. | Howard Chu | 2010-04-13 | 1 | -0/+17 |
* | whitespace cosmetics | Diego Biurrun | 2010-04-13 | 1 | -3/+3 |
* | Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols via | Howard Chu | 2010-03-28 | 1 | -0/+206 |