aboutsummaryrefslogtreecommitdiff
path: root/system/settings/rbp.xml
AgeCommit message (Collapse)Author
2018-10-02input: libinput: add setting to allow changing keymap layoutLukas Rusak
This is needed in order for us to allow using a different keyboard layout. The idea in the future is to move libinput to a peripheral add-on but that won't be until V19. So this is needed in the meantime. I can also add more options in the future related to mice and keyboards but I have only heard about keyboard layouts so far.
2018-09-24RPI: Be sure to register Alsa and Pulseaudio. This was broken in aNuno Senica
previous commit, making them unavailable in kodi. Add default audio device to Pi settings
2017-06-01[settings] add versioning supportmontellese
2016-08-14Merge pull request #10234 from popcornmix/atemposettingRainer Hochecker
settings: Add settings option to control atempo resampling
2016-08-10settings: Add settings option to control atempo resamplingpopcornmix
Atempo rsampling does increase cpu usage so may want to be disabled (e.g. on Pi 1). The threshold when atempo resampling is used compared to normal resampling could be usefully changed. This adds a setting for controlling this and defaults to disabled on Pi 1
2016-08-08rbp: Fix up settings group for supportmvcpopcornmix
The group got renumbered in #10184
2016-08-01[rpi settings] fix missing renaming of Library to MediaJeff Dorman
2016-07-29platform adjustments for change of <group> id's in settings.xmlJeff Dorman
2016-06-18Fix RPi settings xml after settings shuffleJeff Dorman
2016-05-01cosmeticsronie
2016-05-01rbp: Fix up settings after layout changespopcornmix
The 3D settings got lost in the refactor. Also fix a couple of cosmetics.
2016-05-01[settings] updated settings xml files for settings layout changesjjd-uk
2015-12-30[settings] Add settings option to enable MVC and frame packing supportpopcornmix
2015-04-30drop useless setting hw/sw decodingRainer Hochecker
2015-04-08RPB: Adjust settings to also use new limitgui settingfritsch
2015-03-02[Settings/rpi] Disable chapter thumbnail extraction by default for the rpi.ace20022
2014-11-01Merge pull request #5622 from popcornmix/avsyncMartijn Kaijser
[rbp/settings] Allow av sync type to be enabled
2014-11-01[rbp/settings] Allow av sync type to be enabledpopcornmix
It works for dvdplayer
2014-10-22[PiSink] Dual audio supportpopcornmix
The Pi supports dual audio in omxplayer, where the gpu outputs audio to both hdmi and analogue connections. With dvdplayer being more usable on Pi now, there are frequent requests for this functionality through the Pi Sink. This removes the gui setting for "dual audio" and creates a new sink output for dual audio. It add support to the Pi sink and makes omxplayer use the new setting.
2014-10-17[resamplepi] Add GPU accelerated option to resampling optionspopcornmix
2014-10-02[mmal] Add MMAL decoder and MMAL renderer for Raspberry Pipopcornmix
While omxplayer is the best performing player on the Pi (and the only option for raw Blu-Rays) there are some reasons to use dvdplayer on a Pi: DVDs with menus do not work well with omxplayer support of software decode for SD codecs like divx3, msmpeg, sorenson spark etc omxplayer doesn't support alsa, so can't be used with USB and I2S sound cards dvdplayer may behave better with dodgy timestamps and packet loss, e.g. with live TV So this PR adds hardware acceleration to dvdplayer using the MMAL api. There is also a MMAL based video renderer. Compared to using GL, this: saves the processing cost of YUV->RGB conversion saves the memory cost of the RGB textures for video frames (1080p = 3MB for YUV and 8MB for RGB) allows high quality (cubic) scaling
2014-09-27Remove videoplayer.useframemtdec setting and make it defaultfritsch
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