Go to the source code of this file.
|
static int | ffm_is_avail_data (AVFormatContext *s, int size) |
|
static int | ffm_resync (AVFormatContext *s, uint32_t 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_append_recommended_configuration (AVStream *st, char **conf) |
|
static int | ffm2_read_header (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) |
|
#define VALIDATE_PARAMETER |
( |
|
parameter, |
|
|
|
name, |
|
|
|
check |
|
) |
| |
Value:
} \
}
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
#define check(x, y, S, v)
Definition at line 272 of file ffmdec.c.
Referenced by ffm2_read_header(), and ffm_read_header().
static int ffm_append_recommended_configuration |
( |
AVStream * |
st, |
|
|
char ** |
conf |
|
) |
| |
|
static |
Initial value:= {
}
#define AV_OPT_FLAG_EXPORT
The option is intended for exporting values to the caller.
Definition at line 856 of file ffmdec.c.
Initial value:= {
.class_name = "ffm demuxer",
}
static const AVOption options[]
#define LIBAVUTIL_VERSION_INT
Definition at line 863 of file ffmdec.c.
Initial value:= {
.name = "ffm",
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static int ffm_read_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVClass ffm_class
static int ffm_probe(AVProbeData *p)
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int ffm_read_header(AVFormatContext *s)
static int ffm_seek(AVFormatContext *s, int stream_index, int64_t wanted_pts, int flags)
Definition at line 869 of file ffmdec.c.