Libav
Functions | Variables
ffmdec.c File Reference
#include <stdint.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/intfloat.h"
#include "avformat.h"
#include "internal.h"
#include "ffm.h"

Go to the source code of this file.

Functions

static int ffm_is_avail_data (AVFormatContext *s, int size)
 
static int ffm_resync (AVFormatContext *s, int state)
 
static int ffm_read_data (AVFormatContext *s, uint8_t *buf, int size, int header)
 
static int64_t ffm_seek1 (AVFormatContext *s, int64_t pos1)
 
static int64_t get_dts (AVFormatContext *s, int64_t pos)
 
static void adjust_write_index (AVFormatContext *s)
 
static int ffm_close (AVFormatContext *s)
 
static int ffm_read_header (AVFormatContext *s)
 
static int ffm_read_packet (AVFormatContext *s, AVPacket *pkt)
 
static int ffm_seek (AVFormatContext *s, int stream_index, int64_t wanted_pts, int flags)
 
static int ffm_probe (AVProbeData *p)
 

Variables

AVInputFormat ff_ffm_demuxer
 

Function Documentation

static int ffm_is_avail_data ( AVFormatContext s,
int  size 
)
static

Definition at line 30 of file ffmdec.c.

Referenced by ffm_read_packet().

static int ffm_resync ( AVFormatContext s,
int  state 
)
static

Definition at line 61 of file ffmdec.c.

Referenced by ffm_read_data().

static int ffm_read_data ( AVFormatContext s,
uint8_t buf,
int  size,
int  header 
)
static

Definition at line 75 of file ffmdec.c.

Referenced by ffm_read_packet().

static int64_t ffm_seek1 ( AVFormatContext s,
int64_t  pos1 
)
static

Definition at line 139 of file ffmdec.c.

Referenced by ffm_seek(), and get_dts().

static int64_t get_dts ( AVFormatContext s,
int64_t  pos 
)
static

Definition at line 151 of file ffmdec.c.

Referenced by adjust_write_index(), and ffm_seek().

static void adjust_write_index ( AVFormatContext s)
static

Definition at line 163 of file ffmdec.c.

Referenced by ffm_read_header().

static int ffm_close ( AVFormatContext s)
static

Definition at line 217 of file ffmdec.c.

Referenced by ffm_read_header().

static int ffm_read_header ( AVFormatContext s)
static

Definition at line 228 of file ffmdec.c.

static int ffm_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 357 of file ffmdec.c.

static int ffm_seek ( AVFormatContext s,
int  stream_index,
int64_t  wanted_pts,
int  flags 
)
static

Definition at line 417 of file ffmdec.c.

static int ffm_probe ( AVProbeData p)
static

Definition at line 465 of file ffmdec.c.

Variable Documentation

AVInputFormat ff_ffm_demuxer
Initial value:
= {
.name = "ffm",
.long_name = NULL_IF_CONFIG_SMALL("FFM (AVserver live feed)"),
.priv_data_size = sizeof(FFMContext),
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition: libcdio.c:153
static int ffm_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: ffmdec.c:357
static av_cold int read_close(AVFormatContext *ctx)
Definition: libcdio.c:145
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:142
static int ffm_probe(AVProbeData *p)
Definition: ffmdec.c:465
static int read_probe(AVProbeData *pd)
Definition: jvdec.c:55
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:536
static int ffm_close(AVFormatContext *s)
Definition: ffmdec.c:217
Definition: ffm.h:44
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition: libcdio.c:114
static int ffm_read_header(AVFormatContext *s)
Definition: ffmdec.c:228
static int ffm_seek(AVFormatContext *s, int stream_index, int64_t wanted_pts, int flags)
Definition: ffmdec.c:417

Definition at line 474 of file ffmdec.c.