| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |