libavcodec/vp5.c File Reference

VP5 compatible video decoder. More...

#include <stdlib.h>
#include <string.h>
#include "avcodec.h"
#include "dsputil.h"
#include "get_bits.h"
#include "vp56.h"
#include "vp56data.h"
#include "vp5data.h"

Go to the source code of this file.

Functions

static int vp5_parse_header (VP56Context *s, const uint8_t *buf, int buf_size, int *golden_frame)
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.

Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org>

This file is part of FFmpeg.

FFmpeg is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

FFmpeg is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with FFmpeg; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Definition in file vp5.c.


Function Documentation

static av_cold int vp5_decode_init ( AVCodecContext avctx  )  [static]

Definition at line 263 of file vp5.c.

static void vp5_default_models_init ( VP56Context s  )  [static]

Definition at line 248 of file vp5.c.

Referenced by vp5_decode_init().

static void vp5_parse_coeff ( VP56Context s  )  [static]

Definition at line 171 of file vp5.c.

Referenced by vp5_decode_init().

static int vp5_parse_coeff_models ( VP56Context s  )  [static]

Definition at line 124 of file vp5.c.

Referenced by vp5_decode_init().

static int vp5_parse_header ( VP56Context s,
const uint8_t *  buf,
int  buf_size,
int *  golden_frame 
) [static]

Definition at line 36 of file vp5.c.

Referenced by vp5_decode_init().

static void vp5_parse_vector_adjustment ( VP56Context s,
VP56mv vect 
) [static]

Definition at line 77 of file vp5.c.

Referenced by vp5_decode_init().

static void vp5_parse_vector_models ( VP56Context s  )  [static]

Definition at line 101 of file vp5.c.

Referenced by vp5_decode_init().


Variable Documentation

Initial value:

Definition at line 279 of file vp5.c.


Generated on Fri Oct 26 02:38:18 2012 for FFmpeg by  doxygen 1.5.8