Jacek Jendrzej
483aeea387
xmlinterface: fix possible memleak
2020-01-21 14:53:19 +01:00
Jacek Jendrzej
29ae868ae6
fix somme inits
2020-01-17 22:35:08 +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
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
6d366ce6fe
basicserver.cpp fix compiler warnings
2020-01-09 22:03:33 +01:00
Jacek Jendrzej
9306081027
libeventserver: silence compiler warnings
2020-01-09 15:02:04 +01:00
svenhoefer
728a824602
- simple_display: allow to control led brightness for some vuplus boxmodels
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
Jacek Jendrzej
445bb5e600
xmlparse.cpp skip memmove if pool->start (src) is 0
2020-01-03 15:14:53 +01:00
Thilo Graf
1d76394de6
Revert "xmlparse.cpp: add condition to avoid possible crash"
...
This reverts commit 40633dcfb5
.
Needs another solution. This Commtit breaks channel tuning without
configure option --enable-pugixml
2020-01-02 20:36:26 +01:00
Thilo Graf
a7ab50dace
dvbsutitle.cpp: fix wrong file code
...
was not UTF8, some ide editors don't like this
2019-11-09 11:05:06 +01:00
Thilo Graf
40633dcfb5
xmlparse.cpp: add condition to avoid possible crash
...
pool->start seems to be a null pointer in some constellations,
memmove don't like such for parameter 2
2019-10-27 16:24:47 +01:00
Jacek Jendrzej
8fcad916fa
dvbsubtitle: use transp bg
2019-06-22 20:53:11 +02:00
GetAway
305af3116e
fix some strncpy warnings when build with gcc8
2019-06-18 19:15:58 +02:00
GetAway
dacc5fffa2
UPNPSocket.cpp: fix catching polymorphic type warning
2019-06-15 10:05:59 +02:00
Sascha Zelzer
e9aab3054d
jsoncpp: Suppress implicit-fallthrough warnings from GCC 7
...
GCC 7, when compiling with -Wimplicit-fallthrough=1 or higher, issues a warning which can be suppressed using a comment
that matches certain regular expressions. The comment change does just that: signal to GCC that the fall through is intentional.
Signed-off-by: GetAway <get-away@t-online.de >
2019-06-13 22:10:12 +02:00
Jacek Jendrzej
7a816a52f9
luaclient: fix result buffer overflow
2019-06-11 13:12:57 +02:00
svenhoefer
08cdb2ee83
- cosmetics: align epg_id notation to channel_id
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-28 11:16:03 +02:00
Jacek Jendrzej
e4b7bfef93
tuxtxt.cpp fix possible memleak
2019-04-05 12:29:08 +02:00
Frankenstone
4d52588842
fix ffmpeg compiler warnings, thx DboxOldie
2019-03-01 21:24:24 +01:00
Thilo Graf
406b15c9c1
lib/xmltree/gzstream.h: fix possible Wshadow warnings
2019-02-16 21:47:34 +01:00
svenhoefer
65523a385d
- lib/hardware: align to latest changes in libstb-hal repo
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
include: fix build after libstb-hal changes
2018-12-31 15:03:06 +01:00
svenhoefer
9a807b7741
- move playback.h compatibility header file to the other ones
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
svenhoefer
3609199c92
- introduce ca.h compatibility header file
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
svenhoefer
5c413dce45
- move compatibility headers to /lib/hardware
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
svenhoefer
bc03da48b5
- introduce record.h compatibility header file
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
GetAway
2bd937a0d0
videosettings.cpp: use hw_caps->has_button_vformat
2018-12-01 10:42:35 +01:00
Jacek Jendrzej
15c779f538
tuxtxt: fix global buffer overflow line 4753 in tuxtxt.cpp if Char is 0xF5 or 0xF6
2018-11-22 16:26:06 +01:00
TangoCash
42b294bb6b
fix xml utf8 detection
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-10-28 19:41:22 +01:00
TangoCash
664343baea
remotetimers: fix fetch from other box
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-10-14 15:44:39 +02:00
J. Krieg
9f18bf7960
src/gui-neutrino/lib/xmltree/xmlinterface.cpp: fix build when compiling with -Werror
...
because with this the warning:
warning: 'xmlgz_file' may be used uninitialized in this function [-Wmaybe-uninitialized]
warning: 'xml_file' may be used uninitialized in this function [-Wmaybe-uninitialized]
is treated as an error and the build aborts - so let's remove this warning...
Thanks to Janus for reporting this and the suggested fix
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-09-02 19:58:37 +02:00
svenhoefer
3606c717d4
- eitd/sectionsdclient: unify new code and call it as it is ... it is XMLTV; ...
...
fix another compiler warning: the use of `tmpnam' is dangerous
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-09-01 23:33:42 +02:00
TangoCash
a9bb08df0d
add option to read (online) xmltv epg
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-09-01 19:43:33 +02:00
svenhoefer
c482b6de63
- xmlinterface: fix compiling for CST hardware
...
error was: ‘pugi::xml_parse_status’ is not a class or namespace
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-08-31 10:24:54 +02:00
svenhoefer
8e29b3d481
- add gzstream.h to fix 4bcce912b248fd21018c45dfe2c2801367e4178c
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
4bcce912b248fd21018c45dfe2c2801367e4178c = 'add reading from gzipped xml files (xxx.xml.gz)'
2018-08-31 10:24:50 +02:00
TangoCash
9f9ac9b616
add reading from gzipped xml files (xxx.xml.gz)
2018-08-31 10:24:47 +02:00
Stefan Seyfried
678d1b980d
tuxtxt: remove unused var_screeninfo.yoffset (always 0)
2018-07-02 10:09:10 +02:00
Stefan Seyfried
38e89ae1a7
tuxtxt: fix framebuffer blitting for SPARK
2018-07-02 10:09:04 +02:00
Stefan Seyfried
9f4962d6e4
tuxtxt: use one global CFrameBuffer variable
2018-07-02 10:09:01 +02:00
svenhoefer
03747e5f86
- hardware_caps: introduce caps.has_button_timer
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-03-12 08:55:04 +01:00
Stefan Seyfried
5f783f0012
tuxtxt: use demux 0
...
Conflicts:
lib/libtuxtxt/tuxtxt.cpp
2018-02-26 16:09:47 +01:00
Stefan Seyfried
a567104ce6
tuxtxt: use blit2FB instead of handmade mem copy
...
This gets rid of most hardware specific code in tuxtxt
Conflicts:
lib/libtuxtxt/tuxtxt.cpp
2018-02-26 16:09:32 +01:00
Stefan Seyfried
e4890299e8
tuxtxt: use framebuffer function for painting boxes
...
Conflicts:
lib/libtuxtxt/tuxtxt.cpp
2018-02-26 16:09:16 +01:00
Stefan Seyfried
cd6e06ba30
tuxtxt: fix display of line25 in zoom mode
...
[vanhofen: was already ok in our code; just aligning code format]
2018-02-20 21:48:57 +01:00
Stefan Seyfried
b68031ca07
xmlinterface: fix broken to_utf8() algorithm
2018-01-28 21:32:12 +01:00
Thilo Graf
e6edf50673
lib/libtuxtxt: remove not required if's with HAVE_SPARK_HARDWARE
...
It seems this may have come from incomplete cherry-picks,
also some codepage conflicts should be solved.
2018-01-27 16:15:36 +01:00
svenhoefer
70f3941e6c
- tuxtxt: disable unused defines for alternative fonts
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-27 13:20:20 +01:00
svenhoefer
88ded2e279
- tuxtxt2.conf: align to hardcoded values; align to our current font; install to image
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-26 23:35:14 +01:00
svenhoefer
688f5f25ba
- libtuxtxt: some more whitespace cleanups
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-26 23:33:52 +01:00
svenhoefer
926274c8ba
- libtuxtxt: ports from martii's neutrino-mp ...
...
* port screenmode handling
* switch from bgra to argb color handling
* port font rendering improvement
Conflicts:
lib/libtuxtxt/tuxtxt.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-26 23:33:05 +01:00