LCL (LossLess Codec Library) Video Codec Decoder for MSZH and ZLIB codecs Experimental encoder for ZLIB RGB24. More...
Go to the source code of this file.
Data Structures | |
struct | LclEncContext |
Typedefs | |
typedef struct LclEncContext | LclEncContext |
Functions | |
static int | encode_frame (AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data) |
static av_cold int | encode_init (AVCodecContext *avctx) |
static av_cold int | encode_end (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_zlib_encoder |
LCL (LossLess Codec Library) Video Codec Decoder for MSZH and ZLIB codecs Experimental encoder for ZLIB RGB24.
Fourcc: MSZH, ZLIB
Original Win32 dll: Ver2.23 By Kenji Oshima 2000.09.20 avimszh.dll, avizlib.dll
A description of the decoding algorithm can be found here: http://www.pcisys.net/~melanson/codecs
Supports: BGR24 (RGB 24bpp)
Definition in file lclenc.c.
typedef struct LclEncContext LclEncContext |
|
static |
|
static |
|
static |
AVCodec ff_zlib_encoder |