34 #define AIFF_C_VERSION1 0xA2805140
103 unsigned int num_frames;
114 if (exp <-63 || exp >63) {
119 sample_rate = val <<
exp;
121 sample_rate = (val + (1ULL<<(-exp-1))) >> -exp;
196 if (p->
buf[0] ==
'F' && p->
buf[1] ==
'O' &&
197 p->
buf[2] ==
'R' && p->
buf[3] ==
'M' &&
198 p->
buf[8] ==
'A' && p->
buf[9] ==
'I' &&
199 p->
buf[10] ==
'F' && (p->
buf[11] ==
'F' || p->
buf[11] ==
'C'))
208 int ret,
size, filesize;
209 int64_t
offset = 0, position;
219 if (filesize < 0 || tag !=
MKTAG(
'F',
'O',
'R',
'M'))
224 if (tag ==
MKTAG(
'A',
'I',
'F',
'F'))
226 else if (tag !=
MKTAG(
'A',
'I',
'F',
'C'))
235 while (filesize > 0) {
246 filesize -= size + 8;
249 case MKTAG(
'C',
'O',
'M',
'M'):
257 case MKTAG(
'I',
'D',
'3',
' '):
260 if (id3v2_extra_meta)
270 case MKTAG(
'F',
'V',
'E',
'R'):
273 case MKTAG(
'N',
'A',
'M',
'E'):
276 case MKTAG(
'A',
'U',
'T',
'H'):
279 case MKTAG(
'(',
'c',
')',
' '):
282 case MKTAG(
'A',
'N',
'N',
'O'):
285 case MKTAG(
'S',
'S',
'N',
'D'):
298 case MKTAG(
'w',
'a',
'v',
'e'):
299 if ((uint64_t)size > (1<<30))
324 case MKTAG(
'C',
'H',
'A',
'N'):
362 #define MAX_SIZE 4096
393 size =
FFMIN(max_size, size);
const char const char void * val
static int get_aiff_header(AVFormatContext *s, int size, unsigned version)
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
#define AV_LOG_WARNING
Something somehow does not look correct.
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
enum AVCodecID codec_id
Specific type of the encoded data (the codec used).
#define ID3v2_DEFAULT_MAGIC
Default magic bytes for ID3v2 header: "ID3".
int64_t avio_seek(AVIOContext *s, int64_t offset, int whence)
fseek() equivalent for AVIOContext.
int64_t avio_skip(AVIOContext *s, int64_t offset)
Skip given number of bytes forward.
static int aiff_read_header(AVFormatContext *s)
unsigned int avio_rb16(AVIOContext *s)
int ff_id3v2_parse_apic(AVFormatContext *s, ID3v2ExtraMeta **extra_meta)
Create a stream for each APIC (attached picture) extracted from the ID3v2 header. ...
This struct describes the properties of an encoded stream.
void void avpriv_request_sample(void *avc, const char *msg,...) av_printf_format(2
Log a generic warning message about a missing feature.
int ff_id3v2_parse_chapters(AVFormatContext *s, ID3v2ExtraMeta **extra_meta)
Create chapters for all CHAP tags found in the ID3v2 header.
unsigned int avio_rb32(AVIOContext *s)
int64_t duration
Duration of this packet in AVStream->time_base units, 0 if unknown.
AVStream * avformat_new_stream(AVFormatContext *s, const AVCodec *c)
Add a new stream to a media file.
static int aiff_read_packet(AVFormatContext *s, AVPacket *pkt)
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_RB32
AVStream ** streams
A list of all streams in the file.
#define AVERROR_EOF
End of file.
uint64_t avio_rb64(AVIOContext *s)
static av_always_inline int64_t avio_tell(AVIOContext *s)
ftell() equivalent for AVIOContext.
int avio_read(AVIOContext *s, unsigned char *buf, int size)
Read size bytes from AVIOContext into buf.
int64_t bit_rate
The average bitrate of the encoded data (in bits per second).
AVCodecID
Identify the syntax and semantics of the bitstream.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
int av_get_bits_per_sample(enum AVCodecID codec_id)
Return codec bits per sample.
AVDictionary * metadata
Metadata that applies to the whole file.
unsigned int avio_rl32(AVIOContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
#define av_fourcc2str(fourcc)
enum AVMediaType codec_type
General type of the encoded data.
void ff_id3v2_free_extra_meta(ID3v2ExtraMeta **extra_meta)
Free memory allocated parsing special (non-text) metadata.
static void get_meta(AVFormatContext *s, const char *key, int size)
static enum AVCodecID aiff_codec_get_id(int bps)
static const uint8_t offset[127][2]
int av_get_audio_frame_duration2(AVCodecParameters *par, int frame_bytes)
This function is the same as av_get_audio_frame_duration(), except it works with AVCodecParameters in...
int flags
A combination of AV_PKT_FLAG values.
unsigned char * buf
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero.
int block_align
Audio only.
int seekable
A combination of AVIO_SEEKABLE_ flags or 0 when the stream is not seekable.
#define AV_DICT_DONT_STRDUP_VAL
Take ownership of a value that's been allocated with av_malloc() or another memory allocation functio...
static int aiff_probe(AVProbeData *p)
int ff_mov_read_chan(AVFormatContext *s, AVIOContext *pb, AVStream *st, int64_t size)
Read 'chan' tag from the input stream.
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int get_tag(AVIOContext *pb, uint32_t *tag)
#define AVIO_SEEKABLE_NORMAL
Seeking works like for a local file.
AVIOContext * pb
I/O context.
int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags)
Set the given entry in *pm, overwriting an existing entry.
This structure contains the data a format has to probe a file.
int64_t duration
Decoding: duration of the stream, in stream time base.
int sample_rate
Audio only.
AVInputFormat ff_aiff_demuxer
int64_t start_time
Decoding: pts of the first frame of the stream in presentation order, in stream time base...
static const AVCodecTag ff_codec_aiff_tags[]
void ff_id3v2_read(AVFormatContext *s, const char *magic, ID3v2ExtraMeta **extra_meta, unsigned int max_search_size)
Read an ID3v2 tag, including supported extra metadata.
int64_t nb_frames
number of frames in this stream if known or 0
#define AV_PKT_FLAG_CORRUPT
The packet content is corrupted.
as in Berlin toast format
void * priv_data
Format private data.
int bits_per_coded_sample
The number of bits per sample in the codedwords.
uint8_t * extradata
Extra binary data needed for initializing the decoder, codec-dependent.
common header for AIFF muxer and demuxer
AVCodecParameters * codecpar
int avio_feof(AVIOContext *s)
feof() equivalent for AVIOContext.
uint32_t codec_tag
Additional information about the codec (corresponds to the AVI FOURCC).
#define MKTAG(a, b, c, d)
This structure stores compressed data.