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
Stefan Seyfried
d0a21abd9f
rcinput: add two more keys in the ugly azbox translate() table
2017-08-21 10:17:05 +02:00
Stefan Seyfried
4978ed7675
rcinput: fix getKeyName for RC_none case
2017-08-21 10:17:05 +02:00
Stefan Seyfried
223d1d709f
fb_accel_sti: reorder blit_mutex locking
...
This seems to help spurious deadlocks in the STI framebuffer blit code.
Not 100% sure why, butthis helps, but I have not seen lockups with this.
2017-08-21 10:17:05 +02:00
Jacek Jendrzej
0b781da031
Fix merge-error; add missing add_gxa_sync_marker() function
2017-08-09 11:36:14 +02:00
Jacek Jendrzej
1763bb9e64
Merge branch 'master' into pu/mp
2017-08-08 20:06:40 +02:00
Thilo Graf
4e66739ff5
CFrameBuffer: fb-generic.cpp - add methode for clean up icon cache
...
This could be required eg. on changed resoulutions or
changed iconsets on runtime.
2017-08-08 14:25:12 +02:00
Jacek Jendrzej
72a9fa40db
Merge branch 'master' into pu/mp
2017-07-05 21:43:36 +02:00
svenhoefer
761a2b2e73
- epgscan: allow to set rescan period to catch a bug in epgscan
...
Scan isn't executed while a movie is played. When movie is stopped
the scan-timer is ignored too.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-07-04 12:22:53 +02:00
M. Liebmann
542626c0da
Merge branch 'master' into pu/mp
2017-06-29 15:06:39 +02:00
svenhoefer
b66ea2f9cc
- audiometadata: add logo to metadata
...
# Conflicts:
# src/driver/audiometadata.cpp
# src/driver/audiometadata.h
cherry-picked from 9c115bec035114a4cec33834e0ab3a6385f44711
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-06-28 20:35:19 +02:00
svenhoefer
99d72a0b8a
- audiodec: unify cover handling
...
(cherry picked from commit ae0f735d998b8cbc5caf969f342be7af747b05f5)
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-06-28 20:35:18 +02:00
Jacek Jendrzej
cf951434d5
Merge branch 'master' into pu/mp
2017-06-20 14:26:38 +02:00
Jacek Jendrzej
0bc31c6397
try to fix versio check for ffmpeg
2017-06-18 21:43:34 +02:00
Jacek Jendrzej
4c3002cb26
Merge branch 'master' into pu/mp
2017-06-15 12:32:31 +02:00
Thilo Graf
71d0c42a47
FBFontRenderClass/CNeutrinoFonts: ensure reset of some instances
...
Only for safety.
2017-06-15 01:01:54 +02:00
Jacek Jendrzej
85cff28f07
2 supplement to 1f0a1bfdf2
2017-06-13 14:30:37 +02:00
Jacek Jendrzej
30b1c3f286
supplement to 1f0a1bfdf2
2017-06-13 14:23:56 +02:00
Jacek Jendrzej
1f0a1bfdf2
src/driver/pictureviewer/pictureviewer.cpp add bufferram and cached to calc freemem
2017-06-13 13:34:17 +02:00