FFmpeg
|
aiffdec.c File Reference
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "libavutil/dict.h"
#include "avformat.h"
#include "internal.h"
#include "pcm.h"
#include "aiff.h"
#include "isom.h"
#include "id3v2.h"
#include "mov_chan.h"
Include dependency graph for aiffdec.c:
Go to the source code of this file.
Data Structures | |
struct | AIFFInputContext |
Macros | |
#define | AIFF 0 |
#define | AIFF_C_VERSION1 0xA2805140 |
#define | MAX_SIZE 4096 |
Functions | |
static enum AVCodecID | aiff_codec_get_id (int bps) |
static int | get_tag (AVIOContext *pb, uint32_t *tag) |
static void | get_meta (AVFormatContext *s, const char *key, int size) |
static unsigned int | get_aiff_header (AVFormatContext *s, int size, unsigned version) |
static int | aiff_probe (AVProbeData *p) |
static int | aiff_read_header (AVFormatContext *s) |
static int | aiff_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_aiff_demuxer |
Macro Definition Documentation
#define AIFF 0 |
Definition at line 33 of file aiffdec.c.
Referenced by aiff_read_header(), and av_register_all().
#define AIFF_C_VERSION1 0xA2805140 |
Definition at line 34 of file aiffdec.c.
Referenced by aiff_read_header(), and get_aiff_header().
#define MAX_SIZE 4096 |
Definition at line 319 of file aiffdec.c.
Referenced by aiff_read_packet().
Function Documentation
|
static |
Definition at line 41 of file aiffdec.c.
Referenced by get_aiff_header().
|
static |
|
static |
|
static |
|
static |
Definition at line 94 of file aiffdec.c.
Referenced by aiff_read_header().
|
static |
Definition at line 74 of file aiffdec.c.
Referenced by aiff_read_header().
|
static |
Definition at line 57 of file aiffdec.c.
Referenced by aiff_read_header().
Variable Documentation
AVInputFormat ff_aiff_demuxer |
Initial value:
= {
.name = "aiff",
.long_name = NULL_IF_CONFIG_SMALL("Audio IFF"),
.priv_data_size = sizeof(AIFFInputContext),
.read_probe = aiff_probe,
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition: libcdio.c:153
static int aiff_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: aiffdec.c:321
Definition: libavformat/internal.h:35
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
int ff_pcm_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
Definition: libavformat/pcm.c:46
Definition: aiffdec.c:36
Generated on Mon Nov 18 2024 06:52:04 for FFmpeg by 1.8.11