|
|
Subscribe / Log in / New account

Multithreaded playback

Multithreaded playback

Posted Mar 10, 2009 19:33 UTC (Tue) by jengelh (guest, #33263)
In reply to: Multithreaded playback by mjr
Parent article: FFmpeg 0.5 released

(BTW, I have found that turning off GMC and B-Frames during encoding benefits decoding speed, at the cost of somewhat increased file size. But it is damn well worth it if you want to watch stuff on low processing power devices.)

As to your comment about needing large amount of memory for the cache:

You could stop decoding just before the RLE codes are unpacked, and do that decoding step then just right before the frame is displayed. Unpacking the RLE and applying the delta-frame should be pretty straightforward.


to post comments

Multithreaded playback

Posted Mar 12, 2009 4:44 UTC (Thu) by krasic (guest, #4782) [Link]

After RLE, you have to apply the idct, iquant, and then apply the delta. That's still a lot of work.

No?


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds