Commit Graph

136 Commits

Author SHA1 Message Date
[CST] Focus
4fffe08d4b gui/movieplayer.cpp: while starting file play, process neutrino events 2014-04-25 18:29:17 +04:00
Jacek Jendrzej
42c61b319e make auto ScreenShot with short video 2014-04-22 18:59:59 +02:00
martii
61f19b0eed gui/movieplayer: compare timeshift to TSHIFT_MODE_* 2014-04-21 17:49:33 +02:00
[CST] Focus
ebf37fd192 gui/movieplayer.cpp: auto-create movie thumbnail, if enabled,
at playback when position more than 5 min from start,
or on stop if position more than 10 minutes before end;
create movie thumbnail with RC_favorites key
2014-04-21 14:07:38 +04:00
M. Liebmann
92cc47f383 MoviePlayer: Fix display 'info clock' and 'file time' when show movie infos 2014-04-21 12:01:03 +02:00
martii
8e5ef986fa gui/movieplayer: show epg info in non-movieplayer modes, too 2014-04-20 21:42:48 +02:00
Jacek Jendrzej
1bbf65c2d3 make info copy only in timeshift mode 2014-04-20 21:03:21 +02:00
Christian Schuett
81d457c614 movieplayer: add possibility to show movie infos 2014-04-18 20:18:05 +02:00
Jacek Jendrzej
3d71258d31 use auto lang only with more as 1 audio pid 2014-04-18 19:27:08 +02:00
[CST] Focus
6fe3bcb50f gui/movieplayer.cpp: change playback instance number 2014-03-28 16:12:31 +04:00
martii
87d5f4feb9 gui/movieplayer: create and use a movieinfo copy (fixes timeshift playback) 2014-03-11 13:31:46 +04:00
svenhoefer
4b5242c254 - plugins: cleanup
* drop PLUGINDIR_USB
* drop unused 'param' from startPlugin
2014-03-02 00:43:59 +01:00
svenhoefer
580fcc97e5 - fix (and enable) one-key-plugin; fix movieplayer-plugin 2014-03-01 23:33:45 +01:00
[CST] Focus
c4f4babb6f gui/movieplayer.cpp: add text subtitles charset select and conversion 2014-02-25 16:48:55 +04:00
[CST] Focus
dbb5de61c8 gui/movieplayer.cpp: add iso file mount 2014-02-25 16:48:54 +04:00
[CST] Focus
5f84fb9fa1 gui/movieplayer.cpp: fix subtitles menu:
stop button for stop item only;
current pid disabled, current item is 'back' if no selected pid, else stop
2014-02-21 20:01:15 +04:00
[CST] Focus
b100766c97 gui/movieplayer.cpp: fix audio/subtitle pid reset on title change 2014-02-21 20:01:14 +04:00
[CST] Focus
3507431fd6 gui/movieplayer.cpp: add title selection to bookmarks/chapters menu 2014-02-21 20:01:14 +04:00
[CST] Focus
64688db9c4 gui/movieplayer.cpp: try to select file play audio lang from audio preferences 2014-02-21 20:01:14 +04:00
[CST] Focus
d93dafed84 gui/movieplayer.cpp: use subtitles font for text subtitles,
convert non-utf8 subtitle text from latin1 to utf,
auto-select external subtitles, if they was started
2014-02-21 20:01:13 +04:00
[CST] Focus
16fa40818f gui/movieplayer.cpp: remove absolute has_hdd variable 2014-02-12 16:47:28 +04:00
[CST] Focus
91c62d6ff0 gui/movieplayer.cpp: fix stalled old speed display on vfd, when timeshift rewind started 2014-01-29 19:28:53 +04:00
[CST] Focus
a763a9ab06 gui/movieplayer.cpp: for timeshift started in rewind mode,
fix vfd speed display, force play time display
2014-01-29 17:21:28 +04:00
M. Liebmann
506203dd85 Fix audio menu in movieplayer 2014-01-20 11:07:27 +01:00
M. Liebmann
b41819190d Preparing the menu classes for Lua Part #2
- Remove CMenuForwarderNonLocalized
- Add overloaded function CMenuForwarder for non local
  THX Martii
