aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
2018-03-24VideoPlayer: only display settings for vaapi and vdpau if they are actually ↵Rainer Hochecker
available
2018-03-21Fix disappointing lack of games after entering cheat codeGarrett Brown
2018-03-07[pvr][keymaps] Implement PVR 'direct channel input' and 'channel preview' ↵Kai Sommerfeld
actions/keybindings using virtual windows.
2018-03-04Merge pull request #13578 from peak3d/primesettingsMarkus Pfau
[Settings] Allow s/w decode for GBM platform
2018-03-01VideoPlayer: OpenGL - fix col conversion in filterRainer Hochecker
2018-02-25[Settings] Allow s/w decode for GBM platformpeak3d
2018-02-25VideoPlayer: DirectX - make sure rgb values are not negative after yuv2rgb ↵Anton Fedchin
conversion.
2018-02-25VideoPlayer: OpenGL - make sure rgb values are not neg after yuv2rgb conversionRainer Hochecker
2018-02-21DirectX: fix NaN in shadersAnton Fedchin
AMD devs don't follow data conversion rules in case of float to unorm. The algo described at https://msdn.microsoft.com/ru-ru/library/windows/desktop/dd607323%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396 there is NaN should be converted to 0. So we have to use this fix for AMD hardware.
2018-02-18OpenGL: fix NaN in shadersRainer Hochecker
2018-02-15[VideoPlayer] WinRenderer: implement tone mapping.Anton Fedchin
2018-02-13RetroPlayer: Disable screenshot hotkeyGarrett Brown
In practice, while intense button-mashing, a player can hit Select+A and cause a series of annoying, confusing dialogs.
2018-02-11RetroPlayer: Disable reset hotkeyGarrett Brown
In practice, while button-mashing, a player can hit Select+B and cause a reset, but without an easy way to undo this reset, gameplay progress can be lost.
2018-02-10Merge pull request #11222 from popcornmix/cecrepeatMartijn Kaijser
[cec] Add settings for configuring button repeats
2018-02-10VideoPlayer: OpenGL - implement tone mappingRainer Hochecker
2018-02-08[windows] use CConvertMatrix instead of YUVMatrix for yuv2rgb shaderAnton Fedchin
2018-02-06shaders: [GLES] fix yuv2rgb_basic shaderLukas Rusak
2018-02-04VideoPlayer: OpenGL - do colorspace conversion in linear RGBRainer Hochecker
2018-02-02Peripherals: Remove joystick emulationGarrett Brown
Joystick emulation was used to allow keyboard control of games. Keyboard control will return, but emulation will take place in the games code instead of peripherals.
2018-01-29[cec] Add settings for configuring button repeatspopcornmix
2018-01-28shaders: add default GLES 2.0 videofilter shadersLukas Rusak
2018-01-28shaders: rename GLES 2.0 shadersLukas Rusak
2018-01-27shaders: move GLES shaders to subdirectoryLukas Rusak
2018-01-27shaders: remove uneeded GLES shadersLukas Rusak
2018-01-27VideoPlayer: fix filtershader for OpenGLRainer Hochecker
2018-01-24convert CRLF to LF line endingsRechi
2018-01-17Merge pull request #13358 from DaveTBlake/WinMilkdropFixDave Blake
[Fix]Visualisation none as default for all platforms
2018-01-14Make the default visualisation none for all platforms, consistent with any ↵DaveTBlake
installed viz addons being initially disabled .
2018-01-10fixed: use visible, not hiddennotspiff
2018-01-06smbclient changes for smb minprotocol and legacysecuritychewitt
2018-01-05[webserver] only show SSL setting if supportedwsnipex
2018-01-05[webserver] add SSL settingwsnipex
2018-01-02Merge pull request #13291 from notspiff/video_tag_settingsMartijn Kaijser
changed: added setting for use of video tags
2018-01-02changed: added setting for use of video tagsnotspiff
default to false
2018-01-02VideoPlayer: GL - lookup texture needs interpolationRainer Hochecker
2018-01-02VideoPlayer: GL - fix nonlinear streatch for shader with filterRainer Hochecker
2017-12-29VideoPlayer: GL - yuv2rgb shader with filterRainer Hochecker
2017-12-29VideoPlayer: GL - some optimization for NV12Rainer Hochecker
2017-12-29VideoPlayer: drop unneeded define USE1DTEXTURERainer Hochecker
2017-12-23[PVR] Make shared channel selection optional.Kai Sommerfeld
2017-12-22[cleanup] remove HAS_JSONRPC ifdefLukas Rusak
2017-12-22[cleanup] remove HAS_EVENT_SERVER ifdefLukas Rusak
2017-12-13fixed: add missing audiooutput.dspaddonsenabled entry in settings.xmlArne Morten Kvarving
2017-12-11Merge pull request #13097 from notspiff/togglefontArne Morten Kvarving
added: action to toggle between monospaced and variable spaced font in text viewer dialog
2017-12-10airplay: disable video/pictures support by defaultchewitt
2017-11-27added: action to toggle between monospaced and variable spaced font in text ↵Arne Morten Kvarving
viewer dialog
2017-11-21[keymaps] Add ChannelNumberSeparator to certain pvr windows.Kai Sommerfeld
2017-11-17Merge pull request #13049 from garbear/joystick-backGarrett Brown
Fix Back button in Android TV Remote Control app
2017-11-16Home window: Show shutdown menu when B is heldGarrett Brown
This makes the B button mirror the behavior of the Backspace key.
2017-11-16FullscreenVideo: Change joystick B button to match Backspace keyGarrett Brown
Previously, pressing B would immediately stop the video. After changing this to match the Backspace key behavior, pressing B will toggle fullscreen and holding B will stop.