summaryrefslogtreecommitdiffstats
path: root/libavformat/lxfdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-3/+3
|\
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-3/+3
| * avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
| * lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-3/+3
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-5/+5
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-3/+3
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-031-3/+3
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-5/+5
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-3/+3
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
|/
* Add demuxer for LXF (Leitch/Harris' VR native stream format)Tomas Härdin2010-10-011-0/+348
OpenPOWER on IntegriCloud