libavformat/rpl.c File Reference

#include "libavutil/avstring.h"
#include "avformat.h"
#include <stdlib.h>

Go to the source code of this file.

Data Structures

struct  RPLContext

Defines

#define RPL_SIGNATURE   "ARMovie\x0A"
#define RPL_SIGNATURE_SIZE   8
#define RPL_LINE_LENGTH   256
 256 is arbitrary, but should be big enough for any reasonable file.

Functions

static int rpl_probe (AVProbeData *p)
static int read_line (ByteIOContext *pb, char *line, int bufsize)
static int32_t read_int (const char *line, const char **endptr, int *error)
static int32_t read_line_and_int (ByteIOContext *pb, int *error)
static AVRational read_fps (const char *line, int *error)
 Parsing for fps, which can be a fraction.
static int rpl_read_header (AVFormatContext *s, AVFormatParameters *ap)
static int rpl_read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVInputFormat rpl_demuxer


Define Documentation

#define RPL_LINE_LENGTH   256

256 is arbitrary, but should be big enough for any reasonable file.

Definition at line 30 of file rpl.c.

Referenced by read_line_and_int(), and rpl_read_header().

#define RPL_SIGNATURE   "ARMovie\x0A"

Definition at line 26 of file rpl.c.

Referenced by rpl_probe().

#define RPL_SIGNATURE_SIZE   8

Definition at line 27 of file rpl.c.

Referenced by rpl_probe().


Function Documentation

static AVRational read_fps ( const char *  line,
int *  error 
) [static]

Parsing for fps, which can be a fraction.

Unfortunately, the spec for the header leaves out a lot of details, so this is mostly guessing.

Definition at line 91 of file rpl.c.

Referenced by rpl_read_header().

static int32_t read_int ( const char *  line,
const char **  endptr,
int *  error 
) [static]

Definition at line 67 of file rpl.c.

Referenced by read_fps(), and read_line_and_int().

static int read_line ( ByteIOContext pb,
char *  line,
int  bufsize 
) [static]

Definition at line 50 of file rpl.c.

Referenced by read_line_and_int(), and rpl_read_header().

static int32_t read_line_and_int ( ByteIOContext pb,
int *  error 
) [static]

Definition at line 79 of file rpl.c.

Referenced by rpl_read_header().

static int rpl_probe ( AVProbeData p  )  [static]

Definition at line 32 of file rpl.c.

static int rpl_read_header ( AVFormatContext s,
AVFormatParameters ap 
) [static]

Definition at line 111 of file rpl.c.

static int rpl_read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 274 of file rpl.c.


Variable Documentation

Initial value:

 {
    "rpl",
    NULL_IF_CONFIG_SMALL("RPL/ARMovie format"),
    sizeof(RPLContext),
    rpl_probe,
    rpl_read_header,
    rpl_read_packet,
}

Definition at line 352 of file rpl.c.


Generated on Fri Oct 26 02:36:55 2012 for FFmpeg by  doxygen 1.5.8