Gamester17 Wrote:@araldor and Cedric, if you present some source code or submit some patches to us (as kind of a 'proof of concept') then I am sure that everyone on Team-XBMC would be more than happy to let you have your own ppcport branch in our public SVN so that you could eaiser work on it together with several people.
Here is my status:
- GUI working with little color problems (little/big endian problems => colorspace ARGB becomes BGRA
)
- dvdplayer working, but again with inversed colors
- sound (wav and mp3 with libmad) almost working, endianess problem (8bit sound is fully working, 16bits is only noise)
There is 40 shared libraries in xbmc, only 9 have been rebuild for powerpc, I will make a precise list with the associated features to define priorities. (in the dev forum)
Another remark: mac mini is using a 32 bits powerpc, although ps3 and xbox are 64bits powerpc. The target I am using is powerpc-linux, although araldor is using powerpc64-linux.
I do not think a new branch is needed for powerpc, the code is not very impacted.
I can provide a patch (~50kB) for the changes inside the code, and an archive for the .a and .so files (~8MB). Since it is not ready to commit, what is the preferred way to submit theses ?