Commit Graph

1160 Commits (master)
 

Author SHA1 Message Date
Serhan 9059f7f328
Merge pull request #831 from kirant400/master
CompileOnOrangepi Document added
3 years ago
Serhan 644d7f4e55
Merge pull request #834 from fleXible/fix/videomode
Fix broken videoMode setting (#429)
3 years ago
Serhan 8b3ed0da88
Update README.md 3 years ago
Serhan 6d955bbd5d
Update README.md 3 years ago
Serhan 205f2fb30e
Merge pull request #827 from obelix05/master
also kill 'hyperion-x11' processes
3 years ago
Felix Franz 8bc13516b5 Fix broken videoMode setting (#429)
Changing videoMode to 3DTAB or 3DSBS has no effect because user
provided value is forced to lower case but check is done in upper case

@see: https://github.com/hyperion-project/hyperion/issues/429
3 years ago
Kirant400 c7f5402db8
CompileOnOrangepi Document added
How to compile on Orange pi is added.
3 years ago
Johannes Reichert 75008d4a0d also kill 'hyperion-x11' processes 4 years ago
Paulchen Panther 7d5fe512d1
Merge pull request #818 from maximkulkin/opencv-grabber
Added HDMI frame grabber ability using OpenCV
4 years ago
Paulchen-Panther 9309f9e644 PR infos integrated
Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
4 years ago
Rick164 fb413cd7e8
Merge pull request #823 from lsellens/master
fix resuming from paused in kodi 18
4 years ago
lsellens 5291d3b94d fix resuming from paused in kodi 18 4 years ago
Maxim Kulkin d08d63e6e6 Add frame grabber using OpenCV 4 years ago
Rick164 8aff3cb9b0
Merge pull request #777 from zandegran/master
Nanoleaf Aurora Support
4 years ago
Rick164 7684a756de
Merge pull request #804 from xprofiler/feature
Added effect name to JSON 'serverinfo' output in activeEffects
4 years ago
Rick164 1a8aa83687
Merge pull request #807 from starkillerOG/patch-1
update CompileHowto for OSMC
4 years ago
Rick164 e9cfe6176f
Merge pull request #805 from Speederc/patch-1
Fix RPI1 detection in installation script
4 years ago
Rick164 1eb2fcb128
Merge pull request #800 from SJunkies/patch-2
Philips Hue fix - correct API ColorGamut A/B/C Values + New Models
4 years ago
starkillerOG 8738947eae
update CompileHowto for OSMC 4 years ago
Speederc 456c4a55b0
Fix RPI1 detection in installation script 5 years ago
Ayush Goyal 22f7be8df0 Update mac qt4 installation (#801)
`brew install qt4`  doesn't work, I have tested the proposed changes.
5 years ago
SJunkies 0b2ef9e3f4 Fix - Philips Hue RGB Brightness Color Conversion (#799)
RGB to HSV/B Conversion after gamma correction

* Update LedDevicePhilipsHue.cpp

Hue RGB Color Conversion for Brightness is wrong! - use RGB to HSV instead of XYZ Space!
For correct use, reset brightnessFactor (if set) back to 1.0 in config! - It was just a Workaround, not the Solution!

* Update LedDevicePhilipsHue.cpp

sorry - wrong RGB vars used

* Update LedDevicePhilipsHue.cpp

change max value function to fmax

* RGB to HSV/B Conversion after gamma correction
5 years ago
Nico Peter 4c3cc8d318 added name property in Effect class to make it possible to get the name of the active effect in the 'serverinfo' JSON command results 5 years ago
SJunkies 105cd46ee4
fix typo inside if statement
GAMUT_C_MODEL_IDS.find(modelId) != GAMUT_B_MODEL_IDS.end() -> GAMUT_C_MODEL_IDS.find(modelId) != GAMUT_C_MODEL_IDS.end()
5 years ago
SJunkies f362fbb035
correct API ColorGamut A/B/C Values + New Models
wrong ColorGamut A/B/C Values correction + New Models:
LCT015, LCT016, LCT024
5 years ago
vexofp 1d125d8df8 Fixed LinearColorSmoothing in continuousOutput=false mode to not consume CPU for no reason after the output has settled. (#792) 5 years ago
Rick164 77119a6f47
Merge pull request #797 from wirkungsneutral/master
initialized led_string to prevent segfaults
5 years ago
Rick164 fb84ee0309
Merge pull request #795 from HiassofT/kodi-18-onavstarted
Fix XBMCVideoChecker for Kodi 18
5 years ago
Ansel Zandegran 881b2ba47c Undo OSX specific Changes 5 years ago
Ansel Zandegran dc80727841 Merge branch 'master' of https://github.com/zandegran/hyperion
# Conflicts:
#	libsrc/leddevice/LedDeviceAurora.cpp
5 years ago
Ansel Zandegran 7bb56c0d1e Add support for rhythm 5 years ago
wirkungsneutral a583f00390 initialized led_string to prevent segfaults 5 years ago
Matthias Reichl ad9de520ad XBMCVideoChecker: use OnAVStart event for Kodi 18
Signed-off-by: Matthias Reichl <hias@horus.com>
5 years ago
brindosch dc6a602503 update submodules 5 years ago
Ansel Zandegran dd660d2b2b Clean up 5 years ago
Ansel Zandegran cc7b2cfc48 Change LedDeviceFactory 5 years ago
Ansel Zandegran bbb2ef0163 Add integration for Nanoleaf Aurora 5 years ago
Felix Yan 49a9ca998d Fix typos in CompileHowto.txt (#768) 6 years ago
jelle van der Waa ad764cfeab Fix no decleration of `assert` with GCC 7.2 (#767)
Add a missing include for cassert to fix the -fpermissive compiler
error.
6 years ago
Robin Kobus 1c212321a4 Smoothing Fix (#727)
Increase color change for small RGB differences.
6 years ago
brindosch 47d087a46f add to install_hyperion.sh libpython 2.7 6 years ago
penfold42 2f01dfa18c Updated rpi_ws281x submodule to latest commits (#755)
This includes support for newer RPI hardware versions
6 years ago
nils1603 dcacf570e6 fixed name of libqt4 for ubuntu repositories (#749)
the name of the package is libqt4-dev not libQt4-dev
6 years ago
brindosch 6445c358de Update install_hyperion.sh 7 years ago
brindosch 82cb8f9ec3 Update install_hyperion.sh 7 years ago
Rick van Hattem 355a324523 Set default output device for WS2812SPI (#724)
With this change the WS2812SPI device works with Hypercon out of the box.
7 years ago
Starbix dd7dba2233 Add PlexMediaPlayer (#720) 7 years ago
brindosch 05c53f844e Update install_hyperion.sh 7 years ago
redPanther d3713a8ea9 smoothing: integrate option for continuousOutput + updateDelay fix from hyperion.ng (#713)
logger: fix possible buffer overflow
7 years ago
brindosch d2231c0cd4 Update remove_hyperion.sh 7 years ago