Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-24 | VideoPlayer: only display settings for vaapi and vdpau if they are actually ↵ | Rainer Hochecker | |
available | |||
2018-03-21 | Fix disappointing lack of games after entering cheat code | Garrett Brown | |
2018-03-07 | [pvr][keymaps] Implement PVR 'direct channel input' and 'channel preview' ↵ | Kai Sommerfeld | |
actions/keybindings using virtual windows. | |||
2018-03-04 | Merge pull request #13578 from peak3d/primesettings | Markus Pfau | |
[Settings] Allow s/w decode for GBM platform | |||
2018-03-01 | VideoPlayer: OpenGL - fix col conversion in filter | Rainer Hochecker | |
2018-02-25 | [Settings] Allow s/w decode for GBM platform | peak3d | |
2018-02-25 | VideoPlayer: DirectX - make sure rgb values are not negative after yuv2rgb ↵ | Anton Fedchin | |
conversion. | |||
2018-02-25 | VideoPlayer: OpenGL - make sure rgb values are not neg after yuv2rgb conversion | Rainer Hochecker | |
2018-02-21 | DirectX: fix NaN in shaders | Anton 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-18 | OpenGL: fix NaN in shaders | Rainer Hochecker | |
2018-02-15 | [VideoPlayer] WinRenderer: implement tone mapping. | Anton Fedchin | |
2018-02-13 | RetroPlayer: Disable screenshot hotkey | Garrett Brown | |
In practice, while intense button-mashing, a player can hit Select+A and cause a series of annoying, confusing dialogs. | |||
2018-02-11 | RetroPlayer: Disable reset hotkey | Garrett 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-10 | Merge pull request #11222 from popcornmix/cecrepeat | Martijn Kaijser | |
[cec] Add settings for configuring button repeats | |||
2018-02-10 | VideoPlayer: OpenGL - implement tone mapping | Rainer Hochecker | |
2018-02-08 | [windows] use CConvertMatrix instead of YUVMatrix for yuv2rgb shader | Anton Fedchin | |
2018-02-06 | shaders: [GLES] fix yuv2rgb_basic shader | Lukas Rusak | |
2018-02-04 | VideoPlayer: OpenGL - do colorspace conversion in linear RGB | Rainer Hochecker | |
2018-02-02 | Peripherals: Remove joystick emulation | Garrett 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 repeats | popcornmix | |
2018-01-28 | shaders: add default GLES 2.0 videofilter shaders | Lukas Rusak | |
2018-01-28 | shaders: rename GLES 2.0 shaders | Lukas Rusak | |
2018-01-27 | shaders: move GLES shaders to subdirectory | Lukas Rusak | |
2018-01-27 | shaders: remove uneeded GLES shaders | Lukas Rusak | |
2018-01-27 | VideoPlayer: fix filtershader for OpenGL | Rainer Hochecker | |
2018-01-24 | convert CRLF to LF line endings | Rechi | |
2018-01-17 | Merge pull request #13358 from DaveTBlake/WinMilkdropFix | Dave Blake | |
[Fix]Visualisation none as default for all platforms | |||
2018-01-14 | Make the default visualisation none for all platforms, consistent with any ↵ | DaveTBlake | |
installed viz addons being initially disabled . | |||
2018-01-10 | fixed: use visible, not hidden | notspiff | |
2018-01-06 | smbclient changes for smb minprotocol and legacysecurity | chewitt | |
2018-01-05 | [webserver] only show SSL setting if supported | wsnipex | |
2018-01-05 | [webserver] add SSL setting | wsnipex | |
2018-01-02 | Merge pull request #13291 from notspiff/video_tag_settings | Martijn Kaijser | |
changed: added setting for use of video tags | |||
2018-01-02 | changed: added setting for use of video tags | notspiff | |
default to false | |||
2018-01-02 | VideoPlayer: GL - lookup texture needs interpolation | Rainer Hochecker | |
2018-01-02 | VideoPlayer: GL - fix nonlinear streatch for shader with filter | Rainer Hochecker | |
2017-12-29 | VideoPlayer: GL - yuv2rgb shader with filter | Rainer Hochecker | |
2017-12-29 | VideoPlayer: GL - some optimization for NV12 | Rainer Hochecker | |
2017-12-29 | VideoPlayer: drop unneeded define USE1DTEXTURE | Rainer Hochecker | |
2017-12-23 | [PVR] Make shared channel selection optional. | Kai Sommerfeld | |
2017-12-22 | [cleanup] remove HAS_JSONRPC ifdef | Lukas Rusak | |
2017-12-22 | [cleanup] remove HAS_EVENT_SERVER ifdef | Lukas Rusak | |
2017-12-13 | fixed: add missing audiooutput.dspaddonsenabled entry in settings.xml | Arne Morten Kvarving | |
2017-12-11 | Merge pull request #13097 from notspiff/togglefont | Arne Morten Kvarving | |
added: action to toggle between monospaced and variable spaced font in text viewer dialog | |||
2017-12-10 | airplay: disable video/pictures support by default | chewitt | |
2017-11-27 | added: 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-17 | Merge pull request #13049 from garbear/joystick-back | Garrett Brown | |
Fix Back button in Android TV Remote Control app | |||
2017-11-16 | Home window: Show shutdown menu when B is held | Garrett Brown | |
This makes the B button mirror the behavior of the Backspace key. | |||
2017-11-16 | FullscreenVideo: Change joystick B button to match Backspace key | Garrett 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. |