Go to the source code of this file.
|
static int | parse_palette (AVCodecContext *avctx, GetByteContext *gbc, uint32_t *pal, int colors, int pixmap) |
|
static int | decode_rle_bpp2 (AVCodecContext *avctx, AVFrame *p, GetByteContext *gbc) |
|
static int | decode_rle_bpp4 (AVCodecContext *avctx, AVFrame *p, GetByteContext *gbc) |
|
static int | decode_rle16 (AVCodecContext *avctx, AVFrame *p, GetByteContext *gbc) |
|
static int | decode_rle (AVCodecContext *avctx, AVFrame *p, GetByteContext *gbc, int step) |
|
static int | check_header (const char *buf, int buf_size) |
|
static int | decode_frame (AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) |
|
◆ QuickdrawOpcodes
Enumerator |
---|
CLIP | |
PACKBITSRECT | |
PACKBITSRGN | |
DIRECTBITSRECT | |
DIRECTBITSRGN | |
SHORTCOMMENT | |
LONGCOMMENT | |
EOP | |
Definition at line 36 of file qdrw.c.
◆ parse_palette()
◆ decode_rle_bpp2()
◆ decode_rle_bpp4()
◆ decode_rle16()
◆ decode_rle()
◆ check_header()
static int check_header |
( |
const char * |
buf, |
|
|
int |
buf_size |
|
) |
| |
|
static |
◆ decode_frame()
◆ ff_qdraw_decoder
Initial value:
Definition at line 517 of file qdrw.c.