Commit Graph

13470 Commits

Author SHA1 Message Date
GetAway
482cae3f90 neutrino.cpp: remove double execute of StartLCD4l() 2021-10-19 20:27:34 +02:00
svenhoefer
ac5f0a9973 - videosettings: small changes to debug output
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-19 17:36:46 +02:00
GetAway
2cd69068bf zapit.cpp: (pip) delete pointer 2021-10-19 15:37:59 +02:00
Thilo Graf
b4a3d19c9f hourglass.cpp: Avoid division by zero if no images are available. 2021-10-19 14:44:12 +02:00
Jacek Jendrzej
ca05431f4d better place for ClearChannelList, supplement to fix reloadchannels segfault commit 2021-10-19 13:42:48 +02:00
Jacek Jendrzej
43ae436cb6 supplement to cf8c0acb30 2021-10-19 12:26:06 +02:00
Jacek Jendrzej
cf8c0acb30 third time try to fix reloadchannels segfault with alternate_logos 2021-10-19 12:09:43 +02:00
Jacek Jendrzej
f31602f91c zapit:use avoid unaligned hack only with sh4 hw; this segfault on not sh4 hw 2021-10-19 10:39:23 +02:00
Stefan Seyfried
2bffc099c8 zapit: avoid unaligned access in parseBouquetsXml()
SH4 kernels are complaining about unaligned accesses when bouquets.xml
with urls are parsed. Even though this should be fixed in the XML
parsing library, this seems not easy, so let's add a simple workaround
to avoid the messages in the kernel log.
2021-10-18 17:08:56 +02:00
Stefan Seyfried
90bb13dba5 fb_accel_sti: avoid additional BPA2 buffer
by increasing the framebuffer memory slightly, the additional BPA2
memory buffer can be avoided, which leads to less memory fragmentation
and the possibility to configure more memory for general system use.
2021-10-18 17:08:29 +02:00
Stefan Seyfried
715ceb38e7 channellist::zapToChannel: speed up playback
on channels without EPG on pre-locked bouquets, playback was delayed
until EPG times out (about 10seconds), even if parental control is
globally disabled. Check for parentallock global setting and start video
always if enabled.
2021-10-18 17:07:28 +02:00
Stefan Seyfried
78eb1cd564 fb_accel_sti: remove harmful blit() call
this actually causes flickering by ensuring that big (background)
fill operations are immediately committed to the screen
2021-10-18 17:04:49 +02:00
svenhoefer
1882b50646 - movieplayer: try to fix rezap audiostreams
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-18 17:03:40 +02:00
GetAway
057f17d6e9 zapit.cpp: fix pip for CST 2021-10-18 15:44:18 +02:00
GetAway
2fadfdc792 zapit.cpp: align pids routing to NI 2021-10-18 11:21:56 +02:00
GetAway
dd43a8ae5c zapit.cpp: fix compile for CST 2021-10-18 10:53:58 +02:00
GetAway
f9e45c25da zapit.cpp: remove trailing spaces 2021-10-18 10:40:24 +02:00
Thilo Graf
79853a6840 videosettings.cpp: use neutrino debug output 2021-10-18 09:21:43 +02:00
Thilo Graf
0756459b79 videosettings.cpp: remove unused static const char *m[] 2021-10-18 09:11:51 +02:00
svenhoefer
8d39e55753 - move quadpip-setup to videosettings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-18 08:42:46 +02:00
svenhoefer
caaa27e39f - quadpip-setup: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-18 08:42:46 +02:00
svenhoefer
bd90cd16eb - quadpip-setup: fix compiler warnings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-18 08:42:46 +02:00
BPanther
7ff4f0fec1 Experimental for testing - not complete working (audio problem at window change): QuadPiP added for VU+ Solo 4K, VU+ Duo 4k, VU+ Duo 4K SE, VU+ Ultimo 4K, VU+ Uno 4K SE and VU+ Uno 4K. Use --enable-pip and --enable-quadpip for these devices. BUT: VU+ Solo 4K has only support for 3 real video devices. 2021-10-18 08:42:46 +02:00
Jacek Jendrzej
ce0f9a85f3 Revert "try to fix reloadchannels segfault with alternate_logos"
This reverts commit 7234761098.
2021-10-17 17:06:57 +02:00
Jacek Jendrzej
173664f80a Revert "second try to fix reloadchannels segfault with alternate_logos"
This reverts commit f58fc736fe.
2021-10-17 17:06:49 +02:00
svenhoefer
56bd12bac1 - icons: rename color buttons; avoid german names
Conflicts:
	data/icons/buttons/Makefile.am

