2014-07-11, 22:04
Going AWOL for a while so here is the last build (from me) for the summer. Have a nice summer everyone!
Updated Helix build, XBMC master from July 11 + newclock3 commits.
XBMC Master:
• Master changelog
• NB! Videodb updated 86 -> 87
Newclock3:
• [rbp] Make cachemembuffersize default depend on memory size (256/512)
• [rbp] Make gui limit default to 720 when GPU memory is limited (<128)
• add a callback class for unrarlib rather than calling into guilib direct from UnrarXLib
• armv6: Acceleration for vector_fmul_window and butterflies_float used in AAC
NB!
With these new features, if cachemembuffersize is set to -1 (default in this build) it will default to 2MB if you have a 256 Pi and 20MB if you have a 512 Pi (gui limit will also default to different settings: 720/1080).
Your own settings in userdata/advancedsettings.xml will still be set.
GPU firmware from July 05 included
To install XBMC build, SSH to Pi:
See post #1 for more info (testing, different players etc)
Updated Helix build, XBMC master from July 11 + newclock3 commits.
XBMC Master:
• Master changelog
• NB! Videodb updated 86 -> 87
Newclock3:
• [rbp] Make cachemembuffersize default depend on memory size (256/512)
• [rbp] Make gui limit default to 720 when GPU memory is limited (<128)
• add a callback class for unrarlib rather than calling into guilib direct from UnrarXLib
• armv6: Acceleration for vector_fmul_window and butterflies_float used in AAC
NB!
With these new features, if cachemembuffersize is set to -1 (default in this build) it will default to 2MB if you have a 256 Pi and 20MB if you have a 512 Pi (gui limit will also default to different settings: 720/1080).
Your own settings in userdata/advancedsettings.xml will still be set.
GPU firmware from July 05 included
To install XBMC build, SSH to Pi:
Code:
wget -O xbmc-14-20140711-nc3.tar.gz http://goo.gl/0fc8QE --no-check-certificate
pv xbmc-14-20140711-nc3.tar.gz | tar xzf - -C /home/pi/.upgrade
sudo cp /home/pi/.upgrade/xbmc-14-20140711-nc3/{fixup_x.dat,start_x.elf} /boot
ln -sfn /home/pi/.upgrade/xbmc-14-20140711-nc3/xbmc-bcm /home/pi/.xbmc-current
sudo reboot
See post #1 for more info (testing, different players etc)