Commit Graph

16572 Commits

Author SHA1 Message Date
GetAway
8a4e66e252 timerd.cpp: Fix thread declarations, typos, and improve timerd_main_thread consistency
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7571071f60
Author: GetAway <get-away@t-online.de>
Date: 2024-11-16 (Sat, 16 Nov 2024)


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

------------------
This commit was generated by Migit
2024-11-20 19:54:24 +01:00
Jacek Jendrzej
1f60833aed lua: add compatibility to lua 5.3 and 5.4; copy from https://github.com/SteveKChiu/lua-intf/blob/master/LuaIntf/LuaCompat.h
Origin commit data
------------------
Branch: ni/coolstream
Commit: e8e77b7f41
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2024-11-10 (Sun, 10 Nov 2024)


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

------------------
This commit was generated by Migit
2024-11-10 20:03:08 +01:00
GetAway
7e2a9f66f4 Fix: fix warning: type struct CFile violates the C++ one definition rule
Set _FILE_OFFSET_BITS=64 in Makefiles for consistent 64-bit off_t definition

This removes -Wodr warnings when compiling CFile and several other classes,
ensuring off_t is consistently defined as a 64-bit type across all
translation units.

Observed while compiling with GCC 13.

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


Origin commit data
------------------
Branch: ni/coolstream
Commit: decda9db11
Author: GetAway <get-away@t-online.de>
Date: 2024-11-10 (Sun, 10 Nov 2024)



------------------
This commit was generated by Migit
2024-11-10 20:03:08 +01:00
Thilo Graf
79669e0ecd Refactor setButtonLabels() to use std::vector for safer memory management
- Replaced manual dynamic memory allocation with std::vector in
 setButtonLabels(const button_label*...) and setButtonLabels(const std::vector<button_label_cc>&...).
- Reserved vector capacity upfront to match label_count, optimizing memory usage.
- Improved safety and readability by removing manual delete[] calls and
 handling memory cleanup through vector's automatic management.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 646d24320f
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-11-03 (Sun, 03 Nov 2024)

Origin message was:
------------------
Refactor setButtonLabels() to use std::vector for safer memory management

- Replaced manual dynamic memory allocation with std::vector in
 setButtonLabels(const button_label*...) and setButtonLabels(const std::vector<button_label_cc>&...).
- Reserved vector capacity upfront to match label_count, optimizing memory usage.
- Improved safety and readability by removing manual delete[] calls and
 handling memory cleanup through vector's automatic management.


------------------
This commit was generated by Migit
2024-11-03 18:34:25 +01:00
Thilo Graf
2337d8cfbe Update '.gitignore' to include 'venv' for Python environment fallout.
- Previously, only Visual Studio Code settings were ignored.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 28c9a6e65d
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-11-03 (Sun, 03 Nov 2024)



------------------
This commit was generated by Migit
2024-11-03 18:34:25 +01:00
vanhofen
35ad76f6f6 infoviewer: fix start of infoicons and weather in showMovieTitle()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4a1773b058
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-10-25 (Fri, 25 Oct 2024)

Origin message was:
------------------
- infoviewer: fix start of infoicons and weather in showMovieTitle()

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

------------------
This commit was generated by Migit
2024-10-25 19:20:02 +02:00
vanhofen
da5193b8c4 infoviewer: move showMovieTitle() below showTitle()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4568645abf
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-10-25 (Fri, 25 Oct 2024)

Origin message was:
------------------
- infoviewer: move showMovieTitle() below showTitle()

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

------------------
This commit was generated by Migit
2024-10-25 19:20:02 +02:00
vanhofen
a9fab13220 infoviewer: enable weather data
Origin commit data
------------------
Branch: ni/coolstream
Commit: f988d129b5
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-10-21 (Mon, 21 Oct 2024)

Origin message was:
------------------
- infoviewer: enable weather data

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

------------------
This commit was generated by Migit
2024-10-21 21:44:57 +02:00
vanhofen
0f6f33c4c3 infoicons: add getHeightRel() to get relative height
Origin commit data
------------------
Branch: ni/coolstream
Commit: 94a5fcb66d
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-10-21 (Mon, 21 Oct 2024)

Origin message was:
------------------
- infoicons: add getHeightRel() to get relative height

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

