Kodi Community Forum
Support Thread for MediaCodec - Printable Version

Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Android (https://forum.kodi.tv/forumdisplay.php?fid=164)
---- Thread: Support Thread for MediaCodec (/showthread.php?tid=175626)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12


RE: Support Thread for MediaCodec - davilla - 2013-10-21

so... I assume that MediaCodec is working now ?


RE: Support Thread for MediaCodec - Memphiz - 2013-10-21

Didn't test it latly but you remember the issue i've got with my ainol novo7 crystal 2? (iirc there was a render format missing half planar yuv2 or something). So i guess this might be still a issue ... (can't test atm)


RE: Support Thread for MediaCodec - ibazzi - 2013-10-21

(2013-10-21, 09:36)davilla Wrote: so... I assume that MediaCodec is working now ?

Try the latest nightly build, MediaCodec works perfect.

Thanks for the great job.Big Grin


RE: Support Thread for MediaCodec - dhead - 2013-10-21

Is this thread missing clarification at the first post, which SOC doesn't support MediaCodec hw rendering ? (Allwinner? Amlogic?), or maybe al SOC should support it ?
I'm guessing that disabling MediaCodec hw rendering in XBMC settings will enable MediaCodec sw rendering and this is supported by all SOC.

Please correct me if wrong and add it to the first post so users would know what devices to test and attached their logs as I feel this currently not clear enough.


RE: Support Thread for MediaCodec - davilla - 2013-10-21

(2013-10-21, 10:07)Memphiz Wrote: Didn't test it latly but you remember the issue i've got with my ainol novo7 crystal 2? (iirc there was a render format missing half planar yuv2 or something). So i guess this might be still a issue ... (can't test atm)

nv12 was added, if you need yuv2 or some other flavor, let me know the details. It's running a whitelist for surface render, everything else goes via GLES rendering.


RE: Support Thread for MediaCodec - davilla - 2013-10-21

(2013-10-21, 15:19)dhead Wrote: Is this thread missing clarification at the first post, which SOC doesn't support MediaCodec hw rendering ? (Allwinner? Amlogic?), or maybe al SOC should support it ?
I'm guessing that disabling MediaCodec hw rendering in XBMC settings will enable MediaCodec sw rendering and this is supported by all SOC.

Please correct me if wrong and add it to the first post so users would know what devices to test and attached their logs as I feel this currently not clear enough.

MediaCodec has been changed to always do hw decode, gles render for all devices not qualified for surface rendering. Right now, the only device that qualifies for surface rendering is any NVidia T3 or above. There is no way for users to alter the whitelist except by building from source. This is by design as only those that can build and install can retrieve the logcat needed for close examination.


RE: Support Thread for MediaCodec - pmoreira1 - 2013-10-21

Just tried the nightlie xbmc-20131020-96410e2-master-armeabi-v7a in a stock 4.2.2 ROM in MK809II and it works perfectly.
In a full 1080p movie only 22 drop frames. I will keep on testing and giving my feedback.
Keep up the good work.


RE: Support Thread for MediaCodec - dhead - 2013-10-21

Thanks Davilla, that clear it.


RE: Support Thread for MediaCodec - Koying - 2013-10-21

As discussed, this is what you get with a qpel/gmc mp4 on nvidia: http://pastebin.com/bj8sQVcp


RE: Support Thread for MediaCodec - davilla - 2013-10-21

sample ?


RE: Support Thread for MediaCodec - Koying - 2013-10-21

http://www.auby.no/files/video_tests/xvid_480p_as_l5_1mbps_he-aac_foreign_subs_matrix.mkv


RE: Support Thread for MediaCodec - Koying - 2013-10-27

Crash on Minix X7 sw: http://pastebin.com/E6nJd7wz


RE: Support Thread for MediaCodec - davilla - 2013-10-27

that one is very odd


RE: Support Thread for MediaCodec - arghness - 2013-11-18

With MediaCodec enabled on a Galaxy S3 (i9300 with Samsung stock Android 4.1.2), I get a green bar at the bottom of the screen and "shadows" of the image in other places on the screen with a few videos. It doesn't crash though.

One such example video is http://download.wavetlan.com/SVV/Media/HTTP/MP4/ConvertedFiles/Media-Convert/Unsupported/dw11222.mp4 and the issue that I see is visible here: http://tinypic.com/r/106bn8o/5

This decodes okay with MediaCodec disabled (I'm not sure if it's using libstagefright or just using software), and also with hardware decoding on DicePlayer for Android.


RE: Support Thread for MediaCodec - s7mx1 - 2013-11-18

MediaCodec missing NV12 64x32 tiled color format support

http://forum.xbmc.org/showthread.php?tid=178324


This forum uses Lukasz Tkacz MyBB addons.