libvpxdec.c File Reference

VP8 decoder support via libvpx. More...

#include <vpx/vpx_decoder.h>
#include <vpx/vp8dx.h>
#include "libavutil/common.h"
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "internal.h"
Include dependency graph for libvpxdec.c:

Go to the source code of this file.

Data Structures

struct  VP8DecoderContext
 

Macros

#define VPX_CODEC_DISABLE_COMPAT   1
 

Typedefs

typedef struct VP8DecoderContext VP8Context
 

Functions

static av_cold int vpx_init (AVCodecContext *avctx, const struct vpx_codec_iface *iface)
 
static int vp8_decode (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
 
static av_cold int vp8_free (AVCodecContext *avctx)
 

Detailed Description

VP8 decoder support via libvpx.

Definition in file libvpxdec.c.

Macro Definition Documentation

#define VPX_CODEC_DISABLE_COMPAT   1

Definition at line 26 of file libvpxdec.c.

Typedef Documentation

typedef struct VP8DecoderContext VP8Context

Function Documentation

static int vp8_decode ( AVCodecContext avctx,
void data,
int *  got_frame,
AVPacket avpkt 
)
static

Definition at line 62 of file libvpxdec.c.

Referenced by vp8_free().

static av_cold int vp8_free ( AVCodecContext avctx)
static

Definition at line 106 of file libvpxdec.c.

static av_cold int vpx_init ( AVCodecContext avctx,
const struct vpx_codec_iface *  iface 
)
static

Definition at line 39 of file libvpxdec.c.

Referenced by vp8_free().