------------------
This commit was generated by Migit
2024-10-21 21:44:57 +02:00
vanhofen
311c29efc4 fix compile; cleanup EPG replacements
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4c77ec8624
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-10-08 (Tue, 08 Oct 2024)

Origin message was:
------------------
- fix compile; cleanup EPG replacements

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

------------------
This commit was generated by Migit
2024-10-08 22:23:59 +02:00
vanhofen
57721aafef lua_curl: sync with tangocash
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3b94c1740e
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-10-07 (Mon, 07 Oct 2024)

Origin message was:
------------------
- lua_curl: sync with tangocash

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

------------------
This commit was generated by Migit
2024-10-07 20:24:49 +02:00
TangoCash
aef9695b53 update lua curl
Origin commit data
------------------
Branch: ni/coolstream
Commit: f5acbb236e
Author: TangoCash <eric@loxat.de>
Date: 2024-10-07 (Mon, 07 Oct 2024)


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

------------------
This commit was generated by Migit
2024-10-07 20:24:49 +02:00
vanhofen
374dfaf2a7 unify text-replacements in EPG
Origin commit data
------------------
Branch: ni/coolstream
Commit: 49d2cb3abf
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-10-07 (Mon, 07 Oct 2024)

Origin message was:
------------------
- unify text-replacements in EPG

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

------------------
This commit was generated by Migit
2024-10-07 20:24:49 +02:00
TangoCash
d35ca8abba fix linebreaks/tabs in epg+ footer
Origin commit data
------------------
Branch: ni/coolstream
Commit: cdea62ed25
Author: TangoCash <eric@loxat.de>
Date: 2024-10-07 (Mon, 07 Oct 2024)


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

------------------
This commit was generated by Migit
2024-10-07 20:24:49 +02:00
TangoCash
af2aaab523 fix faulty epg, e.g. ATV
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7faf515f1e
Author: TangoCash <eric@loxat.de>
Date: 2024-10-07 (Mon, 07 Oct 2024)


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

------------------
This commit was generated by Migit
2024-10-07 20:24:49 +02:00
TangoCash
5761badebd streamts: add fallback to FindChannel48()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4ebfb3d8ff
Author: TangoCash <eric@loxat.de>
Date: 2024-10-07 (Mon, 07 Oct 2024)

Origin message was:
------------------
- streamts: add fallback to FindChannel48()

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

------------------
This commit was generated by Migit
2024-10-07 20:24:49 +02:00
vanhofen
74f5c52759 Revert "getservices.cpp: fix e2tv streaming on cable boxes"
This reverts commit 21465ade0c.


Origin commit data
------------------
Branch: ni/coolstream
Commit: f87c24f459
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-10-07 (Mon, 07 Oct 2024)



------------------
This commit was generated by Migit
2024-10-07 20:24:49 +02:00
vanhofen
ace112e8c9 weather-setup: change g_settings.weather_api_version to 3.0
Origin commit data
------------------
Branch: ni/coolstream
Commit: c902f2aac8
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-09-22 (Sun, 22 Sep 2024)

Origin message was:
------------------
- weather-setup: change g_settings.weather_api_version to 3.0

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

------------------
This commit was generated by Migit
2024-09-22 17:39:52 +02:00
TangoCash
8e50575708 fix sleeptimer for webtv
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2260d13704
Author: TangoCash <eric@loxat.de>
Date: 2024-09-18 (Wed, 18 Sep 2024)


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

------------------
This commit was generated by Migit
2024-09-22 17:26:12 +02:00
vanhofen
638e4163a2 initial-settings: update last matze settings
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2567d00c7f
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-09-07 (Sat, 07 Sep 2024)

Origin message was:
------------------
- initial-settings: update last matze settings

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

------------------
This commit was generated by Migit
2024-09-07 23:22:16 +02:00
vanhofen
c5edb2899a initial-settings: update matze settings
Origin commit data
------------------
Branch: ni/coolstream
Commit: d6c2dd31e5
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-09-07 (Sat, 07 Sep 2024)

Origin message was:
------------------
- initial-settings: update matze settings

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

------------------
This commit was generated by Migit
2024-09-07 12:21:51 +02:00
Jacek Jendrzej
63f43d0f18 channellist fix footer line
Origin commit data
------------------
Branch: ni/coolstream
Commit: 269e7e0117
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2024-09-05 (Thu, 05 Sep 2024)


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

