|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | VBDecContext |
Enumerations | |
| enum | VBFlags { VB_HAS_GMC = 0x01, VB_HAS_AUDIO = 0x04, VB_HAS_VIDEO = 0x08, VB_HAS_PALETTE = 0x10, VB_HAS_LENGTH = 0x20, VB_HAS_GMC = 0x01, VB_HAS_AUDIO = 0x04, VB_HAS_VIDEO = 0x08, VB_HAS_PALETTE = 0x10, VB_HAS_LENGTH = 0x20 } |
Functions | |
| static void | vb_decode_palette (VBDecContext *c, int data_size) |
| static int | check_pixel (uint8_t *buf, uint8_t *start, uint8_t *end) |
| static int | check_line (uint8_t *buf, uint8_t *start, uint8_t *end) |
| static int | vb_decode_framedata (VBDecContext *c, int offset) |
| static int | decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
| static av_cold int | decode_init (AVCodecContext *avctx) |
| static av_cold int | decode_end (AVCodecContext *avctx) |
Variables | |
| static const uint16_t | vb_patterns [64] |
| const FFCodec | ff_vb_decoder |
VB Video decoder
Definition in file vb.c.
| enum VBFlags |
|
static |
Definition at line 59 of file vb.c.
Referenced by decode_frame().
|
inlinestatic |
Definition at line 77 of file vb.c.
Referenced by vb_decode_framedata().
|
inlinestatic |
Definition at line 82 of file vb.c.
Referenced by vb_decode_framedata().
|
static |
Definition at line 87 of file vb.c.
Referenced by decode_frame().
|
static |
|
static |
|
static |
|
static |
Definition at line 48 of file vb.c.
Referenced by vb_decode_framedata().
| const FFCodec ff_vb_decoder |
1.8.17