summaryrefslogtreecommitdiff
path: root/libavformat/pva.c
Commit message (Collapse)AuthorAge
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement read_timestamp and enable seeking in PVA files.Ivo van Poorten2008-01-07
| | | | Originally committed as revision 11455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsIvo van Poorten2008-01-07
| | | | Originally committed as revision 11454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unnecessary checkIvo van Poorten2008-01-07
| | | | Originally committed as revision 11453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ff_parse_pes_pts for parsing an MPEG-PES timestampIvo van Poorten2008-01-07
| | | | Originally committed as revision 11452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, superfluous spaceIvo van Poorten2008-01-05
| | | | Originally committed as revision 11430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* proper check for valid pva_ptsIvo van Poorten2008-01-05
| | | | Originally committed as revision 11429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not return an error, but warn and recover when encountering an audio packetIvo van Poorten2008-01-05
| | | | | | that should countain a signaled mpeg-pes packet. Originally committed as revision 11428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* validate streamid before useIvo van Poorten2008-01-05
| | | | Originally committed as revision 11427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change audio codec id to mp2Ivo van Poorten2008-01-05
| | | | Originally committed as revision 11426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* proper type and initialization of pva_ptsIvo van Poorten2008-01-05
| | | | Originally committed as revision 11425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unnecessary shiftIvo van Poorten2008-01-05
| | | | Originally committed as revision 11424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TechnoTrend PVA DemuxerIvo van Poorten2008-01-02
Originally committed as revision 11371 to svn://svn.ffmpeg.org/ffmpeg/trunk