Introduction - If you have any usage issues, please Google them yourself
H264 decode in VC 9 include sse3 codec
1. install MinGW
2. set executable files path for VC EX. C:\Program Files\MinGW\bin
3. build path name only in ascii code, can not unicode EX. c:\hi_ff264 or d:\hi_ff264 is good
4. Choice register in config.h
#define HAVE_MMX 1
#define HAVE_MMX2 1
#define HAVE_SSE 1
#define HAVE_SSSE3 1
5. this code extract from ffmpeg-r26400-swscale-r32676 can decode h.264 profile format
6. my email: fatalfeel@hotmail.com by Jesse stone on Taiwan