Commit Graph

12670 Commits

Author SHA1 Message Date
Thilo Graf
5ac1bafae3 neutrino.cpp: fix possible broken build
comparison of integer expressions of different signedness: ‘int’ and ‘uint32_t’
2020-01-19 14:53:12 +01:00
Thilo Graf
45b45dd55e cam_menu.cpp: add missing define
build was broken without #if BOXMODEL_VUPLUS
2020-01-19 14:53:12 +01:00
Thilo Graf
609391369c cam_menu.cpp: fix possible build error
used char instead int
2020-01-19 14:53:12 +01:00
Thilo Graf
6946b158d6 zapit.cpp: Fix possible build errors
signed/unsigned comparison
2020-01-19 14:53:12 +01:00
BPanther
976967d3f0 move ci clock and ci relevant pids routing to each slot menu (but still only valid for slot 0)
Conflicts:
	src/gui/cam_menu.cpp
2020-01-19 14:53:12 +01:00
svenhoefer
8b32701a89 - use HAVE_LIBSTB_HAL to fix coolstream build
Conflicts:
	src/gui/cam_menu.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-01-19 14:53:12 +01:00
svenhoefer
fd5bb78036 - acinclude: add HAVE_LIBSTB_HAL to clarify that function is not available in libcoolstream
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-01-19 14:53:12 +01:00
BPanther
55bbe2c364 vuplus: relevant pids routing
Conflicts:
	src/neutrino.cpp
	src/system/settings.h
	src/zapit/include/zapit/zapit.h
	src/zapit/src/zapit.cpp

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

fixes named: "vuplus: relevant pids routing - fix" are included
2020-01-19 14:53:12 +01:00
max10
75e7bc7b28 add check-live-ci (thx DboxOldie)
Conflicts:
	src/gui/cam_menu.cpp
2020-01-19 14:53:12 +01:00
Thilo Graf
0feb693cf1 - fix some compiler warnings 2020-01-19 14:53:12 +01:00
Jacek Jendrzej
13f5e6b4a3 ffmpegdec: 2.try to fix ogg stream play 2020-01-19 00:02:06 +01:00
Jacek Jendrzej
e1c94f88f4 fix syntax 2020-01-17 22:49:56 +01:00
Jacek Jendrzej
29ae868ae6 fix somme inits 2020-01-17 22:35:08 +01:00
Thilo Graf
3cd712967f cc_frm.cpp: Leave method 'getCCItem()' if item collection is empty.
It makes no sense to execute these method if no items are existing and
avoids unintended debug error output with "out of range" content.
2020-01-17 18:43:51 +01:00
Thilo Graf
5375f0a1c2 netfile.cpp: fix possible compile error
error was:
 - suggest parentheses around assignment used as truth value
 - comes with Werror=parentheses
2020-01-17 16:35:06 +01:00
Thilo Graf
9ba2a4a0cf cc_timer: show object name for better identification in debug output 2020-01-17 16:35:06 +01:00
Thilo Graf
b73ec56278 cc_item_picture: use image name as default item name 2020-01-17 16:35:06 +01:00
Thilo Graf
bc845fafc2 cc_frm: add overloaded versions of getCCItemId() and removeCCItem()
Allows to use with item name as parameter.
Note: Requires that unique names are assigned!
2020-01-17 16:35:06 +01:00
Jacek Jendrzej
ca25c03931 ffmpegdec: supplement to fix ogg stream play, disable seek only on ogg format. 2020-01-17 16:25:46 +01:00
Jacek Jendrzej
f6f65093ae ffmpegdec: fix ogg stream play 2020-01-17 15:30:44 +01:00
Jacek Jendrzej
08cef8734d netfile: some chunked mode fixes 2020-01-17 12:22:40 +01:00
Jacek Jendrzej
685e118efd audiometadata.cpp: fix init 2020-01-16 19:36:46 +01:00
MarkusVolk
d5bf8420aa supplement to 7b85e7cb89
Signed-off-by: MarkusVolk <f_l_k@t-online.de>

Signed-off-by: Thilo Graf <dbt@novatux.de>
commit was: scan_setup: avoid unterminated strings
2020-01-15 09:18:45 +01:00
MarkusVolk
6b2e67dafd fix for 523bea256a
Signed-off-by: MarkusVolk <f_l_k@t-online.de>

