682 Commits

Author SHA1 Message Date
Thilo Graf
7308e50b77 libdvbsub/Debug.cpp: Fix format warnings for __suseconds64_t in Debug.cpp
- Added <inttypes.h> for correct format specifiers.
- Used PRIdMAX for formatting __suseconds64_t in print function.
- Updated sprintf call to handle __suseconds64_t correctly.
2024-07-05 17:26:08 +02:00
TangoCash
df918a356f add cmdline option to load xmltv epg
Origin commit data
------------------
Commit: b2ebab61c8
Author: TangoCash <eric@loxat.de>
Date: 2024-06-05 (Wed, 05 Jun 2024)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit

It would often be very helpful to know why a commit is there or what
a particular change is good for, or why it is needed, without having to
ask.
2024-06-09 11:27:05 +02:00
vanhofen
14240c3c4a turn some comparsions for a better readability
Origin commit data
------------------
Commit: bee4cb4959
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-03-25 (Mon, 25 Mar 2024)

Origin message was:
------------------
- turn some comparsions for a better readability

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-03-27 07:12:41 +01:00
vanhofen
e7dda96fc9 hardware_caps: add boxmodel
Origin commit data
------------------
Commit: dbf3e77a92
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-03 (Wed, 03 Jan 2024)

Origin message was:
------------------
- hardware_caps: add boxmodel

------------------
No further description and justification available within origin commit message!

------------------
Migit v0.7
2024-01-07 14:28:39 +01:00
GetAway
7919285356 movieplayer.cpp: A new member function setPlaybackPtr(cPlayback *ptr) is implemented within the cVideo class to set the playback callback pointer.
This prevents showing pictures with the videoDecoder while movieplayer is paused
2023-08-13 00:00:24 +02:00
GetAway
23821c3e28 fb_generic.cpp: adapt to "Refactor video.cpp: Convert void function to bool function for enhanced result checking"
- this only affects CST
2023-08-08 22:07:39 +02:00
vanhofen
e2b0b01cd1 libcoolstream-headers: adapt to "reload webtv/iptv stream if connection lost"
Signed-off-by: Thilo Graf <dbt@novatux.de>
2023-07-23 15:38:33 +02:00
Hendi
89f7276185 upnp: fix url handling when server provides absolute urls
This happens with Jellyfin and possibly other DLNA servers.
2023-07-05 18:53:13 +02:00
vanhofen
452f35adef - acinclude/configure: rework HAVE_LIBSTB_HAL handling; drop USE_STB_HAL
Conflicts:
	src/gui/imageinfo_ni.cpp
2023-04-25 15:53:22 +02:00
GetAway
d009521754 playback_cs: fix GetMetadata for CST 2023-02-19 18:40:10 +01:00
vanhofen
884a69c3f9 - luaclient: formatting code using astyle 2023-02-05 22:15:51 +01:00
vanhofen
b56159bbf8 - libeventserver: formatting code using astyle 2023-02-05 22:15:42 +01:00
vanhofen
ef6fd29e61 - libconfigfile: formatting code using astyle 2023-02-05 22:15:35 +01:00
vanhofen
c0ed6409ce - libdvbsub: fix compiler warning: ‘int ftime(timeb*)’ is deprecated 2023-01-27 20:38:19 +01:00
Hendi
a836debc94 Fix array sizes that GCC 12 complains about (mostly sprintf) 2023-01-27 20:38:19 +01:00
Hendi
014e823bba Add some missing includes that GCC 12 wants to see 2023-01-27 20:38:19 +01:00
vanhofen
f088ffcc70 - remove some obsolete comments 2023-01-05 16:05:35 +01:00
Thilo Graf
8f2de59f0f re-add commit "add display support for osmio4k+" 2023-01-05 16:05:18 +01:00
Thilo Graf
be70c8e92f Revert "add display support for osmio4k+"
This reverts commit bf4e032a3b.

