Commit Graph

14076 Commits

Author SHA1 Message Date
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
45091a9f4b - record: fix stop timeshift recordings; thx to jokel
see https://www.neutrino-images.de/board/neutrino-allgemein-f4/allgemeine-probleme-und-antworten-t5364-s380.html#p38615
2023-01-31 06:37:20 +01:00
vanhofen
d610cd9604 - yWeb: read timer recording dir from timerd.conf 2023-01-31 06:20:12 +01:00
vanhofen
3be9ee4c79 - yweb/Y_Timer_Edit: minor formatting fixes 2023-01-31 06:18:06 +01:00
vanhofen
181a129616 - yWeb: add pip to screenshot page 2023-01-31 06:17:45 +01:00
vanhofen
4bc58e90ca - english.locale: case fixes
Conflicts:
	data/locale/english.locale

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

Some entries reviewed and supplemented, but if you take it exactly,
I suspect that's not all.
2023-01-27 20:42:41 +01:00
vanhofen
ac44cfe116 - locale: try to clarify zap-to timer locales 2023-01-27 20:42:41 +01:00
vanhofen
edc7b9c3c1 - neutrino: remove unneeded casts 2023-01-27 20:42:41 +01:00
vanhofen
4a3a786645 - some playpause fixes for BOXMODEL_PROTEK4K
Conflicts:
	src/neutrino.cpp
2023-01-27 20:42:41 +01:00
vanhofen
9d20b04642 - yWeb: add protek 4k remote control; thx to DdD 2023-01-27 20:42:41 +01:00
vanhofen
db0e747bc5 - initial settings: update matze settings 2023-01-27 20:42:41 +01:00
Thilo Graf
93797bed4f cc_frm_header.h: fix typo in logo position documentation 2023-01-27 20:42:40 +01:00
Thilo Graf
ea13eb2e50 neutrino: small cleanup and resort 2023-01-27 20:42:40 +01:00
vanhofen
c0ed6409ce - libdvbsub: fix compiler warning: ‘int ftime(timeb*)’ is deprecated 2023-01-27 20:38:19 +01:00
Hendi
a97c32446a Fix compilation under GCC 4.9 2023-01-27 20:38:19 +01:00
Thilo Graf
da58274f24 record.cpp: fix compiler warning -Wformat-overflow 2023-01-27 20:38:19 +01:00
Thilo Graf
28adfd0f0d movieplayer.cpp: fix comiler warning, deprecated timeb, ftime 2023-01-27 20:38:19 +01:00
Thilo Graf
15491c6c45 SIsections.cpp: gratify compiler because of possible missing include of ctime.h
Observed on build with gcc 12.2.
2023-01-27 20:38:19 +01:00
Hendi
ebf105363a Fix string truncation warning 2023-01-27 20:38:19 +01:00
Hendi
bac9776957 Remove all references to unary_function/binary_function
All they do is add some typedefs, which are not required.
2023-01-27 20:38:19 +01:00
Hendi
560256d26b Remove dead code from CRCInput::getMsg_us()
The two events in question are posted in CInfoViewer::getEPG()
and they're handled in CRemoteControl::handleMsg().

They are written to the high/low priority pipes only, so there should
be no way that they end up in the event socket, which is what the code
path in question here deals with. Apart from that, the type the buffer
was casted to was completely wrong, so if this code was ever executed,
it would have faulted.
2023-01-27 20:38:19 +01:00
Hendi
b85ab2a4ab Remove pointer checks for char arrays (can never be null) 2023-01-27 20:38:19 +01:00
Hendi
9d7180bd17 Fix recordingDir strncpy bounds 2023-01-27 20:38:19 +01:00
Hendi
e78952be1c Fix infinite recursion in CComponentsPicture::setPicture 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
GetAway
2a219b342e fix for newer libcurl 2023-01-12 21:08:40 +01:00
Thilo Graf
0f0c3eb5ff configure.ac: remov unused entries.
Build was broken.
2023-01-06 16:02:02 +01:00
GetAway
b6160f6417 display.h: fix #include <string> 2023-01-06 08:59:54 +01:00
Hendi
34014f5b6d ffmpegdec: Fix system freeze at end of playback with ffmpeg 4.0+ 2023-01-06 01:14:08 +01:00
Thilo Graf
88ea3e6b30 moviebrowser: remove rezap on leaving of moviebrowser
Comes in with - moviebrowser: add lcd4linux support
 260ca7d64e.

Why is rezap required here?
2023-01-05 23:14:19 +01:00
Thilo Graf
139f44a166 network_setup.cpp: use global ip and domain for network test 2023-01-05 18:27:03 +01:00
Thilo Graf
1a07d5abc0 add .mailmap 2023-01-05 16:05:36 +01:00
vanhofen
d9f7525b95 Revert "introduce hdmi_cec to driver"
This reverts commit c8a58afe2feb95954a69e681a4234cd9c1a3f178 and the following hdmi_cec commits.

 Conflicts:
	src/neutrino.cpp
2023-01-05 16:05:36 +01:00
TangoCash
d67d9de4d3 hdmi-cec: send active source after view-on 2023-01-05 16:05:36 +01:00
TangoCash
44768b52fb re-add sleeptime, needed by some devices (thx max!) 2023-01-05 16:05:36 +01:00
TangoCash
5cc6f927a4 some hdmi-cec rework for deep standby and hdmi-routing 2023-01-05 16:05:36 +01:00
TangoCash
15fa7ce6ee fix hdmi cec from deep standby and logical address is not ready yet 2023-01-05 16:05:36 +01:00
TangoCash
e971b3c93d fix hdmi-cec going to deep-standby 2023-01-05 16:05:36 +01:00
max_10
26d0f28f1e neutrino: hdmi-cec standard off 2023-01-05 16:05:36 +01:00
TangoCash
d8933420f4 rework hdmi-cec log, add option to log to file
just create a file with 'touch /tmp/hdmicec.txt', and the file will be
filled with the log
2023-01-05 16:05:36 +01:00
TangoCash
9ce9d6ee9a hdmi-cec fix cpu load, report vendor id 2023-01-05 16:05:36 +01:00
vanhofen
ed547a1930 - src/driver/Makefile.am: a bit more order
Conflicts:
	src/driver/Makefile.am
2023-01-05 16:05:36 +01:00
vanhofen
8a0bba9234 - hdmi_cec: avoid compiler warnings 2023-01-05 16:05:36 +01:00
vanhofen
7711ef75c5 - fix cst build 2023-01-05 16:05:36 +01:00
max_10
382bdf030b - hdmi_cec.cpp: fix warning: invalid suffix on literal 2023-01-05 16:05:36 +01:00
TangoCash
4761afe370 fix hdmi cec 2023-01-05 16:05:36 +01:00
TangoCash
d58a4144aa fix hdmi cec 2023-01-05 16:05:36 +01:00
TangoCash
47727e504a introduce hdmi_cec to driver
Conflicts:
	data/locale/deutsch.locale
	src/driver/Makefile.am
	src/neutrino.cpp
	src/system/locals.h
	src/system/locals_intern.h
2023-01-05 16:05:36 +01:00