Anton Khirnov
|
d5cf5afabb
|
adxdec: get rid of an avpriv function
The only thing the demuxer needs is the sample rate to set the timebase,
which can be simply read with AV_RB32.
|
11 years ago |
Michael Niedermayer
|
482b2042cd
|
avformat/adxdec: use ff_get_extradata()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
11 years ago |
Paul B Mahol
|
a807c68253
|
avformat: use ff_alloc_extradata()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
11 years ago |
Thilo Borgmann
|
d814a839ac
|
Reinstate proper FFmpeg license for all files.
|
11 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
|
99baf2c7d0
|
adx: add AVFMT_GENERIC_INDEX to demuxer flags.
fixes seeking
|
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
|
9d2dd356c2
|
adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()
It is used by the ADX decoder, and therefore needs to be exported in order to
work with shared libs.
|
13 years ago |
Justin Ruggles
|
a17c3c7d15
|
avformat: add CRI ADX format demuxer
|
13 years ago |