msvideo1.c File Reference


Detailed Description

Microsoft Video-1 Decoder by Mike Melanson (melanson@pcisys.net) For more information about the MS Video-1 format, visit: http://www.pcisys.net/~melanson/codecs/.

This decoder outputs either PAL8 or RGB555 data, depending on the whether a RGB palette was passed through palctrl; if it's present, then the data is PAL8; RGB555 otherwise.

Definition in file msvideo1.c.

Go to the source code of this file.

Classes

struct  Msvideo1Context

Functions

static int msvideo1_decode_init (AVCodecContext *avctx)
static void msvideo1_decode_8bit (Msvideo1Context *s)
static void msvideo1_decode_16bit (Msvideo1Context *s)
static int msvideo1_decode_frame (AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size)
static int msvideo1_decode_end (AVCodecContext *avctx)

Variables

AVCodec msvideo1_decoder


Function Documentation

static int msvideo1_decode_init ( AVCodecContext avctx  )  [static]

Definition at line 62 of file msvideo1.c.

static void msvideo1_decode_8bit ( Msvideo1Context s  )  [static]

Definition at line 84 of file msvideo1.c.

Referenced by msvideo1_decode_frame().

static void msvideo1_decode_16bit ( Msvideo1Context s  )  [static]

Definition at line 189 of file msvideo1.c.

Referenced by msvideo1_decode_frame().

static int msvideo1_decode_frame ( AVCodecContext avctx,
void *  data,
int *  data_size,
uint8_t *  buf,
int  buf_size 
) [static]

Definition at line 298 of file msvideo1.c.

static int msvideo1_decode_end ( AVCodecContext avctx  )  [static]

Definition at line 326 of file msvideo1.c.


Variable Documentation

Initial value:

Definition at line 336 of file msvideo1.c.


Generated on Sat Dec 18 05:15:54 2010 for MythTV by  doxygen 1.5.5