------------------
This commit was generated by Migit
2024-09-05 21:34:45 +02:00
Jacek Jendrzej
4e9ac3ce4f epgplus fix footer line
Origin commit data
------------------
Branch: ni/coolstream
Commit: b8272a32a2
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2024-09-05 (Thu, 05 Sep 2024)


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

------------------
This commit was generated by Migit
2024-09-05 21:34:45 +02:00
Jacek Jendrzej
21896d808f fix epg newline forÖR channels
Origin commit data
------------------
Branch: ni/coolstream
Commit: b07bef983f
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2024-09-05 (Thu, 05 Sep 2024)


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

------------------
This commit was generated by Migit
2024-09-05 21:34:45 +02:00
Jacek Jendrzej
363b223bee avoid null pointer use
Origin commit data
------------------
Branch: ni/coolstream
Commit: e257b06f44
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2024-09-05 (Thu, 05 Sep 2024)


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

------------------
This commit was generated by Migit
2024-09-05 21:34:45 +02:00
Jacek Jendrzej
6b173240a4 remove av_packet_make_refcounted, this break build with old ffmpeg
Origin commit data
------------------
Branch: ni/coolstream
Commit: eaa66c57bf
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2024-09-05 (Thu, 05 Sep 2024)


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

------------------
This commit was generated by Migit
2024-09-05 21:34:45 +02:00
Jacek Jendrzej
17ccb41d03 avoid double mutex lock
Origin commit data
------------------
Branch: ni/coolstream
Commit: c9c8652834
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2024-09-02 (Mon, 02 Sep 2024)


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

------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Jacek Jendrzej
d687e1f0df second try to fix record m3u8 format with separate audio
Origin commit data
------------------
Branch: ni/coolstream
Commit: f0dc8e33f8
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2024-09-02 (Mon, 02 Sep 2024)


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

------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
vanhofen
b1182c9c69 weather-setup: fix typo
Origin commit data
------------------
Branch: ni/coolstream
Commit: c75df7211c
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)

Origin message was:
------------------
- weather-setup: fix typo

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

------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
5816bbe278 menue.h/cpp: Remove virtual specifier from getOption methods
- Removed the 'const' specifier from CMenuOptionChooser's getOption method.
- Ensured that getOption methods in derived classes do not hide the base class methods.

This should avoid compiler warnings related to method hiding
and ensure that the correct getOption method is used without ambiguity.
Tested and verified that no new warnings or errors are introduced.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 809c0f58e4
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)



------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
019d5d8cfd msgbox.h: Fixed method hiding issue by using 'virtual' keyword for setTimeOut
This should avoid potential -Woverloaded-virtual warnings.


Origin commit data
------------------
Branch: ni/coolstream
Commit: d909533f23
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)



------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
38cb943659 mb.h: Fixed method overriding issue in CMenuSelector class
- Fixed the getHeight() method in CMenuSelector using the override keyword
 to ensure it correctly overrides the virtual method from CMenuItem.
- Resolved -Woverloaded-virtual warnings related to hidden overloaded
 virtual methods.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 25a43d2855
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)

Origin message was:
------------------
mb.h: Fixed method overriding issue in CMenuSelector class

- Fixed the getHeight() method in CMenuSelector using the override keyword
 to ensure it correctly overrides the virtual method from CMenuItem.
- Resolved -Woverloaded-virtual warnings related to hidden overloaded
 virtual methods.


------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
b1c2a6c8ba menue.h: Removed 'virtual' keyword from init method in CMenuItem
This change resolves -Woverloaded-virtual warnings.
Ensured that the init method is resolved at compile time,
as the base class version is not intended to be used in derived classes.


Origin commit data
------------------
Branch: ni/coolstream
Commit: c862f17130
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)



------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
588d56658b timermanager.cpp: Fix format specifiers
- Changed format specifiers from %ld to %" PRId64 " for `time_t` variables
 to ensure compatibility across different platforms.
- Cast `time_t` variables to `int64_t` for proper formatting.
- Updated printf statements and debug macros accordingly.
- Fixes some translations and code formatting.


Origin commit data
------------------
Branch: ni/coolstream
Commit: c1e257ec5c
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)

