FFmpeg
Data Structures | Functions | Variables
dhav.c File Reference
#include <time.h>
#include "libavutil/parseutils.h"
#include "avio_internal.h"
#include "avformat.h"
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  DHAVContext
 
struct  DHAVStream
 

Functions

static int dhav_probe (const AVProbeData *p)
 
static int parse_ext (AVFormatContext *s, int length)
 
static int read_chunk (AVFormatContext *s)
 
static void get_timeinfo (unsigned date, struct tm *timeinfo)
 
static int64_t get_duration (AVFormatContext *s)
 
static int dhav_read_header (AVFormatContext *s)
 
static int64_t get_pts (AVFormatContext *s, int stream_index)
 
static int dhav_read_packet (AVFormatContext *s, AVPacket *pkt)
 
static int dhav_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
 

Variables

static const uint32_t sample_rates []
 
const AVInputFormat ff_dhav_demuxer
 

Function Documentation

◆ dhav_probe()

static int dhav_probe ( const AVProbeData p)
static

Definition at line 58 of file dhav.c.

◆ parse_ext()

static int parse_ext ( AVFormatContext s,
int  length 
)
static

Definition at line 80 of file dhav.c.

Referenced by read_chunk().

◆ read_chunk()

static int read_chunk ( AVFormatContext s)
static

Definition at line 170 of file dhav.c.

Referenced by dhav_read_packet(), get_duration(), and mpjpeg_read_packet().

◆ get_timeinfo()

static void get_timeinfo ( unsigned  date,
struct tm *  timeinfo 
)
static

Definition at line 214 of file dhav.c.

Referenced by get_duration(), and get_pts().

◆ get_duration()

static int64_t get_duration ( AVFormatContext s)
static

Definition at line 233 of file dhav.c.

Referenced by dhav_read_header().

◆ dhav_read_header()

static int dhav_read_header ( AVFormatContext s)
static

Definition at line 270 of file dhav.c.

◆ get_pts()

static int64_t get_pts ( AVFormatContext s,
int  stream_index 
)
static

Definition at line 308 of file dhav.c.

Referenced by dhav_read_packet().

◆ dhav_read_packet()

static int dhav_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 337 of file dhav.c.

◆ dhav_read_seek()

static int dhav_read_seek ( AVFormatContext s,
int  stream_index,
int64_t  timestamp,
int  flags 
)
static

Definition at line 436 of file dhav.c.

Variable Documentation

◆ sample_rates

const uint32_t sample_rates[]
static
Initial value:
= {
8000, 4000, 8000, 11025, 16000,
20000, 22050, 32000, 44100, 48000,
96000, 192000, 64000,
}

Definition at line 74 of file dhav.c.

Referenced by parse_ext().

◆ ff_dhav_demuxer

const AVInputFormat ff_dhav_demuxer
Initial value:

Definition at line 465 of file dhav.c.

AVFMT_NO_BYTE_SEEK
#define AVFMT_NO_BYTE_SEEK
Format does not allow seeking by bytes.
Definition: avformat.h:488
dhav_read_header
static int dhav_read_header(AVFormatContext *s)
Definition: dhav.c:270
dhav_probe
static int dhav_probe(const AVProbeData *p)
Definition: dhav.c:58
AVFMT_SEEK_TO_PTS
#define AVFMT_SEEK_TO_PTS
Seeking is based on PTS.
Definition: avformat.h:504
read_seek
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition: libcdio.c:151
AVFMT_GENERIC_INDEX
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:481
read_packet
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition: avio_read_callback.c:41
DHAVContext
Definition: dhav.c:30
dhav_read_seek
static int dhav_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
Definition: dhav.c:436
read_header
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:550
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:106
AVFMT_TS_NONSTRICT
#define AVFMT_TS_NONSTRICT
Format does not require strictly increasing timestamps, but they must still be monotonic.
Definition: avformat.h:492
dhav_read_packet
static int dhav_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: dhav.c:337
read_probe
static int read_probe(const AVProbeData *p)
Definition: cdg.c:29
AVFMT_TS_DISCONT
#define AVFMT_TS_DISCONT
Format allows timestamp discontinuities.
Definition: avformat.h:482
flags
#define flags(name, subs,...)
Definition: cbs_av1.c:474