roqvideodec.c File Reference


Detailed Description

Id RoQ Video Decoder by Dr.

Tim Ferguson For more information about the Id RoQ format, visit: http://www.csse.monash.edu.au/~timf/

Definition in file roqvideodec.c.

Go to the source code of this file.

Functions

static void roqvideo_decode_frame (RoqContext *ri)
static int roq_decode_init (AVCodecContext *avctx)
static int roq_decode_frame (AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size)
static int roq_decode_end (AVCodecContext *avctx)

Variables

AVCodec roq_decoder


Function Documentation

static void roqvideo_decode_frame ( RoqContext ri  )  [static]

Definition at line 38 of file roqvideodec.c.

Referenced by roq_decode_frame().

static int roq_decode_init ( AVCodecContext avctx  )  [static]

Definition at line 157 of file roqvideodec.c.

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

Definition at line 172 of file roqvideodec.c.

static int roq_decode_end ( AVCodecContext avctx  )  [static]

Definition at line 201 of file roqvideodec.c.


Variable Documentation

Initial value:

 {
    "roqvideo",
    CODEC_TYPE_VIDEO,
    CODEC_ID_ROQ,
    sizeof(RoqContext),
    roq_decode_init,
    NULL,
    roq_decode_end,
    roq_decode_frame,
    CODEC_CAP_DR1,
}

Definition at line 214 of file roqvideodec.c.


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