libavformat/assdec.c File Reference
#include "avformat.h"
#include "internal.h"
#include "subtitles.h"
#include "libavcodec/internal.h"
#include "libavutil/bprint.h"
Include dependency graph for libavformat/assdec.c:

Go to the source code of this file.

Data Structures

struct  ASSContext
 

Typedefs

typedef struct ASSContext ASSContext
 

Functions

static int ass_probe (AVProbeData *p)
 
static int ass_read_close (AVFormatContext *s)
 
static int read_ts (const uint8_t *p, int64_t *start, int *duration)
 
static int64_t get_line (AVBPrint *buf, AVIOContext *pb)
 
static int ass_read_header (AVFormatContext *s)
 
static int ass_read_packet (AVFormatContext *s, AVPacket *pkt)
 
static int ass_read_seek (AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags)
 

Variables

AVInputFormat ff_ass_demuxer
 

Typedef Documentation

typedef struct ASSContext ASSContext

Function Documentation

static int ass_probe ( AVProbeData p)
static

Definition at line 32 of file libavformat/assdec.c.

static int ass_read_close ( AVFormatContext s)
static

Definition at line 43 of file libavformat/assdec.c.

static int ass_read_header ( AVFormatContext s)
static

Definition at line 83 of file libavformat/assdec.c.

static int ass_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 146 of file libavformat/assdec.c.

static int ass_read_seek ( AVFormatContext s,
int  stream_index,
int64_t  min_ts,
int64_t  ts,
int64_t  max_ts,
int  flags 
)
static

Definition at line 152 of file libavformat/assdec.c.

static int64_t get_line ( AVBPrint buf,
AVIOContext pb 
)
static

Definition at line 67 of file libavformat/assdec.c.

Referenced by ass_read_header().

static int read_ts ( const uint8_t p,
int64_t *  start,
int *  duration 
)
static

Definition at line 50 of file libavformat/assdec.c.

Referenced by ass_read_header().

Variable Documentation

AVInputFormat ff_ass_demuxer
Initial value:
= {
.name = "ass",
.long_name = NULL_IF_CONFIG_SMALL("SSA (SubStation Alpha) subtitle"),
.priv_data_size = sizeof(ASSContext),
.read_seek2 = ass_read_seek,
}
static int ass_read_close(AVFormatContext *s)
static int ass_read_header(AVFormatContext *s)
static av_cold int read_close(AVFormatContext *ctx)
Definition: libcdio.c:145
static int ass_read_seek(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int ass_read_packet(AVFormatContext *s, AVPacket *pkt)
static int read_probe(AVProbeData *pd)
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:517
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition: libcdio.c:114
struct ASSContext ASSContext
static int ass_probe(AVProbeData *p)

Definition at line 160 of file libavformat/assdec.c.