FFmpeg
|
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 |
Detailed Description
VP6 compatible video decoder.
The VP6F decoder accepts an optional 1 byte extradata. It is composed of:
- upper 4 bits: difference between encoded width and visible width
- lower 4 bits: difference between encoded height and visible height
Definition in file vp6.c.
Macro Definition Documentation
#define VP6_MAX_HUFF_SIZE 12 |
Definition at line 40 of file vp6.c.
Referenced by vp6_build_huff_tree().
Function Documentation
|
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 645 of file vp6.c.
Referenced by vp6_decode_free(), and vp6_decode_init_context().
|
static |
|
static |
Definition at line 615 of file vp6.c.
Referenced by vp6_decode_init(), and vp6_filter().
|
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().
Variable Documentation
AVCodec ff_vp6_decoder |
AVCodec ff_vp6a_decoder |
AVCodec ff_vp6f_decoder |
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11