Jacek Jendrzej
6179aa7d38
Merge branch 'master' into pu/mp
2017-06-12 11:27:38 +02:00
Jacek Jendrzej
cca6526b2f
src/gui/movieplayer.cpp fix possible segfault
2017-06-11 20:00:33 +02:00
Jacek Jendrzej
ca83324763
Merge branch 'master' into pu/mp
2017-06-07 16:20:47 +02:00
M. Liebmann
624f2b3154
Merge branch 'pu/fb-setmode'
2017-06-07 14:18:01 +02:00
Jacek Jendrzej
ab829a61b6
change prozent ckeck to 90
2017-05-30 19:26:04 +02:00
Jacek Jendrzej
020f044c07
Merge branch 'master' into pu/mp
2017-05-08 12:57:22 +02:00
Thilo Graf
07c72026ed
Merge branch 'master' into pu/fb-setmode
2017-05-08 12:25:42 +02:00
Thilo Graf
f1779d0a97
movieplayer.cpp: prevent build error
...
Avoid build error if build not configured with -D__STDC_LIMIT_MACROS
2017-05-08 12:18:52 +02:00
Thilo Graf
e35acf2e2f
Merge branch 'master' into pu/fb-setmode
2017-05-08 08:28:20 +02:00
Thilo Graf
65b09044c5
movieplayer.cpp: remove possible compile issue
...
"__STDC_LIMIT_MACROS" redefined
2017-05-08 08:26:14 +02:00
M. Liebmann
b612c1f620
Fix videosystem auto mode
2017-03-28 23:56:57 +02:00
M. Liebmann
2a858c628a
Fix videosystem auto mode / osd mode switch in movie player
2017-03-22 14:00:41 +01:00
Stefan Seyfried
6f1cfd42bb
Merge remote-tracking branch 'tuxbox/master'
2017-03-07 19:43:06 +01:00
Jacek Jendrzej
bfa589eb08
make neutrino compatible with new ffmpeg
2017-03-07 15:00:17 +01:00
Jacek Jendrzej
92abe90d58
src/gui/movieplayer.cpp some streams need more time pro frame
2017-03-06 14:41:25 +01:00
Stefan Seyfried
abec1c311b
Merge remote-tracking branch 'tuxbox/master'
2017-03-04 19:32:30 +01:00
svenhoefer
856c676430
- rename g_PluginList to g_Plugins; this isn't a list of plugins
2017-03-01 13:03:50 +01:00
Jacek Jendrzej
df25b50944
src/gui/movieplayer.cpp try fix stop play file on file end
2017-02-26 15:05:21 +01:00
Stefan Seyfried
5c95139207
Merge remote-tracking branch 'tuxbox/master'
2017-02-22 08:44:53 +01:00
Stefan Seyfried
418819e261
libtuxtxt: remove unused fd parameter from tuxtx_main()
2017-02-21 06:38:48 +01:00
Stefan Seyfried
eb3fa7f2af
libtuxtxt: remove unused fd parameter from tuxtx_main()
2017-02-19 11:52:37 +01:00
Jacek Jendrzej
e908858c19
try to fix segfault with --enable-cleanup
2017-02-17 12:11:03 +01:00
Stefan Seyfried
c9e1072b94
remove hardware specific code from gui
...
Use the framebuffer's getWidth4FB_HW_ACC() instead of system/helpers.
The use in cc_item_picture was guarded by a hardware #ifdef, use
needAlign4Blit() instead.
This needs testing on the affected hardware, which I do not have :-)
2017-02-14 20:01:55 +01:00
Stefan Seyfried
a5333b4ec1
remove hardware specific code from gui
...
Use the framebuffer's getWidth4FB_HW_ACC() instead of system/helpers.
The use in cc_item_picture was guarded by a hardware #ifdef, use
needAlign4Blit() instead.
This needs testing on the affected hardware, which I do not have :-)
2017-02-14 00:14:30 +01:00
Stefan Seyfried
2819e651c3
Merge remote-tracking branch 'tuxbox/pu/fb-modules'
...
only compile tested ;-)
2017-02-12 21:29:10 +01:00
M. Liebmann
0cb26e6e98
Merge branch 'master' into pu/fb-modules
2017-02-12 09:24:08 +01:00
M. Liebmann
0d66899cbd
neutrino: Rename hardware defined macros for coolstream stb
...
BOXMODEL_NEVIS => BOXMODEL_CS_HD1
BOXMODEL_APOLLO => BOXMODEL_CS_HD2
2017-02-12 09:21:04 +01:00
Stefan Seyfried
8b47699447
Merge remote-tracking branch 'tuxbox/master'
2017-02-11 11:18:45 +01:00
Stefan Seyfried
2303d94300
replace fontrenderer.h include with forward declaration
...
in order to flatten the build dependency tree further, include
fontrenderer.h directly where needed, in header files a forward
declaration is enough
2017-02-07 17:23:42 +01:00
M. Liebmann
7d5cbea37d
movieplayer: Fix display filetime
2017-02-05 20:04:33 +01:00
Stefan Seyfried
9082ddf287
replace fontrenderer.h include with forward declaration
...
in order to flatten the build dependency tree further, include
fontrenderer.h directly where needed, in header files a forward
declaration is enough
2017-02-05 13:37:53 +01:00
Stefan Seyfried
48ff7b36a2
Merge remote-tracking branch 'tuxbox/master'
2017-01-30 21:36:09 +01:00
M. Liebmann
dc4ce280ed
CMoviePlayerGui: Bind enable/disable FileTime to enableInfoClock()
2017-01-30 07:15:46 +01:00
Stefan Seyfried
f397d08cd3
Merge remote-tracking branch 'tuxbox/master'
2017-01-29 02:14:32 +01:00
Jacek Jendrzej
e111bf7418
movieplayer dont chache last realurl for lua script
2017-01-26 11:55:06 +01:00
Stefan Seyfried
a409047714
Merge remote-tracking branch 'tuxbox/master'
2017-01-22 22:59:39 +01:00
Jacek Jendrzej
2abdd1143e
src/gui/movieplayer.cpp try to fix livestreamInfo
2017-01-13 18:59:56 +01:00
M. Liebmann
2045e91c47
MoviePlayer: Rework enable/disable of osd time, file time and mute icon
2016-12-05 15:54:56 +01:00
svenhoefer
5ad794e004
- movieplayer: rework help; use rc_help to show help
2016-12-05 00:50:39 +01:00
Stefan Seyfried
c6d7968381
Merge remote-tracking branch 'tuxbox/master'
2016-12-04 18:02:51 +01:00
M. Liebmann
47ffc7586a
MoviePlayer: Disable InfoClock and FileTime when view movieinfo
2016-12-02 00:21:59 +01:00
M. Liebmann
e92df63a4a
CLuaInstVideo::PlayFile: Infoviewer was not displayed when InfoFunc was set
...
- Fix commit 1aee964c14
- Set Lua api version to 1.68
2016-12-02 00:21:58 +01:00
M. Liebmann
1aee964c14
lua: Fix InfoFunc for displaying information in the movieplayer
...
- Fix for commit 644ab18844
- Set Lua api version to 1.66
2016-12-01 14:28:21 +01:00
svenhoefer
a5bc693282
- enable epg-scan while audioplayer, movieplayer, pictureviewer and
...
upnp-browser runs
2016-11-24 21:41:23 +01:00
Thilo Graf
dde298b1b7
CMsgBox: rework msgbox classes with Window class implementation
...
Replacing messagebox, hintbox_ext and some derivated parts with
basic class hintbox and derivated class CMsgBox. This should unify
window handling and avoids maintain of multiple classes with quasi
same purpose and adds more functionality.
TODO: fix and optimize details
2016-10-24 10:31:24 +02:00
Stefan Seyfried
13ab1ebc8a
Merge remote-tracking branch 'tuxbox/master'
...
* needs compile fixes
* needs additional tests, of course :-)
2016-10-22 11:37:40 +02:00
Thilo Graf
1d74379981
lua api: fix broken build with --disable-lua
2016-10-03 01:44:54 +02:00
vanhofen
49b0ec3319
- movieplayer: fix -Wformat warning; Vol. 2
2016-09-29 18:06:58 +02:00
vanhofen
256b0965ba
- movieplayer: fix -Wformat warning
2016-09-29 10:53:06 +02:00
vanhofen
aa8a3849f4
- movieinfo: internally rename epgEpgId -> epgId
2016-09-10 00:32:35 +02:00