Anton Khirnov
|
6e9651d106
|
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
|
13 years ago |
Anton Khirnov
|
c3f9ebf743
|
lavf: make av_set_pts_info private.
It's supposed to be called only from (de)muxers.
|
13 years ago |
Justin Ruggles
|
5872c78122
|
cdg: skip packets that don't contain a cdg command.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
13 years ago |
Anton Khirnov
|
3b3bbdd3e6
|
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Trivial replacements with sed are done in this commit:
sed 's/av_new_stream(\([^)]*\), 0)/avformat_new_stream(\1, NULL)/'
|
13 years ago |
Anton Khirnov
|
dfc2c4d900
|
lavf: use designated initialisers for all (de)muxers.
It's more readable and less prone to breakage.
|
14 years ago |
Mans Rullgard
|
2912e87a6c
|
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
14 years ago |
Anton Khirnov
|
76aa876e69
|
avio: avio_ prefix for url_fsize
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
|
14 years ago |
Diego Elio Pettenò
|
c6610a216e
|
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
This also lists the objects from those two libraries as internal (by adding
the ff_ prefix) so that they can then be hidden via linker scripts.
|
14 years ago |
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 |
Michael Tison
|
a3d995c1eb
|
CD+G demuxer and decoder
Patch by Michael Tison (gmail address: blackspike@....)
Originally committed as revision 20890 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |