aboutsummaryrefslogtreecommitdiff
path: root/system/settings/rbp.xml
AgeCommit message (Collapse)Author
2014-08-05[rbp] Make gui limit default to 720 when memory is limitedpopcornmix
On a 256M Pi, it's safest to default to 720p gui as memory is quite limited.
2014-03-30[vsync] switch default in settings.xml to something supported on all systems ↵Jonathan Marshall
(ALWAYS) and quirk it on Linux and FreeBSD
2014-02-27[settings] cleanup video decoding settings (hw-accel + frame-multi-threaded) ↵da-anda
by moving them to their own settings category
2014-02-10Revert "[rbp] Disable unsupport HD audio passthrough options"popcornmix
2014-02-04[settings] Disable ac3transcode by defaultpopcornmix
Also, it is too expensive for the Pi and never keeps up, so mention that in Pi specific help.
2014-02-04[rbp] Disable unsupport HD audio passthrough optionspopcornmix
The hardware can't support HD audio, so remove them from settings
2014-01-05[rbp/gui] Add switch to remove GUI 720p limitpopcornmix
2014-01-05[rbp/gui] Add switch between higher and lower quality texturespopcornmix
To save memory we default to 16bpp textures, but provide a GUI option to increase that to 32bpp.
2013-12-29[rbp] Add PiAudio sinkpopcornmix
2013-12-10Merge pull request #3799 from popcornmix/rm_thread_decodepopcornmix
[rbp] Disable frame multi threaded decoded settings option
2013-12-10[rbp] Enable Vsync as a defaultpopcornmix
This was done in #2388, but got lost in the setting refactor and is currently disabled
2013-12-10[rbp] Disable frame multi threaded decoded settings optionpopcornmix
Makes no sense on Pi
2013-11-05[rbp] Add missing control types to settingspopcornmix
2013-11-01[rbp/omxplayer] Support multichannel PCM audio output over hdmipopcornmix
Requires updated firmware (from next branch)
2013-10-28AE: rework streamsilenceRainer Hochecker
2013-10-28[rbp] Update to work with new audio settingspopcornmix
2013-10-28AudioSettings: Remove AAC Setting for passthroughfritsch
2013-09-06[rbp/omxplayer] Add Dynamic Range Compression schemepopcornmix
This adds a DRC scheme. A number of dBs of amplification can be chosen. The audio_decode component is setup to do the usual downmix operation early before most of the audio buffering. This means we get a second or two to detect if the downmix would overflow. This allows the amplification to be attenuated in time to avoid the clipping. The attenuation gradually decays when overflow condition stops. Also adds a gui setting to boost centre channel. Requires updated firmware
2013-09-06[rbp/omxplayer] Support both analogue and hdmi audiopopcornmix
Thanks to stupid-boy for the original implementation.
2013-05-29[rbp] Disable unimplemented settings optionspopcornmix
I've been through the settings carefully and have made any settings that are not implemented on Pi be not-visible. If and when support is added for probing capabilities of the media player then the hiding of unsupported options can be removed. Thanks to montellese for making this configuration so simple.
2013-05-01add system/settings with setting descriptions in XMLmontellese