libavcodec/roqvideodec.c File Reference

id RoQ Video Decoder by Dr. More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "avcodec.h"
#include "bytestream.h"
#include "roqvideo.h"

Go to the source code of this file.

Functions

static void roqvideo_decode_frame (RoqContext *ri)
static av_cold int roq_decode_init (AVCodecContext *avctx)
static int roq_decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt)
static av_cold int roq_decode_end (AVCodecContext *avctx)

Variables

AVCodec ff_roq_decoder


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.


Function Documentation

static av_cold int roq_decode_end ( AVCodecContext avctx  )  [static]

Definition at line 202 of file roqvideodec.c.

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

Definition at line 171 of file roqvideodec.c.

static av_cold int roq_decode_init ( AVCodecContext avctx  )  [static]

Definition at line 155 of file roqvideodec.c.

static void roqvideo_decode_frame ( RoqContext ri  )  [static]

Definition at line 36 of file roqvideodec.c.

Referenced by roq_decode_frame().


Variable Documentation

Initial value:

Definition at line 215 of file roqvideodec.c.


Generated on Fri Oct 26 02:39:46 2012 for FFmpeg by  doxygen 1.5.8