| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | Remove unnecessary inclusions of [sys/]time.h | Mans Rullgard | 2012-06-20 | 1 | -1/+0 |
* | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -2/+1 |
* | Replace all uses of av_close_input_file() with avformat_close_input(). | Anton Khirnov | 2011-12-12 | 1 | -1/+1 |
* | avio: add support for passing options to protocols. | Anton Khirnov | 2011-11-13 | 1 | -1/+2 |
* | avformat: Pass the interrupt callback on to chained muxers/demuxers | Martin Storsjö | 2011-11-13 | 1 | -0/+1 |
* | avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc | Martin Storsjö | 2011-11-13 | 1 | -1/+1 |
* | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -2/+4 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -7/+7 |
* | Deprecate av_open_input_* and remove their uses. | Anton Khirnov | 2011-06-16 | 1 | -4/+3 |
* | avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols | Stefano Sabatini | 2011-04-19 | 1 | -1/+1 |
* | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov | 2011-04-07 | 1 | -1/+1 |
* | avio: make url_get_file_handle() internal. | Anton Khirnov | 2011-04-04 | 1 | -1/+1 |
* | avio: make url_close() internal. | Anton Khirnov | 2011-04-04 | 1 | -1/+1 |
* | avio: make url_read() internal. | Anton Khirnov | 2011-04-04 | 1 | -2/+2 |
* | 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 |
* | avio: move init_put_byte() to a new private header and rename it | Anton Khirnov | 2011-02-20 | 1 | -1/+2 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -1/+1 |
* | os: replace select with poll | Luca Barbato | 2011-01-28 | 1 | -9/+5 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | sapdec: Include sys/time.h for struct timeval | Martin Storsjö | 2010-10-13 | 1 | -0/+1 |
* | Add a SAP demuxer | Martin Storsjö | 2010-10-13 | 1 | -0/+238 |