Justin Ruggles
|
d4a105ae5c
|
gsmdec: set channel layout
|
12 years ago |
Martin Storsjö
|
e6153f173a
|
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Signed-off-by: Martin Storsjö <martin@martin.st>
|
12 years ago |
Anton Khirnov
|
36ef5369ee
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
Anton Khirnov
|
f7fe41a04f
|
lavf: rename AVInputFormat.value to raw_codec_id.
It's only used by raw demuxers for storing the codec id.
|
13 years ago |
Anton Khirnov
|
6e9651d106
|
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
|
13 years ago |
Justin Ruggles
|
f01f6a8474
|
gsm demuxer: use generic seeking instead of a gsm-specific function.
Since packets all contain only a single block, the generic seek function can
be used while still maintaining block-accuracy.
|
13 years ago |
Justin Ruggles
|
467879eb54
|
gsm demuxer: return packets with only 1 gsm block at a time.
fixes stream copy of raw gsm to mov.
tested with QuickTime.
|
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
|
894bc1d322
|
gsm demuxer: do not allocate packet twice.
fixes memleak with raw gsm demuxing.
|
13 years ago |
Justin Ruggles
|
87c57d807f
|
Create separate functions for the raw GSM demuxer.
Put the new raw GSM demuxer in its own file.
Fixes raw GSM demuxing.
|
13 years ago |