Log in

View Full Version : dvd2avi optimization


Pages : 1 [2]

Nic
11th January 2002, 09:44
I know what you mean Tom, I think time is short for all of us... :)

I might add the TemporalSmoother though over this weekend, as that might be useful :)

Take Care,
-Nic

ps
Would you believe that the Intel Compiler makes it slightly slower on my Duron than with MSVC (which probably makes sense when you think about it :) - I should get MSVC 7 at the end of next month, maybe that will help.....

int 21h
11th January 2002, 12:11
I added the attached code into Mpeg2dec.dll, it compiles fine, but when I try to use the dll in anything (Gordian Knot, Windows Media Player, etc), it crashes. Not sure what the problem is, I've attached the project in case anyone wants to take a look.

trbarry
13th January 2002, 17:40
I added the attached code into Mpeg2dec.dll, it compiles fine, but when I try to use the dll in anything (Gordian Knot, Windows Media Player, etc), it crashes. Not sure what the problem is, I've attached the project in case anyone wants to take a look.

int 21h -

The first version of Dmitry's SSE2 optimizations ran fine except for a possible crash (alignment) in the Add_Block funtion in GetPic. If you have that version you can probably get most of the SSE2 benifits by temporarily using the old Add_Block code.

Dmitry has sent me some more code which I'll be testing, hopefully today. Sorry I've gotten away from this again for a few days.

- Tom