diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2019-10-28 11:22:03 -0700 |
---|---|---|
committer | Philipp Kerling <pkerling@casix.org> | 2019-11-17 15:58:55 +0100 |
commit | 3552d65ce967f8094fe700e8ab8dc5d988229080 (patch) | |
tree | fe5fbb6fa096c39a631b016b279549af608e2e79 /.github | |
parent | e47fbfafcac2e16d1a28f994a5eb41318089e958 (diff) |
CODEOWNERS: add ksooo
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6a63d42d3d..79fe6aee2a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,10 +3,19 @@ # Please try and keep the list in alphabetical order +/xbmc/cores/VideoPlayer/DVDInputStreams/InputStreamPVR*.* @ksooo /xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/DRMPRIMEEGL.* @lrusak /xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/RendererDRMPRIME* @lrusak +/xbmc/interfaces/builtins/PVR*.* @ksooo +/xbmc/interfaces/json-rpc/PVR*.* @ksooo +/xbmc/guilib/GUIRangesControl.* @ksooo +/xbmc/guilib/guiinfo/GUIInfoProvider.h @ksooo +/xbmc/guilib/guiinfo/GUIInfoProviders.* @ksooo +/xbmc/guilib/guiinfo/IGUIInfoProvider.h @ksooo /xbmc/platform/linux/ @lrusak +/xbmc/pvr/ @ksooo /xbmc/rendering/gles/ @lrusak +/xbmc/settings/SettingsComponent.* @ksooo /xbmc/utils/EGL* @lrusak /xbmc/utils/GBMBufferObject.* @lrusak /xbmc/windowing/gbm/ @lrusak |