summaryrefslogtreecommitdiffstats
path: root/libavformat/lxfdec.c
Commit message (Expand)AuthorAgeFilesLines
* lxfdec: support version 1 files, too.Reimar Döffinger2012-03-311-33/+59
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-1/+1
|\ \ | |/
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-3/+4
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-3/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-2/+2
|\ \ | |/
| * lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-1/+1
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-071-2/+2
|\ \ | |/
| * lxfdec: use AVERROR(ENOMEM) instead of deprecated AVERROR_NOMEM.Anton Khirnov2011-04-061-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | 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