At 13:42 -0400 21/03/07, Nick Merryman wrote: >From this, I found TexMPEG, which seems to offer multithreaded >decoding on a stream, but it's based on an old version ( 0.2.2) and >seems to add several additional complexities that I don't need. Any >pointers to other multithreaded decoder ports would be great.
FFmpeg's libavcodec supports parallel decoding of MPEG-2. See slice_decode_thread() in mpeg12.c. -- Christophe Massiot. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Libmpeg2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmpeg2-devel
