![]() |
|
Allwinner A10 : Is XBMC ported to MALI-400MP ? - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Off-Topic (/forumdisplay.php?fid=34) +--- Forum: Hardware for XBMC (/forumdisplay.php?fid=112) +--- Thread: Allwinner A10 : Is XBMC ported to MALI-400MP ? (/showthread.php?tid=126995) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 |
RE: Allwinner A10 : Is XBMC ported to MALI-400MP ? - slicemaster - 2012-05-02 00:28 (2012-05-01 19:04)bornagainpengui Wrote:(2012-04-30 09:27)welshblob Wrote: Given that these boxes are being manufactured already and new ones based on this chip seem to be released weekly then is there a need for a kickstarter project? While the idea of a standardized hardware platform for XBMC is appealing, it's just is not practical while working with in the XBMC construct. The primary reason for that is because it is slightly in conflict to one of the core goals of XBMC. XBMC was/is designed to provide the best cross platform media center that exists, and to that end, there is no doubt in my mind that our talented developers have done it. Additionally, much of the base functionality (UI, database functions, etc, ect.) have already been or are in the process of being coded such that they preform equally well on all platforms (ex: compatibility with both GL and GL-ES). Really, if you get right down to it, XBMC functions very similarly on all platforms. The most prominent difference that people notice (and often make a fuss over) is of course with how XBMC decodes video files. On systems that don't support anything fancy decoding is all done in software on the CPU. However, if your system has supported hardware, the decoding process can be offloaded onto that hardware (for example your GPU or hardware decoder card). The XBMC team is/has-been hard at work improving support for various hardware decoders as API's become available (VDPAU, VAAPI, DxVA, Crystal HD, etc.). A good example of this is with the Raspberry Pi and its support for hardware H.264 and MPEG4 decoding(The API Broadcom has made accessible to Pi users grant access to that specific hardware decoding functionality). The beauty of this type of modular design is that it becomes "relativity simple" to add support for additional hardware decoding features as the access to the hardware features become available through the manufactures API. With that said, It would seem at-least in my mind that the A10 looks to be an extremely promising as others have noted, as it would appear - there is both an android and linux API available giving full access to the hardware decoding features supported by the SoC. Cheers, RE: Allwinner A10 : Is XBMC ported to MALI-400MP ? - welshblob - 2012-05-02 13:43 (2012-05-01 19:04)bornagainpengui Wrote:(2012-04-30 09:27)welshblob Wrote: Given that these boxes are being manufactured already and new ones based on this chip seem to be released weekly then is there a need for a kickstarter project? Disclaimer : I have limited knowledge on the subject of the devices being manufactured based on the all winner a10 chip. Surely the reference design bit is primarily that all these devices are based on the all winner a10 chip and therefore the bulk of the work of porting etc is mostly taken care of once the first device is done? Granted that devices might have different periphery chips that might need drivers etc but the majority of the work would be complete. Also how far are these device manufacturers going to go from the reference designs by the chip designer? Lots of assumptions in the above. Rob RE: Allwinner A10 : Is XBMC ported to MALI-400MP ? - Ned Scott - 2012-05-03 04:15 If desired, we can have a little "note pad" like page on the wiki for all these Allwinner A10 devices, so you guys can easily list and make notes about all of this. RE: Allwinner A10 : Is XBMC ported to MALI-400MP ? - j1nx - 2012-05-03 18:16 (2012-05-03 04:15)Ned Scott Wrote: If desired, we can have a little "note pad" like page on the wiki for all these Allwinner A10 devices, so you guys can easily list and make notes about all of this. Cool, it is about time I get involved in the wiki. I am not a real coder, so the only thing I can really give back is hacking, cracking and documentation RE: Allwinner A10 : Is XBMC ported to MALI-400MP ? - Ned Scott - 2012-05-04 02:32 I threw together a very basic page with some links, but feel free to change anything and everything. We can use one page for everything, or make new pages or even sub-pages (by making a / slash in the page title) for additional pages/hardware/how-tos/whatever. Allwinner A10 Basic editing help can be found at Help:Main page. Feel free to ask me any questions if you need any help in editing/adding/whatever to the wiki. RE: Allwinner A10 : Is XBMC ported to MALI-400MP ? - madmalkav - 2012-05-06 00:45 Main problems IMO right now are that allwinner have to A) release the 3.0.8 kernel sources so we can get the Mali to work on the GL acceleration, and b) get Allwinner to clarify the license of the video decoder to see if it is compatible with XBMC license. RE: Allwinner A10 : Is XBMC ported to MALI-400MP ? - gimli - 2012-05-06 20:02 (2012-05-06 00:45)madmalkav Wrote: Main problems IMO right now are that allwinner have to A) release the 3.0.8 kernel sources so we can get the Mali to work on the GL acceleration, and b) get Allwinner to clarify the license of the video decoder to see if it is compatible with XBMC license. Or better. Get Allwinner to relase their linux SDK. Thats the most anying part. They have a linux SDK which is for sure also using GPL code, but no sign of releasing it. RE: Allwinner A10 : Is XBMC ported to MALI-400MP ? - j1nx - 2012-05-07 10:33 (2012-05-06 00:45)madmalkav Wrote: Main problems IMO right now are that allwinner have to A) release the 3.0.8 kernel sources so we can get the Mali to work on the GL acceleration, and b) get Allwinner to clarify the license of the video decoder to see if it is compatible with XBMC license. (2012-05-06 20:02)gimli Wrote: Or better. Get Allwinner to relase their linux SDK. Thats the most anying part. They have a linux SDK which is for sure also using GPL code, but no sign of releasing it. Allwinner said they are going to release the 3.0.8 kernel sources which they are using by the and of April. We are already in May. Hopefully it will be soon now. Tom Cubie an Allwinner employee is checking. The video decoder itself is not yet really released, only some example code of how to use it. There is no license specified and after asking they said it is license less, do whatever you want with it. Unfortunetaly it does not work that way. Tom Cubie is again contacting the lawyers of Allwinner to release it under a free to use license so it can be included into other open source projects like XBMC. And Allwinner already released their full SDK, based on their 2.6.36 kernel and 2.3.4 android version including uboot and partition tools etc. It just has to be "extended" with the last 3.0.8 kernel work they recently have done for their ICS work. You can download the SDK with most ingo from a earlier post on cnx-software (starting to love that website); http://www.cnx-software.com/2011/12/28/allwinner-a10a1x-processor-resources-development-board-and-sdk/ RE: Allwinner A10 : Is XBMC ported to MALI-400MP ? - RockerC - 2012-05-07 13:56 Good to know and maybe document in the wiki is that the Allwinner A10 based devices are also seem to be sold with this SoC re-branded as "Boxchip A10" and "SoChip A10" ![]() http://www.slatedroid.com/topic/31293-allwinnerboxchip-a10-vs-rk2918-what-you-should-buy/ So even though the manufacturers of these set-top boxes, media player, and computers call the chip something else it all still look to be the A10 SoC made by Allwinner Technology Co., Ltd. http://www.arm.com/about/newsroom/allwinner-technology-selects-arm-cortex-cpu-and-mali-gpu-to-bring-integrated-soc-to-android.php RE: Allwinner A10 : Is XBMC ported to MALI-400MP ? - kojo - 2012-05-09 00:04 Perhaps this link can be interesting http://rhombus-tech.net/allwinner_a10/ |