summaryrefslogtreecommitdiff
path: root/libavformat/pva.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-2/+2
* avformat: Use ffio_read_size where appropriateAndreas Rheinhardt2021-08-061-3/+4
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-071-2/+2
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/pva: Check for EOF before retrying in read_part_of_packet()Michael Niedermayer2018-07-051-0/+4
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-4/+4
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-4/+4
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | avformat/pva: Make sure the header is large enough before reading the timesta...Michael Niedermayer2013-12-201-1/+7
* | avformat/pva: Make sure the first byte of pes_header_data has been initializedMichael Niedermayer2013-12-201-3/+6
* | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer2013-05-051-1/+1
|\ \ | |/
| * avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-041-1/+1
* | pva_probe: make buffer related pointers and function arguments constMichael Niedermayer2012-12-251-2/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-1/+1
|\ \ | |/
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-061-1/+1
|\ \ | |/
| * cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-1/+1
* | 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-2/+3
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* | 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
* | Improve PVA probe function.Reimar Döffinger2011-10-131-2/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-6/+6
|\ \ | |/
| * 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