summaryrefslogtreecommitdiffstats
path: root/libavformat/ncdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-1/+1
|\
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-1/+1
| * avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
| * lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-1/+1
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-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-1/+1
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-3/+3
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
|/
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Do not return values above AVPROBE_SCORE_MAX from probe().Michael Niedermayer2009-09-151-1/+1
* 10l: fix compiler warning:Vitor Sessak2009-02-081-1/+2
* NC camera demuxerNicolas Martin2009-02-081-0/+100
OpenPOWER on IntegriCloud