FFmpeg
|
VP5 compatible video decoder. More...
#include <stdlib.h>
#include <string.h>
#include "avcodec.h"
#include "get_bits.h"
#include "vp56.h"
#include "vp56data.h"
#include "vp5data.h"
Include dependency graph for vp5.c:
Go to the source code of this file.
Functions | |
static int | vp5_parse_header (VP56Context *s, const uint8_t *buf, int buf_size) |
static void | vp5_parse_vector_adjustment (VP56Context *s, VP56mv *vect) |
static void | vp5_parse_vector_models (VP56Context *s) |
static int | vp5_parse_coeff_models (VP56Context *s) |
static void | vp5_parse_coeff (VP56Context *s) |
static void | vp5_default_models_init (VP56Context *s) |
static av_cold int | vp5_decode_init (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_vp5_decoder |
Detailed Description
VP5 compatible video decoder.
Definition in file vp5.c.
Function Documentation
|
static |
|
static |
Definition at line 248 of file vp5.c.
Referenced by vp5_decode_init().
|
static |
Definition at line 171 of file vp5.c.
Referenced by vp5_decode_init().
|
static |
Definition at line 124 of file vp5.c.
Referenced by vp5_decode_init().
|
static |
Definition at line 37 of file vp5.c.
Referenced by vp5_decode_init().
|
static |
Definition at line 77 of file vp5.c.
Referenced by vp5_decode_init().
|
static |
Definition at line 101 of file vp5.c.
Referenced by vp5_decode_init().
Variable Documentation
AVCodec ff_vp5_decoder |
Initial value:
= {
.name = "vp5",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_VP5,
.priv_data_size = sizeof(VP56Context),
.init = vp5_decode_init,
.close = ff_vp56_free,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("On2 VP5"),
}
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: libavcodec/avcodec.h:743
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
int ff_vp56_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: vp56.c:496
Definition: libavcodec/avcodec.h:193
Definition: avutil.h:143
static int decode(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition: crystalhd.c:868
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11