summaryrefslogtreecommitdiffstats
path: root/libavformat/pva.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* 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
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-6/+6
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-1/+1
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-2/+2
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-1/+1
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-1/+1
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-13/+13
* 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
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* technically mp2 in pva needs AVSTREAM_PARSE_FULLBaptiste Coudurier2009-05-271-1/+1
* avoid possibly uninitialized return valueIvo van Poorten2009-04-231-1/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Implement read_timestamp and enable seeking in PVA files.Ivo van Poorten2008-01-071-10/+64
* cosmeticsIvo van Poorten2008-01-071-1/+1
* remove unnecessary checkIvo van Poorten2008-01-071-1/+0
* use ff_parse_pes_pts for parsing an MPEG-PES timestampIvo van Poorten2008-01-071-5/+3
* cosmetics, superfluous spaceIvo van Poorten2008-01-051-1/+1
* proper check for valid pva_ptsIvo van Poorten2008-01-051-1/+1
* do not return an error, but warn and recover when encountering an audio packetIvo van Poorten2008-01-051-2/+5
* validate streamid before useIvo van Poorten2008-01-051-0/+4
* change audio codec id to mp2Ivo van Poorten2008-01-051-1/+1
* proper type and initialization of pva_ptsIvo van Poorten2008-01-051-1/+1
* remove unnecessary shiftIvo van Poorten2008-01-051-1/+1
* TechnoTrend PVA DemuxerIvo van Poorten2008-01-021-0/+153
OpenPOWER on IntegriCloud