Files
itgmania212121/stepmania
Glenn Maynard 0bc413262d Pass the surface directly to GetFrame, and a timestamp if frame skipping is
enabled.
 - This is simpler--two fewer entry points, and a trivial decode path.
 - Puts the mechanics of frame skipping in the decoder's control.  Previously,
   all we did was skip conversion and texture updates.  Now, the decoder
   can be smarter: skip B-frames, or skip to a keyframe.
 - This allows for faster decodes, using slice-based conversion: YUV conversion
   can be done at the same time as decoding.
2005-10-21 07:47:06 +00:00
..
2005-10-20 21:01:57 +00:00
2005-07-29 23:21:12 +00:00
2005-10-09 20:36:02 +00:00
2005-10-09 07:01:48 +00:00
2005-10-19 21:39:27 +00:00
2005-10-21 07:45:12 +00:00
2005-10-20 20:21:19 +00:00
2005-09-21 01:36:51 +00:00
2005-10-20 13:50:49 +00:00