Commit Graph

785 Commits

Author SHA1 Message Date
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
vanhofen
a0f7d0739d libtuxtxt: move overloaded members directly to the matching functions
Origin commit data
------------------
Commit: 88fcd8bf8d
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-25 (Thu, 25 Jan 2018)

Origin message was:
------------------
- libtuxtxt: move overloaded members directly to the matching functions
2018-01-25 13:30:14 +01:00
vanhofen
20349c0df5 libtuxtxt: whitespace cleanup; leading eight spaces => tab
Origin commit data
------------------
Commit: 6e1f4d2242
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-25 (Thu, 25 Jan 2018)

Origin message was:
------------------
- libtuxtxt: whitespace cleanup; leading eight spaces => tab
2018-01-25 13:30:14 +01:00
max_10
a5c2b8e879 libtuxtxt: minor clean-up, no code change
Origin commit data
------------------
Commit: 1742453a06
Author: max_10 <max_10@gmx.de>
Date: 2018-01-25 (Thu, 25 Jan 2018)
2018-01-25 13:30:14 +01:00
vanhofen
ce7d429c26 libtuxtxt: cleanup unused lcd code
Origin commit data
------------------
Commit: 6f01e9c62a
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-25 (Thu, 25 Jan 2018)

Origin message was:
------------------
- libtuxtxt: cleanup unused lcd code
2018-01-25 13:30:14 +01:00
vanhofen
b7223c8336 Revert "- tuxtxt: align to mp"
This reverts commit dd5b547ed7.


Origin commit data
------------------
Commit: 16fa8e6b8f
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-25 (Thu, 25 Jan 2018)
2018-01-25 13:30:14 +01:00
vanhofen
47eec24da3 Revert "- tuxtxt: port smooth font rendering from martii's neutrino mp"
This reverts commit 84a608b528.


Origin commit data
------------------
Commit: 4187302886
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-25 (Thu, 25 Jan 2018)
2018-01-25 13:30:13 +01:00
vanhofen
8a00ae83c7 tuxtxt: disable unused defines for alternative fonts
Origin commit data
------------------
Commit: 4f6ba14875
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-23 (Tue, 23 Jan 2018)

Origin message was:
------------------
- tuxtxt: disable unused defines for alternative fonts
2018-01-23 20:57:29 +01:00
vanhofen
84a608b528 tuxtxt: port smooth font rendering from martii's neutrino mp
* cleanup code
* fix man indentations


Origin commit data
------------------
Commit: ca5e41e8cb
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-23 (Tue, 23 Jan 2018)

Origin message was:
------------------
- tuxtxt: port smooth font rendering from martii's neutrino mp

* cleanup code
* fix man indentations
2018-01-23 20:57:29 +01:00
vanhofen
2f8efe0a69 libcoolstream-headers: remove obsolete dummy members
Origin commit data
------------------
Commit: f2aff125c1
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-03 (Wed, 03 Jan 2018)

Origin message was:
------------------
- libcoolstream-headers: remove obsolete dummy members
2018-01-03 11:55:54 +01:00
vanhofen
94b4f9a712 Merge branch 'master' of https://github.com/neutrino-mp/neutrino-mp into ni/mp/tuxbox
Conflicts:
	configure.ac
	data/icons/buttons/btn_record_active.png
	data/icons/buttons/gelb.png
	data/icons/buttons/gruen.png
	data/icons/buttons/rot.png
	data/icons/headers/icon_green.png
	data/icons/headers/icon_red.png
	data/icons/headers/icon_yellow.png
	data/icons/status/various/lock.png
	data/pictures/backgrounds/1280x720/shutdown.jpg
	data/pictures/backgrounds/1280x720/start.jpg
	src/driver/streamts.cpp
	src/gui/plugins.h
	src/gui/videosettings.cpp
	src/neutrino.cpp
	src/neutrino_menue.cpp


Origin commit data
------------------
Commit: 74aab8ddd2
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-28 (Tue, 28 Nov 2017)
2017-11-28 10:31:10 +01:00
vanhofen
fed094b7e1 hardware_caps: fix compile for coolstream; add missing member to header
Origin commit data
------------------
Commit: 06036f2387
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-13 (Mon, 13 Nov 2017)

Origin message was:
------------------
- hardware_caps: fix compile for coolstream; add missing member to header
2017-11-13 20:59:39 +01:00
vanhofen
6b792a3379 hardware_caps: add display_has_statusline member
Origin commit data
------------------
Commit: 2eeeb3fd45
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-13 (Mon, 13 Nov 2017)

Origin message was:
------------------
- hardware_caps: add display_has_statusline member
2017-11-13 10:10:45 +01:00
vanhofen
c8da6fe89f cleanup from unsupported DUCKBOX_HARDWARE
Origin commit data
------------------
Commit: bc0de58721
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-08 (Wed, 08 Nov 2017)

Origin message was:
------------------
- cleanup from unsupported DUCKBOX_HARDWARE
2017-11-08 09:28:34 +01:00
vanhofen
adcb6172d9 streaminfo: fix compile for coolstream; add dummies to libcs-headers
Origin commit data
------------------
Commit: ff04c8ce97
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-07 (Tue, 07 Nov 2017)

Origin message was:
------------------
- streaminfo: fix compile for coolstream; add dummies to libcs-headers
2017-11-07 07:49:49 +01:00
vanhofen
b9ddbf6f53 tuxtxt: change some default values
Origin commit data
------------------
Commit: 42e507005b
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-03 (Fri, 03 Nov 2017)

Origin message was:
------------------
- tuxtxt: change some default values
2017-11-03 23:20:34 +01:00
vanhofen
aadd82eb82 tuxtxt: fix compiler warnings; simplify ifdef's
Origin commit data
------------------
Commit: d90d34e5d2
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-03 (Fri, 03 Nov 2017)

Origin message was:
------------------
- tuxtxt: fix compiler warnings; simplify ifdef's
2017-11-03 23:05:59 +01:00
vanhofen
dd5b547ed7 tuxtxt: align to mp
Origin commit data
------------------
Commit: 5a0abfafde
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-03 (Fri, 03 Nov 2017)

Origin message was:
------------------
- tuxtxt: align to mp
2017-11-03 23:05:59 +01:00