Go to the source code of this file.
◆ OFFSET
◆ DEC
◆ trim_right()
| static void trim_right |
( |
char * | p | ) |
|
|
static |
◆ get_line()
| static int get_line |
( |
AVIOContext * | pb, |
|
|
char * | line, |
|
|
int | line_size ) |
|
static |
◆ split_tag_value()
| static int split_tag_value |
( |
char ** | tag, |
|
|
char ** | value, |
|
|
char * | line ) |
|
static |
◆ parse_multipart_header()
| static int parse_multipart_header |
( |
AVIOContext * | pb, |
|
|
int * | size, |
|
|
const char * | expected_boundary, |
|
|
void * | log_ctx ) |
|
static |
◆ mpjpeg_read_close()
◆ mpjpeg_read_probe()
◆ mpjpeg_read_header()
◆ parse_content_length()
| static int parse_content_length |
( |
const char * | value | ) |
|
|
static |
◆ mpjpeg_get_boundary()
◆ mpjpeg_read_packet()
◆ mpjpeg_options
Initial value:= {
{
"strict_mime_boundary",
"require MIME boundaries match",
OFFSET(strict_mime_boundary),
AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1,
DEC },
}
@ AV_OPT_TYPE_BOOL
Underlying C type is int.
Definition at line 361 of file mpjpegdec.c.
◆ mpjpeg_demuxer_class
Initial value:= {
.class_name = "MPJPEG demuxer",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
static const AVOption mpjpeg_options[]
Definition at line 366 of file mpjpegdec.c.
◆ ff_mpjpeg_demuxer
Initial value:= {
.p.name = "mpjpeg",
.p.mime_type = "multipart/x-mixed-replace",
.p.extensions = "mjpg",
}
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_probe(const AVProbeData *p)
static int read_header(FFV1Context *f, RangeCoder *c)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static av_cold int read_close(AVFormatContext *ctx)
static int mpjpeg_read_packet(AVFormatContext *s, AVPacket *pkt)
static int mpjpeg_read_header(AVFormatContext *s)
static int mpjpeg_read_probe(const AVProbeData *p)
static int mpjpeg_read_close(AVFormatContext *s)
static const AVClass mpjpeg_demuxer_class
Definition at line 373 of file mpjpegdec.c.