summaryrefslogtreecommitdiff
path: root/libavformat/pva.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* technically mp2 in pva needs AVSTREAM_PARSE_FULLBaptiste Coudurier2009-05-27
* avoid possibly uninitialized return valueIvo van Poorten2009-04-23
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Implement read_timestamp and enable seeking in PVA files.Ivo van Poorten2008-01-07
* cosmeticsIvo van Poorten2008-01-07
* remove unnecessary checkIvo van Poorten2008-01-07
* use ff_parse_pes_pts for parsing an MPEG-PES timestampIvo van Poorten2008-01-07
* cosmetics, superfluous spaceIvo van Poorten2008-01-05
* proper check for valid pva_ptsIvo van Poorten2008-01-05
* do not return an error, but warn and recover when encountering an audio packetIvo van Poorten2008-01-05
* validate streamid before useIvo van Poorten2008-01-05
* change audio codec id to mp2Ivo van Poorten2008-01-05
* proper type and initialization of pva_ptsIvo van Poorten2008-01-05
* remove unnecessary shiftIvo van Poorten2008-01-05
* TechnoTrend PVA DemuxerIvo van Poorten2008-01-02