xl.c File Reference


Detailed Description

Miro VideoXL codec.

Definition in file xl.c.

Go to the source code of this file.

Classes

struct  VideoXLContext

Functions

static int decode_frame (AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size)
static int decode_init (AVCodecContext *avctx)

Variables

static const int xl_table [32]
AVCodec xl_decoder


Function Documentation

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

Definition at line 41 of file xl.c.

static int decode_init ( AVCodecContext avctx  )  [static]

Definition at line 121 of file xl.c.


Variable Documentation

const int xl_table[32] [static]

Initial value:

 {
   0,   1,   2,   3,   4,   5,   6,   7,
   8,   9,  12,  15,  20,  25,  34,  46,
  64,  82,  94, 103, 108, 113, 116, 119,
 120, 121, 122, 123, 124, 125, 126, 127}

Definition at line 35 of file xl.c.

Referenced by decode_frame().

Initial value:

 {
    "xl",
    CODEC_TYPE_VIDEO,
    CODEC_ID_VIXL,
    sizeof(VideoXLContext),
    decode_init,
    NULL,
    NULL,
    decode_frame,
    CODEC_CAP_DR1,
}

Definition at line 129 of file xl.c.


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