Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-05 | [rbp] Make gui limit default to 720 when memory is limited | popcornmix | |
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-10 | Revert "[rbp] Disable unsupport HD audio passthrough options" | popcornmix | |
2014-02-04 | [settings] Disable ac3transcode by default | popcornmix | |
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 options | popcornmix | |
The hardware can't support HD audio, so remove them from settings | |||
2014-01-05 | [rbp/gui] Add switch to remove GUI 720p limit | popcornmix | |
2014-01-05 | [rbp/gui] Add switch between higher and lower quality textures | popcornmix | |
To save memory we default to 16bpp textures, but provide a GUI option to increase that to 32bpp. | |||
2013-12-29 | [rbp] Add PiAudio sink | popcornmix | |
2013-12-10 | Merge pull request #3799 from popcornmix/rm_thread_decode | popcornmix | |
[rbp] Disable frame multi threaded decoded settings option | |||
2013-12-10 | [rbp] Enable Vsync as a default | popcornmix | |
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 option | popcornmix | |
Makes no sense on Pi | |||
2013-11-05 | [rbp] Add missing control types to settings | popcornmix | |
2013-11-01 | [rbp/omxplayer] Support multichannel PCM audio output over hdmi | popcornmix | |
Requires updated firmware (from next branch) | |||
2013-10-28 | AE: rework streamsilence | Rainer Hochecker | |
2013-10-28 | [rbp] Update to work with new audio settings | popcornmix | |
2013-10-28 | AudioSettings: Remove AAC Setting for passthrough | fritsch | |
2013-09-06 | [rbp/omxplayer] Add Dynamic Range Compression scheme | popcornmix | |
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 audio | popcornmix | |
Thanks to stupid-boy for the original implementation. | |||
2013-05-29 | [rbp] Disable unimplemented settings options | popcornmix | |
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-01 | add system/settings with setting descriptions in XML | montellese | |