Origin message was:
------------------
timermanager.cpp: Fix format specifiers

- Changed format specifiers from %ld to %" PRId64 " for `time_t` variables
 to ensure compatibility across different platforms.
- Cast `time_t` variables to `int64_t` for proper formatting.
- Updated printf statements and debug macros accordingly.
- Fixes some translations and code formatting.


------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
44bac1f304 eitd/sectionsd.cpp: Fix format specifiers for platform independence
- Changed format specifiers from %ld to %" PRId64 " for time-related
 variables to ensure cross-platform compatibility.
- Updated format specifiers from %lx to %" PRIx64 " for consistency
 with 64-bit integers.
- Added casts to `int64_t` for accurate formatting.

This changes should address format warnings and ensure correct behavior on
systems with 64-bit integers.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2cbc36e556
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)

Origin message was:
------------------
eitd/sectionsd.cpp: Fix format specifiers for platform independence

- Changed format specifiers from %ld to %" PRId64 " for time-related
 variables to ensure cross-platform compatibility.
- Updated format specifiers from %lx to %" PRIx64 " for consistency
 with 64-bit integers.
- Added casts to `int64_t` for accurate formatting.

This changes should address format warnings and ensure correct behavior on
systems with 64-bit integers.


------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
677d3f0066 eitd/dmx.cpp: Fix format specifiers for platform independence
- Changed format specifiers from %ld to %" PRId64 " for time-related
 variables to ensure cross-platform compatibility.
- Added casts to `int64_t` for accurate formatting.

This should avoid format warnings and ensure correct behavior
on systems with 64-bit integers.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9d3ff65ae0
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)

Origin message was:
------------------
eitd/dmx.cpp: Fix format specifiers for platform independence

- Changed format specifiers from %ld to %" PRId64 " for time-related
 variables to ensure cross-platform compatibility.
- Added casts to `int64_t` for accurate formatting.

This should avoid format warnings and ensure correct behavior
on systems with 64-bit integers.


------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
4a4e596c9e eitd/debug.cpp: Fix format specifiers for platform independence
- Changed format specifier from %ld to %" PRId64 " for variables
 of type `__suseconds64_t` to ensure cross-platform compatibility.
- Added casts to `int64_t` for accurate formatting.
- Included `<cinttypes>` for proper format macros.

This should avoid format warnings and ensure correct behavior
on systems where `__suseconds64_t` and similar types are 64-bit integers.


Origin commit data
------------------
Branch: ni/coolstream
Commit: d7841d9654
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)

Origin message was:
------------------
eitd/debug.cpp: Fix format specifiers for platform independence

- Changed format specifier from %ld to %" PRId64 " for variables
 of type `__suseconds64_t` to ensure cross-platform compatibility.
- Added casts to `int64_t` for accurate formatting.
- Included `<cinttypes>` for proper format macros.

This should avoid format warnings and ensure correct behavior
on systems where `__suseconds64_t` and similar types are 64-bit integers.


------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
6454e99895 neutrino.cpp Fix format specifiers for time_t to ensure platform independence
- Changed format specifiers from %ld to %" PRId64 " for time_t variables to ensure compatibility across different platforms.
- Cast time_t variables to int64_t for proper formatting.
- Updated printf and fprintf statements accordingly.

This should resolve format warnings and ensures correct behavior on
systems where time_t is a 64-bit integer.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 964fe201f5
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)



------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
987778a3cd CLastChannel: fix narrowing conversion warnings in lastchannel.cpp
- Changed _LastCh.timestamp to int64_t for compatibility with tv.tv_sec.
- Updated store method to cast tv.tv_sec to int64_t, preventing warnings.
- Ensured timestamp calculations use int64_t for consistency.

This shoold resolve compilation warnings and improve platform independence.


Origin commit data
------------------
Branch: ni/coolstream
Commit: ec98105b8b
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)



------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
2c3e860a04 system/ping.cpp: Conditionally use register keyword for backward compatibility;
remove for C++17 and later where it is not allowed


Origin commit data
------------------
Branch: ni/coolstream
Commit: ef0d29f448
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)



------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
29f9743e15 lcd4l.cpp: Fix format warnings
- Corrected the format specifiers in snprintf calls to match the data
 types of the arguments.
