FFmpeg
Data Structures | Functions | Variables
dsfdec.c File Reference
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
#include "id3v2.h"

Go to the source code of this file.

Data Structures

struct  DSFContext
 

Functions

static int dsf_probe (const AVProbeData *p)
 
static void read_id3 (AVFormatContext *s, uint64_t id3pos)
 
static int dsf_read_header (AVFormatContext *s)
 
static int dsf_read_packet (AVFormatContext *s, AVPacket *pkt)
 

Variables

static const uint64_t dsf_channel_layout []
 
AVInputFormat ff_dsf_demuxer
 

Function Documentation

◆ dsf_probe()

static int dsf_probe ( const AVProbeData p)
static

Definition at line 33 of file dsfdec.c.

◆ read_id3()

static void read_id3 ( AVFormatContext s,
uint64_t  id3pos 
)
static

Definition at line 51 of file dsfdec.c.

Referenced by dsf_read_header().

◆ dsf_read_header()

static int dsf_read_header ( AVFormatContext s)
static

Definition at line 65 of file dsfdec.c.

◆ dsf_read_packet()

static int dsf_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 147 of file dsfdec.c.

Variable Documentation

◆ dsf_channel_layout

const uint64_t dsf_channel_layout[]
static

◆ ff_dsf_demuxer

AVInputFormat ff_dsf_demuxer
Initial value:
= {
.name = "dsf",
.long_name = NULL_IF_CONFIG_SMALL("DSD Stream File (DSF)"),
.priv_data_size = sizeof(DSFContext),
}

Definition at line 189 of file dsfdec.c.

AV_CH_LAYOUT_5POINT0_BACK
#define AV_CH_LAYOUT_5POINT0_BACK
Definition: channel_layout.h:97
AVFMT_NO_BYTE_SEEK
#define AVFMT_NO_BYTE_SEEK
Format does not allow seeking by bytes.
Definition: avformat.h:475
AV_CH_LAYOUT_MONO
#define AV_CH_LAYOUT_MONO
Definition: channel_layout.h:85
AVFMT_GENERIC_INDEX
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:468
AV_CH_LAYOUT_STEREO
#define AV_CH_LAYOUT_STEREO
Definition: channel_layout.h:86
AV_CH_LAYOUT_QUAD
#define AV_CH_LAYOUT_QUAD
Definition: channel_layout.h:94
dsf_read_packet
static int dsf_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: dsfdec.c:147
read_header
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:530
read_probe
static int read_probe(const AVProbeData *pd)
Definition: jvdec.c:55
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:188
AV_CH_LAYOUT_5POINT1_BACK
#define AV_CH_LAYOUT_5POINT1_BACK
Definition: channel_layout.h:98
DSFContext
Definition: dsfdec.c:27
read_packet
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition: avio_reading.c:42
AV_CH_LAYOUT_SURROUND
#define AV_CH_LAYOUT_SURROUND
Definition: channel_layout.h:89
dsf_read_header
static int dsf_read_header(AVFormatContext *s)
Definition: dsfdec.c:65
dsf_probe
static int dsf_probe(const AVProbeData *p)
Definition: dsfdec.c:33
AV_CH_LAYOUT_4POINT0
#define AV_CH_LAYOUT_4POINT0
Definition: channel_layout.h:91
flags
#define flags(name, subs,...)
Definition: cbs_av1.c:565