Go to the source code of this file.
◆ OFFSET
◆ DEC
◆ trim_right()
  
  | 
        
          | static void trim_right | ( | char * | p | ) |  |  | static | 
 
 
◆ get_line()
◆ 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
◆ mpjpeg_demuxer_class
Initial value:= {
    .class_name     = "MPJPEG demuxer",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name. 
const AVOption mpjpeg_options[]
Definition at line 384 of file mpjpegdec.c.
 
 
◆ ff_mpjpeg_demuxer
Initial value:= {
    .name              = "mpjpeg",
    .mime_type         = "multipart/x-mixed-replace",
    .extensions        = "mjpg",
}
static av_cold int read_close(AVFormatContext *ctx)
static int mpjpeg_read_header(AVFormatContext *s)
static int mpjpeg_read_close(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVClass mpjpeg_demuxer_class
static int mpjpeg_read_probe(AVProbeData *p)
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int mpjpeg_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 391 of file mpjpegdec.c.