Commit Graph

752 Commits

Author SHA1 Message Date
Jacek Jendrzej
69df81ed41 xmlinterface: fix possible memleak
Origin commit data
------------------
Commit: df5877696c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-21 (Tue, 21 Jan 2020)
2020-01-21 22:01:42 +01:00
Jacek Jendrzej
3a02f9ca37 fix somme inits
Origin commit data
------------------
Commit: 2d11995d1d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)
2020-01-18 00:10:20 +01:00
Markus Volk
adc31df566 xmlinterface.cpp: avoid unterminated strings
Signed-off-by: MarkusVolk <f_l_k@t-online.de>


Origin commit data
------------------
Commit: 2d93a4385d
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-14 (Tue, 14 Jan 2020)
2020-01-14 21:22:46 +01:00
Markus Volk
8c63a6e22b libnet: avoid unterminated strings
Signed-off-by: MarkusVolk <f_l_k@t-online.de>


Origin commit data
------------------
Commit: 6a51539434
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-14 (Tue, 14 Jan 2020)
2020-01-14 21:22:46 +01:00
Jacek Jendrzej
5defcef798 basicserver.cpp and zapitclient.cpp 2.try to fix compiler warnings, suggested by Seife
Origin commit data
------------------
Commit: 81d2228ddb
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-13 (Mon, 13 Jan 2020)
2020-01-13 17:19:28 +01:00
Jacek Jendrzej
c02fd12a1f basicserver.cpp fix compiler warnings
Origin commit data
------------------
Commit: 25c91ac6f3
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-09 (Thu, 09 Jan 2020)
2020-01-09 22:40:36 +01:00
Jacek Jendrzej
29fc4e5d48 libeventserver: silence compiler warnings
Origin commit data
------------------
Commit: 2b355da028
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-09 (Thu, 09 Jan 2020)
2020-01-09 21:37:16 +01:00
Jacek Jendrzej
872ed147df xmlparse.cpp skip memmove if pool->start (src) is 0
Origin commit data
------------------
Commit: edcde861bc
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-04 (Sat, 04 Jan 2020)
2020-01-04 11:08:11 +01:00
Thilo Graf
5dbeadaf80 Revert "xmlparse.cpp: add condition to avoid possible crash"
This reverts commit 40633dcfb54c07da8a90eae87e316a4a9cffa5a0.

Needs another solution. This Commtit breaks channel tuning without
configure option --enable-pugixml


Origin commit data
------------------
Commit: 3c9ae32bb9
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-04 (Sat, 04 Jan 2020)
2020-01-04 11:08:11 +01:00
Thilo Graf
b6932f1a26 dvbsutitle.cpp: fix wrong file code
was not UTF8, some ide editors don't like this


Origin commit data
------------------
Commit: 2304ec3a5f
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-11-09 (Sat, 09 Nov 2019)
2019-11-09 12:07:41 +01:00
vanhofen
e3742ba6ad simple_display: allow to control led brightness for some vuplus boxmodels
Origin commit data
------------------
Commit: 1b7f176a5e
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-10-28 (Mon, 28 Oct 2019)

Origin message was:
------------------
- simple_display: allow to control led brightness for some vuplus boxmodels
2019-10-28 22:36:28 +01:00
Thilo Graf
6146ddb67b 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


Origin commit data
------------------
Commit: 25e752fbd8
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
2019-10-27 22:56:48 +01:00
vanhofen
ad024b9ea8 libcoolstream: enable GetMetadata() function
Origin commit data
------------------
Commit: f833cc5e7d
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-08-04 (Sun, 04 Aug 2019)

Origin message was:
------------------
- libcoolstream: enable GetMetadata() function
2019-08-04 19:18:55 +02:00
Jacek Jendrzej
8b94defc8e dvbsubtitle: use transp bg
Origin commit data
------------------
Commit: 21aa251ef7
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-06-22 (Sat, 22 Jun 2019)
2019-06-24 00:19:16 +02:00
GetAway
bc8a3536cb fix some strncpy warnings when build with gcc8
Origin commit data
------------------
Commit: 54ccbfc5d1
Author: GetAway <get-away@t-online.de>
Date: 2019-06-18 (Tue, 18 Jun 2019)
2019-06-18 22:59:07 +02:00
GetAway
a49940fe76 UPNPSocket.cpp: fix catching polymorphic type warning
Origin commit data
------------------
Commit: d8fc6f034d
Author: GetAway <get-away@t-online.de>
Date: 2019-06-16 (Sun, 16 Jun 2019)
2019-06-16 01:14:20 +02:00
Sascha Zelzer
883edc470b 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>


Origin commit data
------------------
Commit: 212b6fdb72
Author: Sascha Zelzer <sascha.zelzer@gmail.com>
Date: 2019-06-14 (Fri, 14 Jun 2019)
2019-06-14 22:40:28 +02:00
Jacek Jendrzej
ac0f96efc0 luaclient: fix result buffer overflow
Origin commit data
------------------
Commit: b568f26b95
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-06-11 (Tue, 11 Jun 2019)
2019-06-11 22:07:37 +02:00
vanhofen
6a6c0c7861 cosmetics: align epg_id notation to channel_id
Origin commit data
------------------
Commit: 4343c2d5da
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-27 (Sat, 27 Apr 2019)

