Showing posts with label dm37xx. Show all posts
Showing posts with label dm37xx. Show all posts

Tuesday, June 21, 2011

Optimised Flash10.2 now available for DM3730 (Linux)

An updated and more optimised version of Flash10.2 on Linux, for DM3730 is now available at the TI Flash10 download request page (http://focus.ti.com/docs/toolsw/folders/print/adobeflash-a8.html).

From the release notes, snippets below:

  • This drop fixes issues in H264 NALU handling for guardian.co.uk website streams
  • Improves i/o performanc
  • Uses TIBLT API accelerated library
  • Removes redundant buffer copies
  • Removed redundant object creations to optimise memory further
  • Reduced watermark bar size to make it visually smaller
  • Validated with latest DM3730 DVSDK 4.02

This is an update to the earlier version, as posted earlier in below link.

http://tigraphics.blogspot.com/2011/04/using-hw-accelerator-in-dm3730-for.html

Wednesday, February 9, 2011

HW Accelerated Flash10 Presentation (not just decode)

Flashplayer 10.2 debuted this week, with improved video performance. One of the key features that 10.2 brings in, is StageVideo - that can use not just HW acceleration for Video decoding, but also uses HW for other display related actions (compositing, scaling, colour conversion).

What does it really require, and how is it achieved ? The less documented facts are below, on how to make this work. Note that the focus is on using the GPU.

"To make sure stage video will be available, you must use wmode="direct" at all times. This mode is highly recommended for video playback. It uses Direct3D on Windows and OpenGL on Mac OS and Linux to actually perform video frame compositing directly through the GPU. The limitation is that, in this mode, Flash Player runs in its own context and having overlapping HTML content on top of the player is not possible, for instance. If you decide to go with any other mode, such as wmode="window", wmode="opaque", or wmode="transparent", you highly decrease the chances (see note) to have stage video available. As a result, for consistency, it is highly recommended to use wmode="direct" at all times."How good would it be if this could be

The Flash10 HW accelerated version from TI will be going live soon, look out in this section.

Links:
http://www.adobe.com/products/flashplayer/features/
http://www.adobe.com/devnet/flashplayer/articles/stage_video.html
TI Graphics SDK - and Frameworks