2014-01-19 20:57:37 +01:00
[CST] Focus
911e41627c gui/movieplayer.cpp: re-enable and fix auto-time display for REW, FF-modes 2014-01-08 16:34:25 +04:00
Thilo Graf
44d2eabede CMoviePlayerGui: disable time display for REW, FF-modes
time display in combination with REW and FF is broken, needs rework
included CTimeOSD

see also: http://www.dbox2world.net/board293-cst-coolstream/board314-cst-coolstream-development/12017-einblendungen-im-movieplayer/
2014-01-08 12:12:01 +01:00
Thilo Graf
7403aa2d46 CTimeOSD: use class konform member names
CTimeOSD is inherited from CComponentsForm/Item.
Therefore, it is usual to keep the functional layout.
Overwritable virtual members should be used with same
functionality. kill() is similar with paintBackground() known from
CFrameBuffer, hide(bool) do restore saved background and expects a
parameter.

TODO: It works, but class layout of CTimeOSD is currently not conform
with Components, because the functionalities are partially undermined
and must be reworked.
For Example: timescale and clock object not used as sub objects
in a parent form object.
2014-01-08 08:18:44 +01:00
martii
cbc9299df8 convert most char[...] configuration values to std::string
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>
2013-12-25 12:08:14 +01:00
Michael Liebmann
868574f50f CMoviePlayerGui: Initialize variables to paint subtitle 2013-12-20 20:20:18 +01:00
martii
1c53781218 gui/timeosd: rewrite based on infoclock implementation 2013-12-17 00:11:43 +01:00
[CST] Focus
e2ae51ae84 gui/movieplayer.cpp, neutrino.cpp: fix inactivity timer -
do not stop playback to show cancel timer question
2013-11-29 17:27:09 +04:00
M. Liebmann
7466d6f19c InfoClock: Fix display clock in movie browser, file browser etc. 2013-11-22 10:01:35 +01:00
svenhoefer
5ce5730f84 - movieplayer: show channellogo in infobar 2013-11-15 09:22:12 +01:00
svenhoefer
37e3502fb0 - movieplayer: show progress in VFD (thx Satbaby) 2013-11-15 09:18:18 +01:00
svenhoefer
00b4303765 - movieplayer: show infobar at every start of a movie 2013-11-15 09:08:14 +01:00
svenhoefer
3c8d47fa49 Revert "global.h: Use forward-declarations to reduce number of dependencies"
This reverts commit 4bc6e43ad4.
2013-11-13 23:40:16 +01:00
Stefan Seyfried
4bc6e43ad4 global.h: Use forward-declarations to reduce number of dependencies 2013-11-13 10:40:03 +01:00
Stefan Seyfried
e75526bad3 movieplayer: initialize vpid and vtype variables 2013-11-13 10:38:55 +01:00
Stefan Seyfried
878d8a55be movieplayer: fix invalid type 2013-10-01 14:00:20 +02:00
Jacek Jendrzej
79e63c3f78 movieplayer.cpp: add rtsp parse 2013-09-09 19:25:37 +02:00
Jacek Jendrzej
073d7c93e3 movieplayer dont skip RequestAbort 2013-09-08 19:04:34 +02:00
Jacek Jendrzej
ba4d30112d movieplayer fix youtube name 2013-09-08 18:34:55 +02:00
[CST] Focus
cbc6c5867f gui/movieplayer.cpp: fix for 6fe70ff17d, audio tracks not cleared 2013-09-04 17:39:56 +04:00
Michael Liebmann
347ac82e50 Fix segfault in movieplayer (uninitialized variable) 2013-09-04 02:25:08 +02:00
[CST] Focus
6fe70ff17d gui/movieplayer.cpp: add support to play files from upnp browser,
add support to stop playback while open in progress, to interrupt i.e. ffmpeg analyze etc, based on code (c) martii <m4rtii@gmx.de>
2013-09-03 18:23:20 +04:00
Jacek Jendrzej
af920c8988 /movieplayer: filpeplayer add parse for rtmp 2013-08-26 17:02:14 +02:00
Michael Liebmann
c60c5c5ce3 Replace color indexes of the text colors by real color values for RenderString()
- If necessary, Correct data types of the color values
2013-07-21 22:00:58 +02:00
Michael Liebmann
54e4a812d2 * youtube feeds: Fix handling mute icon 2013-06-03 19:11:58 +02:00
Jacek Jendrzej
1eb46dbfba -fix compil warrnings 2013-06-02 13:18:03 +02:00