FFmpeg
|
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
#include "avformat.h"
#include "internal.h"
#include "avio_internal.h"
Go to the source code of this file.
Data Structures | |
struct | MPJPEGDemuxContext |
Macros | |
#define | OFFSET(x) offsetof(MPJPEGDemuxContext, x) |
#define | DEC AV_OPT_FLAG_DECODING_PARAM |
Functions | |
static void | trim_right (char *p) |
static int | get_line (AVIOContext *pb, char *line, int line_size) |
static int | split_tag_value (char **tag, char **value, char *line) |
static int | parse_multipart_header (AVIOContext *pb, int *size, const char *expected_boundary, void *log_ctx) |
static int | mpjpeg_read_close (AVFormatContext *s) |
static int | mpjpeg_read_probe (const AVProbeData *p) |
static int | mpjpeg_read_header (AVFormatContext *s) |
static int | parse_content_length (const char *value) |
static char * | mpjpeg_get_boundary (AVIOContext *pb) |
static int | mpjpeg_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
static const AVOption | mpjpeg_options [] |
static const AVClass | mpjpeg_demuxer_class |
const AVInputFormat | ff_mpjpeg_demuxer |
#define OFFSET | ( | x | ) | offsetof(MPJPEGDemuxContext, x) |
Definition at line 367 of file mpjpegdec.c.
#define DEC AV_OPT_FLAG_DECODING_PARAM |
Definition at line 369 of file mpjpegdec.c.
|
static |
Definition at line 40 of file mpjpegdec.c.
Referenced by get_line(), and split_tag_value().
|
static |
Definition at line 52 of file mpjpegdec.c.
Referenced by mpjpeg_read_header(), and parse_multipart_header().
|
static |
Definition at line 68 of file mpjpegdec.c.
Referenced by parse_multipart_header().
|
static |
Definition at line 171 of file mpjpegdec.c.
Referenced by mpjpeg_read_packet(), and mpjpeg_read_probe().
|
static |
Definition at line 106 of file mpjpegdec.c.
|
static |
Definition at line 114 of file mpjpegdec.c.
|
static |
Definition at line 130 of file mpjpegdec.c.
|
static |
Definition at line 160 of file mpjpegdec.c.
Referenced by parse_multipart_header().
|
static |
Definition at line 249 of file mpjpegdec.c.
Referenced by mpjpeg_read_packet().
|
static |
Definition at line 293 of file mpjpegdec.c.
|
static |
Definition at line 370 of file mpjpegdec.c.
|
static |
Definition at line 376 of file mpjpegdec.c.
const AVInputFormat ff_mpjpeg_demuxer |
Definition at line 383 of file mpjpegdec.c.