Linux Game Programming for PC & Embedded Systems using SDL
Presented by
Fore June
Author of Windows Fan, Linux Fan

A simple video codec.

codecio.h
runhuf.h
encode.h
decode.h
dct_video.h
common.h
fbitios.h
avilib.h
vcodec.cpp
runhuf.cpp
encode.cpp
decode.cpp
dct_video.cpp
fbitios.cpp
Makefile
sample_video.avi ( not zipped )
avilib.o ( not zipped )



decode.h:
#ifndef DECODE_H
#define DECODE_H
int get_dct_block ( bitFileIO *inputs, int Yi[] );
int get_ybrblocks( bitFileIO *inputs, YCbCr_MACRO *ycbcr_macro );
int decode_ybrFrame (  bitFileIO *inputs, char *image, short width, short height );
#endif