Origin message was:
------------------
- cosmetics: align epg_id notation to channel_id
2019-04-27 16:26:21 +02:00
Jacek Jendrzej
46a8700cdf tuxtxt.cpp fix possible memleak
Origin commit data
------------------
Commit: bfd8adb61e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-04-06 (Sat, 06 Apr 2019)
2019-04-06 13:42:03 +02:00
Frankenstone
f696dcaec3 fix ffmpeg compiler warnings, thx DboxOldie
Origin commit data
------------------
Commit: 48882de906
Author: Frankenstone <dampf_acc@online.de>
Date: 2019-02-27 (Wed, 27 Feb 2019)
2019-02-27 23:25:44 +01:00
Thilo Graf
801180c51a lib/xmltree/gzstream.h: fix possible Wshadow warnings
Origin commit data
------------------
Commit: 822e075111
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-02-16 (Sat, 16 Feb 2019)
2019-02-16 23:19:05 +01:00
vanhofen
d2f5934dd8 lib/hardware: align to latest changes in libstb-hal repo
Origin commit data
------------------
Commit: 7a7c27e6e0
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-23 (Sun, 23 Dec 2018)

Origin message was:
------------------
- lib/hardware: align to latest changes in libstb-hal repo
2018-12-23 22:35:01 +01:00
vanhofen
5c93a00c9f move playback.h compatibility header file to the other ones
Origin commit data
------------------
Commit: b87b7d3c49
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-22 (Sat, 22 Dec 2018)

Origin message was:
------------------
- move playback.h compatibility header file to the other ones
2018-12-22 20:17:24 +01:00
vanhofen
91a35ab789 introduce ca.h compatibility header file
Origin commit data
------------------
Commit: 1ff464ad79
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-22 (Sat, 22 Dec 2018)

Origin message was:
------------------
- introduce ca.h compatibility header file
2018-12-22 20:17:23 +01:00
vanhofen
ec3d0c802d introduce record.h compatibility header file
Origin commit data
------------------
Commit: 53612d7225
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-22 (Sat, 22 Dec 2018)

Origin message was:
------------------
- introduce record.h compatibility header file
2018-12-22 10:06:47 +01:00
vanhofen
6622c995a9 move compatibility headers to /lib/hardware
Origin commit data
------------------
Commit: 651a56aab8
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-21 (Fri, 21 Dec 2018)

Origin message was:
------------------
- move compatibility headers to /lib/hardware
2018-12-21 22:30:34 +01:00
GetAway
f5dd34119e videosettings.cpp: use hw_caps->has_button_vformat
Origin commit data
------------------
Commit: cf07ebb3b1
Author: GetAway <get-away@t-online.de>
Date: 2018-12-01 (Sat, 01 Dec 2018)
2018-12-01 18:03:25 +01:00
Jacek Jendrzej
100b8f4268 tuxtxt: fix global buffer overflow line 4753 in tuxtxt.cpp if Char is 0xF5 or 0xF6
Origin commit data
------------------
Commit: c746c25153
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2018-11-22 (Thu, 22 Nov 2018)
2018-11-22 21:26:05 +01:00
TangoCash
1fa5bb8553 fix xml utf8 detection
Origin commit data
------------------
Commit: 08b8505da6
Author: TangoCash <eric@loxat.de>
Date: 2018-10-27 (Sat, 27 Oct 2018)
2018-10-27 19:08:17 +02:00
TangoCash
cc61b1641e remotetimers: fix fetch from other box
Origin commit data
------------------
Commit: 3eaac8f0d9
Author: TangoCash <eric@loxat.de>
Date: 2018-10-13 (Sat, 13 Oct 2018)
2018-10-13 00:11:06 +02:00
J. Krieg
3169b2c856 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>


Origin commit data
------------------
Commit: 13ab6e92a0
Author: J. Krieg <bellum07@googlemail.com>
Date: 2018-09-02 (Sun, 02 Sep 2018)

Origin message was:
------------------
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 21:21:03 +02:00
vanhofen
682f0a7e32 eitd/sectionsdclient: unify new code and call it as it is ... it is XMLTV; ...
fix another compiler warning: the use of `tmpnam' is dangerous


Origin commit data
------------------
Commit: 04c41bfb83
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-09-01 (Sat, 01 Sep 2018)

Origin message was:
------------------
- eitd/sectionsdclient: unify new code and call it as it is ... it is XMLTV; ...

fix another compiler warning: the use of `tmpnam' is dangerous
2018-09-01 15:58:24 +02:00
TangoCash
735b652e1a add option to read (online) xmltv epg
Origin commit data
------------------
Commit: 8ad9f2e35c
Author: TangoCash <eric@loxat.de>
Date: 2018-09-01 (Sat, 01 Sep 2018)
2018-09-01 15:58:24 +02:00
vanhofen
3bd6a64121 xmlinterface: fix compiling for CST hardware
error was: ‘pugi::xml_parse_status’ is not a class or namespace


