2013年9月3日 星期二

H264 high profile decoder in VC9 include sse3 asm

H264 decode in VC9 include sse3 asm codec

1. download file high_profile_h264.zip from
http://www.mediafire.com/?932mmcx6lb79lyb

2. install MinGW

3. set executable files path for VC9 EX. C:\Program Files\MinGW\bin

4. build path name only in ascii code, can not unicode EX. c:\hi_ff264 or d:\hi_ff264 is good

5. Choice register in config.h #define HAVE_MMX 1 #define HAVE_MMX2 1 #define HAVE_SSE 1 #define HAVE_SSSE3 1

6. this code extract from ffmpeg-r26400-swscale-r32676 can decode h.264 high profile format

7. output use YUV420_TO_RGBA32_MMX() for opengl format you can modify this function for directx

8. GBRA32 MMX code reference
http://www.mediafire.com/?8u2gam3jfecgdb7

沒有留言:

張貼留言