Commit Graph

1619 Commits

Author SHA1 Message Date
svenhoefer
514bd932fc - cleanup from unsupported DUCKBOX_HARDWARE
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-16 19:43:26 +01:00
svenhoefer
62843ec241 - vfd: cleanup from unsupported hardware ifdefs; vfd.cpp/h is only used by COOL_HARDWARE
Conflicts:
	src/driver/vfd.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-16 19:43:26 +01:00
svenhoefer
3946379f41 - scanepg: rename webtv => webchan
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-16 19:43:26 +01:00
svenhoefer
740fd3ac0d - rename IS_WEBTV => IS_WEBCHAN
Conflicts:
	src/zapit/src/capmt.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-16 19:43:26 +01:00
svenhoefer
1b39396e87 fix generic keyboard
Conflicts:
	src/driver/rcinput.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-16 19:43:25 +01:00
Striper
555f1858e8 - fix compile for coolstream hardware (works on HD2)
Conflicts:
	src/driver/screenshot.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-16 19:43:25 +01:00
Thilo Graf
58db5ee331 simple_display.cpp: partial revert "fix generic build"
This reverts commit c7c52324a3.

hd51 build was broken with -Werror=unused-variable
2017-11-04 15:58:00 +01:00
Jacek Jendrzej
c7c52324a3 fix generic build 2017-11-03 18:25:18 +01:00
svenhoefer
0fac12001e - simple_display: more readability in togglePower() function
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-01 15:44:07 +01:00
svenhoefer
dbce194f82 - simple_display: fix showRCLock() function
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-01 15:43:43 +01:00
svenhoefer
422a9b41de - introduce simple_display.h; just a cleaned copy of lcdd.h
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-01 15:39:07 +01:00
TangoCash
b9c2aaf3af fix hevc record 2017-11-01 08:38:33 +01:00
TangoCash
29221aaca5 add support for H265 2017-10-31 10:15:55 +01:00
svenhoefer
edd88db0f9 - rcinput: add some new keys ...
and translate KEY_VIDEO (list-key) to RC_favorites for ARM_HARDWARE

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-29 21:47:50 +01:00
Thilo Graf
7490497b4e CLCD: fix possible compile error
error: declaration of 'power' shadows a global declaration [-Werror=shadow]
2017-10-29 21:28:05 +01:00
Thilo Graf
eaa8d8be9f CLCD: fix possible compile error
error: unused variable 'ret' [-Werror=unused-variable]
2017-10-29 21:27:54 +01:00
Thilo Graf
b26fc7fb8d CScreenShot: fix build
Some lines were wrong picked
2017-10-29 18:48:28 +01:00
svenhoefer
7e974bc716 - update: allow tgz-tarballs for update via ofgwrite
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-29 18:34:24 +01:00
TangoCash
db6f4ba08d armbox: fix dimming vfd 2017-10-29 18:32:11 +01:00
TangoCash
3b5f5f3bfd armbox: show grafical volume in vfd 2017-10-29 18:32:08 +01:00
TangoCash
a227dcb7e2 fix time in vfd 2017-10-29 18:32:02 +01:00
TangoCash
fb7623c567 fix some keys 2017-10-29 18:31:59 +01:00
TangoCash
2d11e017a0 start implementing hardware acceleration for armbox
you have to compile neutrino with "--enable-reschange" to use FullHD-OSD
2017-10-29 18:31:34 +01:00
vanhofen
6fe5d269af - add hd51; mostly ported from TangoCash's neutrino-mp 2017-10-29 18:31:30 +01:00
Jacek Jendrzej
7ad4a0e6cc Merge branch 'master' into pu/mp 2017-10-02 13:56:25 +02:00
Stefan Seyfried
0d9139054a remove "using namespace std" from header files
"using namespace std" in headers is considered bad practice, so move it
either into the respective cpp files or (for files which have lots of
other std::xxx usage anyway) just write it out explicitly.
Looking at the headers and the affected cpp files, one can actually see
why it is bad practice, as it's spreading very far ;-)
2017-10-02 13:43:57 +02:00
Jacek Jendrzej
4fc73acffc Merge branch 'master' into pu/mp 2017-09-29 10:49:27 +02:00
svenhoefer
99cc7f850a - rcinput: simplify calcTimeoutEnd() calls; 0 is "off" by default now 2017-09-29 10:34:23 +02:00
Jacek Jendrzej
452f155f04 Merge branch 'master' into pu/mp 2017-09-28 14:14:20 +02:00
Jacek Jendrzej
0f26434550 fix clang compil, use swap() 2017-09-28 13:43:51 +02:00
Jacek Jendrzej
b7ceb705a0 Merge branch 'master' into pu/mp 2017-09-26 12:52:04 +02:00
Stefan Seyfried
7955467a77 netfile: avoid possible buffer overflows spotted by gcc7
* use strcpy instead of sprintf(x, "constant") or sprintf(x, "%s", str)
* use strncpy and ensure termination where necessary
* use snprintf instead of sprintf
2017-09-26 12:41:05 +02:00
Stefan Seyfried
a294b610a4 fb_accel: fix blit after time_monotonic_ms fix 2017-09-26 12:41:05 +02:00
Stefan Seyfried
7f2d58f956 abstime: fix time_monotonic_ms on 32bit systems
m)
2017-09-26 12:41:05 +02:00
Stefan Seyfried
9425caa6e5 rcinput: disable timer debug messages 2017-09-26 12:41:05 +02:00
Stefan Seyfried
99c8168d2c change time_monotonic_ms() from time_t to int64_t
time_monotonic_ms values did wrap every ~24 days, leading to problems
in code that did not cope with that. Instead of fixing all places where
relative comparisons with time_monotonic_ms() are made, just use a
bigger datatype. Convert all users to the new type.
2017-09-26 12:41:05 +02:00
Stefan Seyfried
125eb6a7d1 pictureviewer: fix build with gcc7 2017-09-26 12:41:05 +02:00
Stefan Seyfried
971f3703a6 add comments to suppres -Wimplicit-fallthrough warnings 2017-09-26 12:41:05 +02:00
Stefan Seyfried
9e2a7d7f79 add LUA_CFLAGS everywhere widget/menue.h is used 2017-09-26 12:41:05 +02:00
Stefan Seyfried
8dad062eff change time_monotonic_ms() from time_t to int64_t
time_monotonic_ms values did wrap every ~24 days, leading to problems
in code that did not cope with that. Instead of fixing all places where
relative comparisons with time_monotonic_ms() are made, just use a
bigger datatype. Convert all users to the new type.
2017-09-26 11:37:19 +02:00
Jacek Jendrzej
2ebb47f519 Merge branch 'master' into pu/mp 2017-09-14 13:54:04 +02:00
Jacek Jendrzej
97442240f8 remove unused 2017-09-14 13:29:47 +02:00
Jacek Jendrzej
d30bd0ea26 src/driver/screenshot.cpp avoid memory ranges overlap 2017-09-14 11:17:36 +02:00
Jacek Jendrzej
2c5bf73006 Merge branch 'master' into pu/mp 2017-09-13 13:40:40 +02:00
Jacek Jendrzej
6576729fd1 remove double includes 2017-09-08 21:21:32 +02:00
Jacek Jendrzej
2d4f52ae62 pic max10<max_10@gmx.de> code from commit f480ad018c72d40a9d2d2fb4006cfca1c262234d 2017-08-29 16:35:32 +02:00
Jacek Jendrzej
4700523643 Merge branch 'master' into pu/mp 2017-08-29 16:33:21 +02:00
Jacek Jendrzej
c5dc1b7770 remove my stupid init 2017-08-29 15:01:31 +02:00
Jacek Jendrzej
6be63f736c Merge branch 'master' into pu/mp 2017-08-23 13:10:49 +02:00
Jacek Jendrzej
c99486520e some inits warnings 2017-08-21 14:42:24 +02:00