This commit is breaking build for osmio4kplus because of many
code parts, enums etc. are missing.
2022-11-10 21:05:15 +01:00
TangoCash
bf4e032a3b add display support for osmio4k+
use --enable-lcd as configure option
2022-11-07 21:22:46 +01:00
svenhoefer
e2bb70c4f1 - jsoncpp: bump to version 1.9.5
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-07-16 19:02:45 +02:00
Jacek Jendrzej
09f067da20 tuxtxt: try to fix use sbit->buffer after free; test on Phoenix site 280 2022-03-26 17:17:14 +01:00
svenhoefer
d5cebd3a57 - rename ttx_font_file => font_file_monospace
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-31 08:32:18 +01:00
Thilo Graf
0338b7279d fix build after pick: - remove RC_HW_TRIPLEDRAGON 2021-11-03 12:13:18 +01:00
Jacek Jendrzej
95a9258217 fix, supplement to 6045e1082c 2021-10-27 14:24:33 +02:00
Jacek Jendrzej
6045e1082c ffmpeg compil versions warnnings 2021-10-27 12:34:55 +02:00
Jacek Jendrzej
489cb516eb §update jsoncpp lib 2021-10-25 11:45:22 +02:00
Jacek Jendrzej
676423f72b md5: fix md5_uint32 4 byte alignment, code copy from glibc 2021-10-23 17:40:31 +02:00
Jacek Jendrzej
4a23e0cdf2 some inits 2021-10-22 14:25:37 +02:00
svenhoefer
5ef59f4cbc - cst/hardware-caps: add pip_devs
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-03 17:02:39 +02:00
TangoCash
dd7507fe37 add frequently reload xmltv epg 2021-09-03 21:24:12 +02:00
svenhoefer
a1703cbcd0 - unify AV_VERSION_INT defines; fix cst build
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-08-29 22:10:00 +02:00
Jacek Jendrzej
ee09213b50 build with ffmpeg version > 59.0.100 2021-08-28 15:22:23 +02:00
svenhoefer
d7957143ca - hw_caps: introduce can_pip
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-30 16:47:11 +02:00
svenhoefer
97fa8a2076 - hwcaps: add has_HDMI_input
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-11 12:28:23 +02:00
BPanther
f841b55c65 vuduo4k/vuduo4kse/vuultimo4k/vuuno4kse: HDMI input as mode and PiP added
Conflicts:
	src/neutrino.cpp
2021-05-11 10:21:06 +02:00
svenhoefer
f0fb14a741 - hwcaps: add display_can_umlauts
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-11 06:32:46 +02:00
FlatTV
9a26168454 FIX AC3 audio for CST. Including audio AC3 switching by audio language menu 2021-04-25 15:58:31 +02:00
svenhoefer
a45bc4f7a0 - tuxtxt: simplify defines
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-01-27 12:04:31 +01:00
BPanther
fc09f7b493 fix tuxtxt for hd51 2021-01-23 18:46:17 +01:00
svenhoefer
8631665748 - hw_caps: sync with libstb-hal; fix cst build
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
3243884ca1 - hw_caps/cst: introduce startup_file
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-11-23 08:51:15 +01:00
svenhoefer
6d127b927b - rename BOXTYPE_COOL => BOXTYPE_CST
Conflicts:
	src/driver/Makefile.am

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-10-04 16:51:30 +02:00
max_10
1fa824cab3 - TRIPLEDRAGON: deleted
Conflicts:
	lib/libdvbsub/dvbsub.cpp
	src/system/flashtool.cpp
2020-10-04 16:48:01 +02:00
svenhoefer
d29c98d7d5 - rename HAVE_COOL_HARDWARE => HAVE_CST_HARDWARE
Conflicts:
	src/driver/rcinput.cpp
	src/gui/info_menue.cpp
	src/gui/mediaplayer.cpp
	src/gui/movieplayer.cpp
	src/zapit/src/frontend.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-09-08 11:13:51 +02:00
svenhoefer
6491c66a66 - lib/hardware: introduce can_cpufreq to control the cpu frequency
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-09-01 16:40:42 +02:00
GetAway
6c8f043f47 hardware_caps.cpp: introduce display_has_colon for coolstream 2020-07-16 18:56:08 +02:00
DboxOldie
2a6f0e9e5e enable limit macros 2020-07-04 23:04:31 +02:00
Markus Volk
7f3423dd4b timerdclient: fix -Wstringop-truncation warnings 2020-01-30 21:40:30 +01:00
Jacek Jendrzej
55ed87727b libnet: fix compil warning 2020-01-29 22:42:41 +01:00