|
Edited by jernej at 2015-12-25 22:58
After some reverse engineering of CedarX library, I found out that VP9 codec is indeed software decoded. Basically, it has just libvpx embedded into it. Because of that, I will consider removing VP9 support from future patches.
EDIT: After a better look, following codec are software decoded on H3 with CedarX libs:
- WMV1
- WMV2
- VP6
- VP9
The main question is: Is it any good to leave support for them? Technically, rendering and deinterlacing will still be HW supported, if we leave them in. ffmpeg supported codecs can't be HW accelerated in any way, at least with current approach,
|
|