FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "libavutil/intfloat.h"
#include "avformat.h"
#include "internal.h"
#include "ffm.h"
#include "avio_internal.h"
Include dependency graph for ffmdec.c:
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 | 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) |
Variables | |
AVInputFormat | ff_ffm_demuxer |
Function Documentation
|
static |
Definition at line 167 of file ffmdec.c.
Referenced by ffm2_read_header(), and ffm_read_header().
|
static |
Definition at line 231 of file ffmdec.c.
Referenced by ffm_read_header().
|
static |
Definition at line 221 of file ffmdec.c.
Referenced by ffm2_read_header(), and ffm_read_header().
|
static |
Definition at line 29 of file ffmdec.c.
Referenced by ffm_read_packet().
|
static |
|
static |
Definition at line 74 of file ffmdec.c.
Referenced by ffm_read_packet().
|
static |
|
static |
|
static |
Definition at line 60 of file ffmdec.c.
Referenced by ffm_read_data().
|
static |
|
static |
Definition at line 143 of file ffmdec.c.
Referenced by ffm_seek(), and get_dts().
|
static |
Definition at line 155 of file ffmdec.c.
Referenced by adjust_write_index(), and ffm_seek().
Variable Documentation
AVInputFormat ff_ffm_demuxer |
Initial value:
= {
.name = "ffm",
.long_name = NULL_IF_CONFIG_SMALL("FFM (FFserver live feed)"),
.priv_data_size = sizeof(FFMContext),
.read_probe = ffm_probe,
.read_close = ffm_close,
}
struct FFMContext 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:497
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
static int ffm_seek(AVFormatContext *s, int stream_index, int64_t wanted_pts, int flags)
Definition: ffmdec.c:559
Generated on Mon Nov 18 2024 06:52:06 for FFmpeg by 1.8.11