libavcodec/bethsoftvideo.c File Reference

Bethesda Softworks VID Video Decoder. More...

#include "libavutil/common.h"
#include "dsputil.h"
#include "bethsoftvideo.h"
#include "bytestream.h"

Go to the source code of this file.

Data Structures

struct  BethsoftvidContext

Functions

static av_cold int bethsoftvid_decode_init (AVCodecContext *avctx)
static void set_palette (AVFrame *frame, const uint8_t *palette_buffer)
static int bethsoftvid_decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt)
static av_cold int bethsoftvid_decode_end (AVCodecContext *avctx)

Variables

AVCodec bethsoftvid_decoder


Detailed Description

Bethesda Softworks VID Video Decoder.

Author:
Nicholas Tung [ntung (at. ntung com] (2007-03)
See also:
http://wiki.multimedia.cx/index.php?title=Bethsoft_VID

http://www.svatopluk.com/andux/docs/dfvid.html

Definition in file bethsoftvideo.c.


Function Documentation

static av_cold int bethsoftvid_decode_end ( AVCodecContext avctx  )  [static]

Definition at line 125 of file bethsoftvideo.c.

static int bethsoftvid_decode_frame ( AVCodecContext avctx,
void *  data,
int *  data_size,
AVPacket avpkt 
) [static]

Definition at line 59 of file bethsoftvideo.c.

static av_cold int bethsoftvid_decode_init ( AVCodecContext avctx  )  [static]

Definition at line 39 of file bethsoftvideo.c.

static void set_palette ( AVFrame frame,
const uint8_t *  palette_buffer 
) [static]

Definition at line 49 of file bethsoftvideo.c.

Referenced by bethsoftvid_decode_frame().


Variable Documentation

Initial value:

 {
    .name = "bethsoftvid",
    .type = AVMEDIA_TYPE_VIDEO,
    .id = CODEC_ID_BETHSOFTVID,
    .priv_data_size = sizeof(BethsoftvidContext),
    .init = bethsoftvid_decode_init,
    .close = bethsoftvid_decode_end,
    .decode = bethsoftvid_decode_frame,
    .capabilities = CODEC_CAP_DR1,
    .long_name = NULL_IF_CONFIG_SMALL("Bethesda VID video"),
}

Definition at line 133 of file bethsoftvideo.c.


Generated on Fri Oct 26 02:36:51 2012 for FFmpeg by  doxygen 1.5.8