@K-L
Quote:
Yeah, probably something which will use Compositing mode to enhance video decoding on RadeonHD systems.
I have not done anything whit video decoding.
The only thing I did was use Compositing to scale the output picture. And rewrite cgx_wpa so it worked for my needs.
And change the bitmap from RGB (24bit) to ARGB (32bit), the change from RGB to ARGB is what made the difference, apparently RGB (24BIT) is not the native bitmap format on graphic cards.
32bit ideal for RadeonHD, 24bit is ideal for Radeon.
We don't have any hardware acceleration for video decoding, well maybe if some one finds out how to use OpenCL.
And for audio we don't have anything, no hardware mixing, no audio decoding chip.
http://www.vlsi.fi/en/products/vs1053.htmlhttp://www.vsdsp-forum.com/phpbb/index.phpI bet there are some sound cards that has this, but I don't think any of AHI drivers support this.
Edited by LiveForIt on 2014/5/17 21:23:31
Edited by LiveForIt on 2014/5/18 11:05:38