FFmpeg
1.2.4
|
VP6 compatible video decoder. More...
#include <stdlib.h>
#include "avcodec.h"
#include "get_bits.h"
#include "huffman.h"
#include "vp56.h"
#include "vp56data.h"
#include "vp6data.h"
Go to the source code of this file.
Macros | |
#define | VP6_MAX_HUFF_SIZE 12 |
Variables | |
AVCodec | ff_vp6_decoder |
AVCodec | ff_vp6f_decoder |
AVCodec | ff_vp6a_decoder |
VP6 compatible video decoder.
The VP6F decoder accepts an optional 1 byte extradata. It is composed of:
Definition in file vp6.c.
#define VP6_MAX_HUFF_SIZE 12 |
Definition at line 40 of file vp6.c.
Referenced by vp6_build_huff_tree().
|
static |
Definition at line 502 of file vp6.c.
Referenced by vp6_filter().
|
static |
Definition at line 224 of file vp6.c.
Referenced by vp6_parse_coeff_models().
|
static |
Definition at line 164 of file vp6.c.
Referenced by vp6_default_models_init(), and vp6_parse_coeff_models().
|
static |
|
static |
Definition at line 646 of file vp6.c.
Referenced by vp6_decode_free().
|
static |
|
static |
Definition at line 616 of file vp6.c.
Referenced by vp6_decode_init().
|
static |
Definition at line 175 of file vp6.c.
Referenced by vp6_decode_init_context().
|
static |
Definition at line 542 of file vp6.c.
Referenced by vp6_decode_init_context().
|
static |
Definition at line 534 of file vp6.c.
Referenced by vp6_filter().
|
static |
Definition at line 517 of file vp6.c.
Referenced by vp6_filter().
|
static |
Read number of consecutive blocks with null DC or AC.
This value is < 74.
Definition at line 356 of file vp6.c.
Referenced by vp6_parse_coeff_huffman().
Definition at line 218 of file vp6.c.
Referenced by vp6_build_huff_tree().
|
static |
Definition at line 427 of file vp6.c.
Referenced by vp6_parse_header().
|
static |
Definition at line 368 of file vp6.c.
Referenced by vp6_parse_header().
|
static |
Definition at line 245 of file vp6.c.
Referenced by vp6_decode_init_context().
|
static |
Definition at line 45 of file vp6.c.
Referenced by vp6_decode_init_context().
|
static |
Definition at line 314 of file vp6.c.
Referenced by vp6_decode_init_context().
|
static |
Definition at line 193 of file vp6.c.
Referenced by vp6_decode_init_context().
AVCodec ff_vp6_decoder |
AVCodec ff_vp6a_decoder |
AVCodec ff_vp6f_decoder |