Go to the source code of this file.
|
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 void | 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, AVFormatParameters *ap) |
|
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) |
|
static int ffm_read_data |
( |
AVFormatContext * |
s, |
|
|
uint8_t * |
buf, |
|
|
int |
size, |
|
|
int |
header |
|
) |
| |
|
static |
static int ffm_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
wanted_pts, |
|
|
int |
flags |
|
) |
| |
|
static |
Initial value:= {
.name = "ffm",
}
struct FFMContext FFMContext
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static int ffm_read_packet(AVFormatContext *s, AVPacket *pkt)
static int read_header(FFV1Context *f)
static av_cold int read_close(AVFormatContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int ffm_read_header(AVFormatContext *s, AVFormatParameters *ap)
static int ffm_probe(AVProbeData *p)
static int read_probe(AVProbeData *p)
static int ffm_close(AVFormatContext *s)
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
static int ffm_seek(AVFormatContext *s, int stream_index, int64_t wanted_pts, int flags)
Definition at line 510 of file ffmdec.c.