Signed-off-by: Thilo Graf <dbt@novatux.de>
commit was: screensaver.cpp: avoid unterminated strings
2020-01-15 09:17:54 +01:00
Jacek Jendrzej
0ded4a73eb netfile: clean last commit 2020-01-14 18:15:11 +01:00
Jacek Jendrzej
f0c4463c00 netfile: fix posible segfalt with chunked mode 2020-01-14 18:10:46 +01:00
MarkusVolk
ea9da30d8b menue.cpp: avoid unterminated strings
Signed-off-by: MarkusVolk <f_l_k@t-online.de>
2020-01-14 08:55:44 +01:00
MarkusVolk
523bea256a screensaver.cpp: avoid unterminated strings
Signed-off-by: MarkusVolk <f_l_k@t-online.de>
2020-01-14 08:55:44 +01:00
MarkusVolk
7b85e7cb89 scan_setup: avoid unterminated strings
Signed-off-by: MarkusVolk <f_l_k@t-online.de>
2020-01-14 08:55:44 +01:00
MarkusVolk
740624220b motorcontrol: avoid unterminated strings
Signed-off-by: MarkusVolk <f_l_k@t-online.de>
2020-01-14 08:55:44 +01:00
MarkusVolk
07c991e25e xmlinterface.cpp: avoid unterminated strings
Signed-off-by: MarkusVolk <f_l_k@t-online.de>
2020-01-14 08:55:44 +01:00
MarkusVolk
535bbef5dd libnet: avoid unterminated strings
Signed-off-by: MarkusVolk <f_l_k@t-online.de>
2020-01-14 08:55:44 +01:00
Thilo Graf
4c3afd447f cc_timer: add missing virtual for destructor 2020-01-14 08:55:44 +01:00
Jacek Jendrzej
1282dd658a netfile: add chunked mode 2020-01-13 19:37:42 +01:00
Thilo Graf
b333f59a85 widget/termwindow.cpp: use frameBuffer->Clear() only in verbose mode
frameBuffer->Clear() is not required if yaft window was not visible.
Otherwise frameBuffer->Clear() will clean screen at possible background operations e.g. updatechecks, thats not so good if we have opened
messages, menues, screensaver or other gui stuff.
Hope this has no bad side effects with scripts, plugins or what ever.
2020-01-12 17:34:58 +01:00
Thilo Graf
6581092962 driver/radiotext.cpp: remove misleadingly indented lines 2020-01-12 11:40:37 +01:00
Jacek Jendrzej
4997a9440a basicserver.cpp and zapitclient.cpp 2.try to fix compiler warnings, suggested by Seife 2020-01-11 23:13:41 +01:00
Jacek Jendrzej
d39a85b951 streamts.cpp and record.cpp: fix memleak 2020-01-11 22:39:47 +01:00
TangoCash
a9a5f1a5e4 set start volume to 85 if use hdmi_cec_volume 2020-01-10 22:08:08 +01:00
Thilo Graf
04e840366a opkg_manager: add option for silent screen
Help to control some screen messages, avoids unintended or disturbing messages,  e.g.
on update checks at background.
2020-01-10 21:59:18 +01:00
MarkusVolk
7f2bba84a0 cam_menu.cpp: increase destination array to avoid possible truncation
Signed-off-by: MarkusVolk <f_l_k@t-online.de>
2020-01-10 21:59:05 +01:00
MarkusVolk
37f83616a6 Revert "cam_menu: reduce dub code, avoid possible format-truncation error"
This reverts commit bf9b5270b9.

Signed-off-by: MarkusVolk <f_l_k@t-online.de>
2020-01-10 21:59:01 +01:00
MarkusVolk
f304acb4e5 record.cpp: increase destination arrays to avoid possible truncation
Signed-off-by: MarkusVolk <f_l_k@t-online.de>
2020-01-10 15:05:15 +01:00
MarkusVolk
55dbe62c16 audioplayer.cpp: increase destination arrays to avoid possible truncation
Signed-off-by: MarkusVolk <f_l_k@t-online.de>
2020-01-10 15:05:15 +01:00
MarkusVolk
527f3ec1a2 upnpbrowser.cpp: increase destination array to avoid possible truncation
Signed-off-by: MarkusVolk <f_l_k@t-online.de>
2020-01-10 15:05:15 +01:00
MarkusVolk
b68ed042c0 bouquetlist.cpp: increase destination array to avoid possible truncation
Signed-off-by: MarkusVolk <f_l_k@t-online.de>
2020-01-10 15:05:15 +01:00
MarkusVolk
df486d7697 infoviewer.cpp: increase destination arrays to avoid possible truncation
Signed-off-by: MarkusVolk <f_l_k@t-online.de>
2020-01-10 15:05:15 +01:00
Thilo Graf
635d84db16 cc_timer: declare some members as protected
required for use in derived classes
2020-01-10 15:03:07 +01:00
Thilo Graf
51c8c07a39 opkg: move showHeader() under show_progress condition 2020-01-10 15:03:07 +01:00
Jacek Jendrzej
6d366ce6fe basicserver.cpp fix compiler warnings 2020-01-09 22:03:33 +01:00