- Used PRId64 for int64_t types to ensure compatibility across different
 platforms.
- Added explicit type casting to int64_t for time_t variables
 to resolve mismatched format warnings.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6370dc8185
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)

Origin message was:
------------------
lcd4l.cpp: Fix format warnings

- Corrected the format specifiers in snprintf calls to match the data
 types of the arguments.
- Used PRId64 for int64_t types to ensure compatibility across different
 platforms.
- Added explicit type casting to int64_t for time_t variables
 to resolve mismatched format warnings.


------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
19645e4f14 moviecut.cpp: Fix format warnings in moviecut.cpp
- Corrected the format specifiers in printf calls to match the data types
 of arguments.
- Used PRIi64 for int64_t types to ensure compatibility across
 different platforms.
- Added explicit type casting to int64_t for time_t variables to resolve
 mismatched format warnings.


Origin commit data
------------------
Branch: ni/coolstream
Commit: b8d13a1f7b
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)

Origin message was:
------------------
moviecut.cpp: Fix format warnings in moviecut.cpp

- Corrected the format specifiers in printf calls to match the data types
 of arguments.
- Used PRIi64 for int64_t types to ensure compatibility across
 different platforms.
- Added explicit type casting to int64_t for time_t variables to resolve
 mismatched format warnings.


------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
1353c97bde radiotools.cpp: Don't use register keyword with C++17 standard
Conditionally use register keyword for backward compatibility;
remove for C++17 and later where it is not allowed.


Origin commit data
------------------
Branch: ni/coolstream
Commit: c72cdb8612
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)



------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
6037fead85 ffmpegdec.cpp: Fix format specifiers for time_t for platform compatibility
- Use PRId64 in printf to format time_t variables correctly.
- Cast time_t variables to int64_t to avoid [-Wformat=] warnings.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 23729d5b5a
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)



------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
a5c1cd4813 CUpnpBrowserGui: Fix format specifiers for time_t for platform compatibility
- Use PRId64 in snprintf to format time_t variables correctly.
- This avoids [-Wformat=] warnings and ensures platform-independent code.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2f229ef555
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)



------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
4d3e0dbda0 update.cpp: Fix format specifiers for time_t for platform compatibility
- Cast time_t variables to int64_t to match the expected format specifier.

This should fix addresses the warnings about mismatched format specifiers for time_t.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 91531a287a
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)



------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
ddd2881fdd epgview.cpp: Fix warning about ignored 'nodiscard' attribute in show method
Changed the for-loop in the show method of CEpgData class to properly
check both conditions using the logical AND operator.
This should ensure that the return value of 'operator!=' is not ignored,
which addresses the compiler warning about the 'nodiscard' [-Wunused-result].

- Replaced ',' with '&&' in the loop condition.


Origin commit data
------------------
Branch: ni/coolstream
Commit: d2d82e4b22
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)



------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
334ef62c67 controlapi.cpp: Fix format warnings and update types in CControlAPI::EpgCGI
- Changed long to time_t for event times.
- Used PRIu64, PRIdMAX, and %lld for formatting and parsing time_t
 and event IDs.
- Updated sscanf and printf calls to handle time_t and uint64_t correctly.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 87d90833cc
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)

Origin message was:
------------------
controlapi.cpp: Fix format warnings and update types in CControlAPI::EpgCGI

- Changed long to time_t for event times.
- Used PRIu64, PRIdMAX, and %lld for formatting and parsing time_t
 and event IDs.
- Updated sscanf and printf calls to handle time_t and uint64_t correctly.


------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
b94589b497 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.


Origin commit data
------------------
Branch: ni/coolstream
Commit: a23f84104f
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)



------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00
Thilo Graf
aee3131709 audioplayer.cpp: Fix format warnings for time_t in audioplayer.cpp
- Added <inttypes.h> for correct format specifiers.
- Used PRIdMAX for formatting time_t in paintItem and updateTimes functions.
- Updated snprintf calls to handle time_t correctly.
- Minor formatting adjustments for readability.


Origin commit data
------------------
Branch: ni/coolstream
Commit: c71729cf48
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-09-02 (Mon, 02 Sep 2024)



------------------
This commit was generated by Migit
2024-09-02 21:06:01 +02:00