Go to the source code of this file.
Functions |
static void | yuv_a_to_rgba (const uint8_t *ycbcr, const uint8_t *alpha, uint32_t *rgba, int num_values) |
static int | decode_run_2bit (GetBitContext *gb, int *color) |
static int | decode_run_8bit (GetBitContext *gb, int *color) |
static int | decode_rle (uint8_t *bitmap, int linesize, int w, int h, const uint8_t *buf, int start, int buf_size, int is_8bit) |
static void | guess_palette (uint32_t *rgba_palette, uint8_t *colormap, uint8_t *alpha, uint32_t subtitle_color) |
static int | decode_dvd_subtitles (AVSubtitle *sub_header, const uint8_t *buf, int buf_size) |
static int | is_transp (const uint8_t *buf, int pitch, int n, const uint8_t *transp_color) |
static int | find_smallest_bounding_rectangle (AVSubtitle *s) |
static int | dvdsub_decode (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) |
Macro Definition Documentation
Function Documentation
static int decode_dvd_subtitles |
( |
AVSubtitle * |
sub_header, |
|
|
const uint8_t * |
buf, |
|
|
int |
buf_size |
|
) |
| |
|
static |
static int decode_rle |
( |
uint8_t * |
bitmap, |
|
|
int |
linesize, |
|
|
int |
w, |
|
|
int |
h, |
|
|
const uint8_t * |
buf, |
|
|
int |
start, |
|
|
int |
buf_size, |
|
|
int |
is_8bit |
|
) |
| |
|
static |
static int find_smallest_bounding_rectangle |
( |
AVSubtitle * |
s | ) |
|
|
static |
static void guess_palette |
( |
uint32_t * |
rgba_palette, |
|
|
uint8_t * |
colormap, |
|
|
uint8_t * |
alpha, |
|
|
uint32_t |
subtitle_color |
|
) |
| |
|
static |
static int is_transp |
( |
const uint8_t * |
buf, |
|
|
int |
pitch, |
|
|
int |
n, |
|
|
const uint8_t * |
transp_color |
|
) |
| |
|
static |
static void yuv_a_to_rgba |
( |
const uint8_t * |
ycbcr, |
|
|
const uint8_t * |
alpha, |
|
|
uint32_t * |
rgba, |
|
|
int |
num_values |
|
) |
| |
|
static |
Variable Documentation