Signed-off-by: Thilo Graf <dbt@novatux.de>

Note for last cherry-picks with icon rename:
It would make more sense to rename consequently all the other icons with prefixes like btn_*.*, header_*.* etc. ... means
prefixes matching to groups: buttons, header etc.
For some groups, this has already been done
but at the moment that is not enough.
2021-10-17 15:59:59 +02:00
svenhoefer
44e7a95042 - icons: install and use icon_blue.png
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-17 15:59:59 +02:00
svenhoefer
828d62e4d4 - icons: rename icon_movieplayer.png and icon_ytplay.png
Conflicts:
	data/icons/headers/Makefile.am

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-17 15:59:59 +02:00
svenhoefer
55e8293fc5 - icons: rename radiotext icons
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-17 15:59:59 +02:00
svenhoefer
74039af5c8 - icons: rename NEUTRINO_ICON_SCRAMBLED2 => NEUTRINO_ICON_SCRAMBLED
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-17 15:59:59 +02:00
svenhoefer
76735f088b - configure: depending --enable-quadpip on --enable-pip
* unify ENABLE_PIP defines
* simplify ENABLE_QUADPIP defines

 Conflicts:
	src/gui/infoviewer.cpp
	src/gui/videosettings.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-17 15:59:59 +02:00
Jacek Jendrzej
f58fc736fe second try to fix reloadchannels segfault with alternate_logos 2021-10-17 15:58:20 +02:00
Jacek Jendrzej
7234761098 try to fix reloadchannels segfault with alternate_logos 2021-10-17 08:41:12 +02:00
svenhoefer
5afe519d1a - data/zapit: disable exmples in epgmap.xml and myservices.xml
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-16 20:41:16 +02:00
TangoCash
c081c29508 fix compile 2021-10-16 20:39:58 +02:00
Jacek Jendrzej
8b9cd71a38 fix compil without PIP 2021-10-16 13:38:57 +02:00
svenhoefer
277a81e9a8 - rename libcoolstream-mt => libcoolstream
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-15 20:25:40 +02:00
svenhoefer
904371ef93 - zapit: fix cst compile
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-15 20:18:51 +02:00
svenhoefer
25a3a0419f - configure: fix compile
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-15 20:18:48 +02:00
BPanther
8048c44b52 more pip changes
Signed-off-by: Thilo Graf <dbt@novatux.de>

Thx for the informative commit chain.
2021-10-15 20:18:46 +02:00
BPanther
ccb33957a5 more pip changes 2021-10-15 20:18:44 +02:00
BPanther
e2b696f785 more pip changes 2021-10-15 20:18:42 +02:00
BPanther
2024f516ed more pip changes 2021-10-15 20:18:39 +02:00
BPanther
180f0446b8 more pip changes 2021-10-15 20:18:37 +02:00
BPanther
a60d269c7d more pip changes 2021-10-15 20:18:09 +02:00
BPanther
53dac96c8a some pip changes
Conflicts:
	src/zapit/src/zapit.cpp
2021-10-15 20:00:19 +02:00
BPanther
eace201108 pip variables renamed 2021-10-15 20:00:19 +02:00
BPanther
a686f3bb03 add some more quidpip stuff (still NOT working) 2021-10-15 20:00:18 +02:00
BPanther
4aa47464c1 fix variables 2021-10-15 20:00:18 +02:00
BPanther
0d9d992a3c fix unused variables 2021-10-15 20:00:18 +02:00