View Single Post
Old 8th December 2004, 06:03   #115  |  Link
tritical
Registered User
 
Join Date: Dec 2003
Location: MO, US
Posts: 999
Said I wasn't going to, but the frame blending routine was very simple to make an mmx version of so I went ahead and did it. I'm definitely not gonna try to do mmx or isse versions of the other main functions though. This version also includes a few minor fixes to TDecimate having to do with incorrect mkv timecode v2 format output in modes 3 and 5. Here it is... [link removed, look farther into the thread]. Changes:

Code:
TDecimate:

    - fixed outputting of a few extra timecode entries when using
         tcfv1=false (v2 format) in mode 3 or mode 5 and the last
         frame was not a cycle boundary
    - fixed incorrect formatting of the first 2 lines of the
         mkvOut file when in mode 3 and using tcfv1=false (v2 format)
    + added mmx and sse2 blending routines (used when hybrid = 1)

Last edited by tritical; 15th December 2004 at 05:49.
tritical is offline   Reply With Quote