flashsvenc.c File Reference


Detailed Description

Flash Screen Video encoder.

Author:
Alex Beregszaszi

Benjamin Larsson

Definition in file flashsvenc.c.

Go to the source code of this file.

Classes

struct  FlashSVContext

Functions

static int copy_region_enc (uint8_t *sptr, uint8_t *dptr, int dx, int dy, int h, int w, int stride, uint8_t *pfptr)
static int flashsv_encode_init (AVCodecContext *avctx)
static int encode_bitstream (FlashSVContext *s, AVFrame *p, uint8_t *buf, int buf_size, int block_width, int block_height, uint8_t *previous_frame, int *I_frame)
static int flashsv_encode_frame (AVCodecContext *avctx, uint8_t *buf, int buf_size, void *data)
static int flashsv_encode_end (AVCodecContext *avctx)

Variables

AVCodec flashsv_encoder


Function Documentation

static int copy_region_enc ( uint8_t *  sptr,
uint8_t *  dptr,
int  dx,
int  dy,
int  h,
int  w,
int  stride,
uint8_t *  pfptr 
) [static]

Definition at line 79 of file flashsvenc.c.

Referenced by encode_bitstream().

static int flashsv_encode_init ( AVCodecContext avctx  )  [static]

Definition at line 100 of file flashsvenc.c.

static int encode_bitstream ( FlashSVContext s,
AVFrame p,
uint8_t *  buf,
int  buf_size,
int  block_width,
int  block_height,
uint8_t *  previous_frame,
int *  I_frame 
) [static]

Definition at line 135 of file flashsvenc.c.

Referenced by flashsv_encode_frame().

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

Definition at line 207 of file flashsvenc.c.

static int flashsv_encode_end ( AVCodecContext avctx  )  [static]

Definition at line 274 of file flashsvenc.c.


Variable Documentation

Initial value:

Definition at line 287 of file flashsvenc.c.


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