![]() |
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) |
RE: Support Thread for MediaCodec - SaEt9000 - 2014-07-11 Hi, i just tried the SPMC Version 13.2. with mediacodec. It is the first version xbmc which works with mediacodec on himedia Q10 with hisilicon chipset. Until before xbmc always crashes on himedia with mediacodec. The decoding seems to be better, with deinterlace and easier to navigate on video. Further tests will follow. Is this mediacodec Version implemented in actual nightly builds of XBMC ? Only VC1-coded video is still much to slow.... and 100% CPU usage. SaEt9000 Re: RE: Support Thread for MediaCodec - Kib - 2014-07-11 (2014-07-11, 01:28)phate89 Wrote:(2014-07-10, 18:49)Koying Wrote: Using ART, are you. 13.2-beta1 is available on the mirrors, blog post will follow soon. RE: Support Thread for MediaCodec - SaEt9000 - 2014-07-11 13.2-beta1 is available on the mirrors, blog post will follow soon. but the mediacodec is not the same as in SPMC 13.2 - isnt it? SaEt9000 RE: Support Thread for MediaCodec - Koying - 2014-07-12 MediaCodec in SPMC contains fixes which were postponed to Helix. RE: Support Thread for MediaCodec - phate89 - 2014-07-14 Tried the new gotham beta but it still crashes. Is there any chance that spmc fixed this bug? RE: Support Thread for MediaCodec - SaEt9000 - 2014-07-26 The mediacodec Version in SPMC 13.2.1 , xbmc 13.2 beta2 and in Helix nightly - is it the Same now or are there still differences ? Tanks SaEt9000 RE: Support Thread for MediaCodec - Koying - 2014-07-26 Just try or check the code. I don't keep a specific list, you know ![]() AND link a logcat (wiki) in case of crash... RE: Support Thread for MediaCodec - RockerC - 2014-07-30 Does Android's MediaCodec API and/or libstagefright currently support HEVC / H.265 hardware decoders? All that I could find that kind of looked to be somewhat related when searching online was these articles https://software.intel.com/en-us/android/articles/creating-a-hardware-decoder-integrating-ffmpeg-with-mediacodec-for-intel-atom-based-android https://software.intel.com/en-us/articles/optimizing-h265hevc-decoder-on-intel-atom-processor-based-platforms https://software.intel.com/en-us/android/articles/high-quality-video-compression-integrating-an-h265hevc-solution-for-intel-atom-based-android-platforms Reason I ask is that more and more new Android hardware coming out now claim to support HEVC/H.265 Really just wondering if XBMC will support hardware decoding of HEVC / H.265 on those out-of-the-box? RE: Support Thread for MediaCodec - Koying - 2014-07-30 Probably not. Haven't got a device supposed to support it, yet, but even S/W decoding does not seem to work in Gotham. RE: Support Thread for MediaCodec - phate89 - 2014-07-30 (2014-07-30, 15:51)Koying Wrote: Probably not. Haven't got a device supposed to support it, yet, but even S/W decoding does not seem to work in Gotham.ffmpeg in gotham is 1.1 so it hasn't hevc decoding support even by software. sw hevc works in helix because it has ffmpeg 2.3 RE: Support Thread for MediaCodec - SaEt9000 - 2014-08-04 (2014-07-26, 20:23)Koying Wrote: Just try or check the code. I don't keep a specific list, you know Hi, I was on vacation - thats Why I needed some days.. I made tests now with mediacodec: on (libstagefrigth always off) SPMC 13.3 - mediacodec works fine with h264.video (but still some interlace-problems with 1080i-video, I can enable "deinterlace" but there is no effect) XBMC 13.2 beta3 with enabled mediacodec xbmc crashes by starting h264-video the same is in XBMC (kodi) 14.0 alpha2 helix - it crashes mith mediacodec:on by using h264video Here is a locgat from device with xbmc 13.2 beta3 http://xbmclogs.com/show.php?id=260716 I only startet xbmc 13.2 and tried to start the video. Im not familiar with logcat ... is it the infomation you need? Thanks a lot SaEt9000 RE: Support Thread for MediaCodec - Hedda - 2014-09-15 (2014-07-30, 15:51)Koying Wrote:It appers that the a first initial patch for Rockchip RK3288 hardware HEVC/H265 decoding on Android (StageFright and MediaCodec API) have now been submitted as a pull request for merger into Kodi/XBMC here on GitHub(2014-07-30, 14:17)RockerC Wrote: Does Android's MediaCodec API and/or libstagefright currently support HEVC / H.265 hardware decoders?Probably not. Haven't got a device supposed to support it, yet, but even S/W decoding does not seem to work in Gotham. https://github.com/xbmc/xbmc/pull/5374 Many people are waiting for this before purchasing these new boxes, and I would guess that Android development help is wanted for this code to get it working properly RE: Support Thread for MediaCodec - shomari - 2014-09-16 HEVC hardware decoding is being done with mediacodec in a modded XBMC build, but the factory won't release its sources. http://forum.xbmc.org/showthread.php?tid=202924&pid=1795142#pid1795142 RE: Support Thread for MediaCodec - Hedda - 2014-09-29 (2014-09-15, 09:18)Hedda Wrote: It appers that the a first initial patch for Rockchip RK3288 hardware HEVC/H265 decoding on Android (StageFright and MediaCodec API) have now been submitted as a pull request for merger into Kodi/XBMC here on GitHub @devs, what is the status of pull request #5374 with its initial HEVC support for StageFright and MediaCodec? Will it be merged into Kodi master as-is soonish? Any ETA on merger into mainline? And do you think this initial HEVC hardware acceleration support will also make it into version 14 Helix? RE: Support Thread for MediaCodec - fritsch - 2014-09-29 No ETA. Leave the code to the devs, especially as you see that Koying has assigned himself to the PR 16 hours ago. If you want to help testing this PR, cherry-pick it, build it and try running it. |