Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-05-27technically mp2 in pva needs AVSTREAM_PARSE_FULLBaptiste Coudurier
Originally committed as revision 18966 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-23avoid possibly uninitialized return valueIvo van Poorten
(found by clang static analyzer) Originally committed as revision 18669 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
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
2008-01-08Implement read_timestamp and enable seeking in PVA files.Ivo van Poorten
Originally committed as revision 11455 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-08cosmeticsIvo van Poorten
Originally committed as revision 11454 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-08remove unnecessary checkIvo van Poorten
Originally committed as revision 11453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-08use ff_parse_pes_pts for parsing an MPEG-PES timestampIvo van Poorten
Originally committed as revision 11452 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-06cosmetics, superfluous spaceIvo van Poorten
Originally committed as revision 11430 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-06proper check for valid pva_ptsIvo van Poorten
Originally committed as revision 11429 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-06do not return an error, but warn and recover when encountering an audio packetIvo van Poorten
that should countain a signaled mpeg-pes packet. Originally committed as revision 11428 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-06validate streamid before useIvo van Poorten
Originally committed as revision 11427 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-06change audio codec id to mp2Ivo van Poorten
Originally committed as revision 11426 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-06proper type and initialization of pva_ptsIvo van Poorten
Originally committed as revision 11425 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-06remove unnecessary shiftIvo van Poorten
Originally committed as revision 11424 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-02TechnoTrend PVA DemuxerIvo van Poorten
Originally committed as revision 11371 to svn://svn.ffmpeg.org/ffmpeg/trunk