aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/media
AgeCommit message (Collapse)Author
2023-03-16[Estuary] Correct color channels of texturessarbes
2022-08-03[estuary] remove duplicate textures "p 0.png".."p 9.png"howie-f
2022-07-03[Skins] Fixed VP8/VP9 codec name in mediaflagsCastagnaIT
2022-03-23RetroPlayer Savestate ManagerNick Siakas
Fix name clash and add static-correctness The function name "CreateSavestate()" is used to both allocate and create savestates. Let's separate them.
2022-01-24Merge pull request #20784 from palob/common-aspect-ratiosStefano Gottardo
[xbmc/utils] StreamDetails: additional common aspect ratios
2022-01-10Merge pull request #20509 from CastagnaIT/calibenen92
[WindowScreenCalibration] Improvements to screen calibration window
2022-01-10[WindowScreenCalibration] Improvements to screen calibration windowCastagnaIT
2022-01-09[xbmc/utils] StreamDetails: additional common aspect ratiosVincent Bermel
new possible values for fAspect added label graphics and GUIInfoManager code comment moved 9 up by 1px correct smoothing for 1.19.png
2022-01-08Add new hdr flags to Estuarythe-black-eagle
2022-01-03[GUI][INFO][EDL][Skins] Add Player.Cuts infolabel to place EDL cuts using ↵enen92
ranges control
2021-11-13[addons] bring in missing DefaultExtensionInfo.png and DefaultMimetypeInfo.pngAlwin Esch
Them was accidentally gone away on my audiodecoder addon rework during rebase and updated. Found in local git history them and was possible to become back. This adds the parts now to Kodi, maybe a image specialist can look in future to improve them in future, but for now better as nothing.
2021-10-19[skins] DialogColorPicker tweaksronie
2021-10-15[Subtitles] Implemented new subtitle featuresCastagnaIT
2021-01-23[skins] osd keyboard - fix accents buttonronie
2020-09-16[Estuary] display origin in addonbrowser and addoninforonie
2020-09-12[skin][estuary] allow show of deprecated/broken within addon list and dialogAlwin Esch
About dialog was before only possible about broken, with change now also the deprecated can be shown over addon icon. With addon list is the new support added to show broken or deprecated over addon image (like before on addon dialog). Further are in addon list the enable icons improved where it shows different one for different lifecycles of addon. - Normal hook if nothing special against - Hook with exclamation mark if addon deprecated - Broken hook if addon marked as broken > Note: This icons are only shown if enabled, by disabled still the normal cross shown.
2020-08-02[Estuary] OSD Button Improvements + Additionsjjd-uk
2020-05-24Merge pull request #17745 from jaylinski/flag/av1Lukas Rusak
[skins] Add AV1 video-codec flag
2020-05-19[PVR][Estuary] Dynamic PVR categories for Estuary home screen.Kai Sommerfeld
2020-04-26Add AV1 video-codec flag to skinsJakob Linskeseder
Support for AV1 was added in #16933. Kodi currently gets FFmpeg decoder names as codec names. This is problematic with AV1 since FFmpeg returns either "libdav1d" or "libaom-av1" as codec (decoder) name: * https://github.com/FFmpeg/FFmpeg/blob/n4.2.2/libavcodec/libdav1d.c#L355-L356 * https://github.com/FFmpeg/FFmpeg/blob/n4.2.2/libavcodec/libaomdec.c#L222-L223 In order to make things simpler for skins, the FFmpeg helper function `avcodec_get_name()` is now used, which returns the actual codec name.
2020-01-20[Estuary] remove support for script.extendedinforonie
2019-09-27Merge pull request #16638 from ksooo/pvr-epg-grid-controlsKai Sommerfeld
[pvr][dialogs][Estuary][keymaps] Rework Guide window's navigation controls
2019-09-27Merge pull request #16631 from ronie/puristronie
[skins] allow vendors to supply their own logo
2019-09-27[pvr][dialogs][Estuary][keymaps] Rework Guide window's navigation context ↵Kai Sommerfeld
menu, introduce (optional) grid controls dialog.
2019-09-21[PVR][guiinfo][Estuary] New GUI info label Listitem.IsPremiere + ↵Kai Sommerfeld
implementation for PVR EPG info tags + visualization in Estuary.
2019-09-15[skins] allow vendors to supply their own logoronie
2019-07-29[ESTUARY] Fix ape.pngKevin Goffe
Removed 'button' from APE audio codec flag
2019-04-24[skin.estuary] Implement HasArchive and IsPlayable ListItem APIArthur Liberman
2019-04-12[estuary] Skin support for PVR reminders.Kai Sommerfeld
2019-01-25[Estuary] videoinfo - add movieset buttonronie
2018-12-08[settings] Hide episode thumb if unseen core wiseUnknown
2018-10-31[skin.estuary] Add 8K supportKevin Goffe
Adds 8K resolution flag and changes the variable for resolutions to match.
2018-10-30[Estuary] Add media/flags/audiocodec/mp3float.png texture to support ↵Kai Sommerfeld
mp3float audio codec.
2018-10-29[Estuary] Video OSD and Music OSD enhancements/fixes.Kai Sommerfeld
2018-10-28[PVR][Estuary] Add GUI for Radio Data System (RDS).Kai Sommerfeld
2018-10-25[Estuary] Remove unused default iconsGarrett Brown
2018-10-12[Estuary] fix a few cosmetic issuesronie
2018-09-11[estuary] Add an icon for Blu-rays.ace20022
2018-06-28[Skin] add DefaultMusicSources iconronie
2018-06-12[addons] nuke whitespaceh.udo
2018-02-10Merge pull request #13484 from ronie/estuary-font-addonMartijn Kaijser
[skins] add icon for font addons
2018-02-07[estuary] missing addon iconsronie
2018-02-05[skins] add icon for font addonsronie
2017-10-30[Estuary] rework LoginScreenphil65
2017-08-05Game OSD: Add icons and move settings to custom dialogGarrett Brown
2017-06-23[addons/skin.estuary] Fix 'libpng warning: iCCP: known incorrect sRGB ↵h.udo
profile' warnings
2017-06-22Revert "[fix] Nuke 'libpng warning: iCCP: known incorrect sRGB profile' ↵h.udo
warnings" This reverts commit 7aace3e83f79198ec9bea45c4b06444102d07196.
2017-05-30[fix] Nuke 'libpng warning: iCCP: known incorrect sRGB profile' warningsh.udo
2017-04-13[Estuary][PVR] Guide window: Add possibility to switch between horizontal ↵Kai Sommerfeld
and vertical epg grid view.
2017-02-24[estuary] sync pt2phil65