Stefano Sabatini
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
...
is deprecated and will be dropped at the next major bump.
Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Baptiste Coudurier
6125d86597
technically mp2 in pva needs AVSTREAM_PARSE_FULL
...
Originally committed as revision 18966 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ivo van Poorten
896873b564
avoid possibly uninitialized return value
...
(found by clang static analyzer)
Originally committed as revision 18669 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
...
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
17 years ago
Ivo van Poorten
e03caf2efd
Implement read_timestamp and enable seeking in PVA files.
...
Originally committed as revision 11455 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
ffc2934112
cosmetics
...
Originally committed as revision 11454 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
e661f76051
remove unnecessary check
...
Originally committed as revision 11453 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
9ae092036b
use ff_parse_pes_pts for parsing an MPEG-PES timestamp
...
Originally committed as revision 11452 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
5e40d0e898
cosmetics, superfluous space
...
Originally committed as revision 11430 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
71e1080e28
proper check for valid pva_pts
...
Originally committed as revision 11429 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
dba13944f0
do not return an error, but warn and recover when encountering an audio packet
...
that should countain a signaled mpeg-pes packet.
Originally committed as revision 11428 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
7705cf7e15
validate streamid before use
...
Originally committed as revision 11427 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
fe332ad66e
change audio codec id to mp2
...
Originally committed as revision 11426 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
0e8a207ff8
proper type and initialization of pva_pts
...
Originally committed as revision 11425 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
6a5ef2934c
remove unnecessary shift
...
Originally committed as revision 11424 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
3feb44a9be
TechnoTrend PVA Demuxer
...
Originally committed as revision 11371 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago