| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/pva: Check for EOF before retrying in read_part_of_packet() | Michael Niedermayer | 2018-07-07 | 1 | -0/+4 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -4/+4 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -4/+4 |
* | | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | avformat/pva: Make sure the header is large enough before reading the timesta... | Michael Niedermayer | 2013-12-20 | 1 | -1/+7 |
* | | avformat/pva: Make sure the first byte of pes_header_data has been initialized | Michael Niedermayer | 2013-12-20 | 1 | -3/+6 |
* | | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af' | Michael Niedermayer | 2013-05-05 | 1 | -1/+1 |
|\| |
|
| * | avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate | Diego Biurrun | 2013-05-04 | 1 | -1/+1 |
* | | pva_probe: make buffer related pointers and function arguments const | Michael Niedermayer | 2012-12-25 | 1 | -2/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -1/+1 |
|\| |
|
| * | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-06 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -1/+1 |
|\| |
|
| * | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-01 | 1 | -2/+3 |
|\| |
|
| * | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 1 | -2/+2 |
|\| |
|
| * | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
| * | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | | Improve PVA probe function. | Reimar Döffinger | 2011-10-13 | 1 | -2/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -6/+6 |
|\| |
|
| * | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -6/+6 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -1/+1 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -2/+2 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -1/+1 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -1/+1 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -13/+13 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -3/+3 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | technically mp2 in pva needs AVSTREAM_PARSE_FULL | Baptiste Coudurier | 2009-05-27 | 1 | -1/+1 |
* | avoid possibly uninitialized return value | Ivo van Poorten | 2009-04-23 | 1 | -1/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Implement read_timestamp and enable seeking in PVA files. | Ivo van Poorten | 2008-01-07 | 1 | -10/+64 |
* | cosmetics | Ivo van Poorten | 2008-01-07 | 1 | -1/+1 |
* | remove unnecessary check | Ivo van Poorten | 2008-01-07 | 1 | -1/+0 |
* | use ff_parse_pes_pts for parsing an MPEG-PES timestamp | Ivo van Poorten | 2008-01-07 | 1 | -5/+3 |
* | cosmetics, superfluous space | Ivo van Poorten | 2008-01-05 | 1 | -1/+1 |
* | proper check for valid pva_pts | Ivo van Poorten | 2008-01-05 | 1 | -1/+1 |
* | do not return an error, but warn and recover when encountering an audio packet | Ivo van Poorten | 2008-01-05 | 1 | -2/+5 |
* | validate streamid before use | Ivo van Poorten | 2008-01-05 | 1 | -0/+4 |
* | change audio codec id to mp2 | Ivo van Poorten | 2008-01-05 | 1 | -1/+1 |
* | proper type and initialization of pva_pts | Ivo van Poorten | 2008-01-05 | 1 | -1/+1 |
* | remove unnecessary shift | Ivo van Poorten | 2008-01-05 | 1 | -1/+1 |
* | TechnoTrend PVA Demuxer | Ivo van Poorten | 2008-01-02 | 1 | -0/+153 |