Origin commit data
------------------
Commit: cce09cc440
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-08-30 (Thu, 30 Aug 2018)

Origin message was:
------------------
- xmlinterface: fix compiling for CST hardware

error was: ‘pugi::xml_parse_status’ is not a class or namespace
2018-08-30 23:58:40 +02:00
vanhofen
9546cadf20 add gzstream.h to fix 0d97a8f173
Origin commit data
------------------
Commit: 08855c2b6b
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-08-30 (Thu, 30 Aug 2018)

Origin message was:
------------------
- add gzstream.h to fix 0d97a8f173
2018-08-30 22:29:14 +02:00
TangoCash
0d97a8f173 add reading from gzipped xml files (xxx.xml.gz)
Origin commit data
------------------
Commit: 4bcce912b2
Author: TangoCash <eric@loxat.de>
Date: 2018-08-22 (Wed, 22 Aug 2018)
2018-08-30 21:58:38 +02:00
Stefan Seyfried
8188e62514 tuxtxt: remove unused var_screeninfo.yoffset (always 0)
Origin commit data
------------------
Commit: fc421284e1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-06-24 (Sun, 24 Jun 2018)
2018-06-24 15:03:34 +02:00
Stefan Seyfried
8497a151f4 tuxtxt: fix framebuffer blitting for SPARK
Origin commit data
------------------
Commit: 1506b35f7b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-06-21 (Thu, 21 Jun 2018)
2018-06-21 21:38:23 +02:00
Stefan Seyfried
9f6dc23908 tuxtxt: use one global CFrameBuffer variable
Origin commit data
------------------
Commit: 0f22e740f8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-06-21 (Thu, 21 Jun 2018)
2018-06-21 21:38:23 +02:00
vanhofen
084df6809a hardware_caps: introduce caps.has_button_timer
Origin commit data
------------------
Commit: 5c3decd04a
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-03-11 (Sun, 11 Mar 2018)

Origin message was:
------------------
- hardware_caps: introduce caps.has_button_timer
2018-03-11 22:43:23 +01:00
Stefan Seyfried
8101310919 tuxtxt: fix unused variable warning
Origin commit data
------------------
Commit: d491602bd0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-25 (Sun, 25 Feb 2018)
2018-02-25 21:36:45 +01:00
Stefan Seyfried
3fafa77ec8 tuxtxt: use demux 0
Origin commit data
------------------
Commit: 8ed14947e6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-25 (Sun, 25 Feb 2018)
2018-02-25 21:36:45 +01:00
Stefan Seyfried
fb26a3bd27 tuxtxt: use blit2FB instead of handmade mem copy
This gets rid of most hardware specific code in tuxtxt


Origin commit data
------------------
Commit: 7899eb519c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-25 (Sun, 25 Feb 2018)
2018-02-25 21:36:45 +01:00
Stefan Seyfried
fb1785e51c tuxtxt: use framebuffer function for painting boxes
Origin commit data
------------------
Commit: c317bb93fe
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-25 (Sun, 25 Feb 2018)
2018-02-25 21:36:45 +01:00
Stefan Seyfried
39b63c8fb6 tuxtxt: fix display of line25 in zoom mode
[vanhofen: was already ok in our code; just aligning code format]


Origin commit data
------------------
Commit: 25123fa63d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-18 (Sun, 18 Feb 2018)
2018-02-19 21:15:16 +01:00
Stefan Seyfried
1ee4d57e87 xmlinterface: fix broken to_utf8() algorithm
Origin commit data
------------------
Commit: bc5d6b739b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-28 (Sun, 28 Jan 2018)
2018-01-28 20:34:23 +01:00
vanhofen
d8ed73d5b3 tuxtxt2.conf: align to hardcoded values; align to our current font; install to image
Origin commit data
------------------
Commit: 6250ccc022
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-25 (Thu, 25 Jan 2018)

Origin message was:
------------------
- tuxtxt2.conf: align to hardcoded values; align to our current font; install to image
2018-01-25 14:34:38 +01:00
vanhofen
03208cab01 libtuxtxt: some more whitespace cleanups
Origin commit data
------------------
Commit: e8baddc1e4
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-25 (Thu, 25 Jan 2018)

Origin message was:
------------------
- libtuxtxt: some more whitespace cleanups
2018-01-25 13:30:14 +01:00
vanhofen
d8d53e7419 libtuxtxt: ports from martii's neutrino-mp ...
* port screenmode handling
* switch from bgra to argb color handling
* port font rendering improvement


Origin commit data
------------------
Commit: 7e54af7726
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-25 (Thu, 25 Jan 2018)

Origin message was:
------------------
- libtuxtxt: ports from martii's neutrino-mp ...

* port screenmode handling
* switch from bgra to argb color handling
* port font rendering improvement
2018-01-25 13:30:14 +01:00