summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.txt37
-rw-r--r--Todo4
2 files changed, 35 insertions, 6 deletions
diff --git a/README.txt b/README.txt
index 31f87d9..124d59e 100644
--- a/README.txt
+++ b/README.txt
@@ -27,13 +27,14 @@ A software and GPU emulated HD output device plugin for VDR.
o Audio FFMpeg / OSS / Analog
o HDMI/SPDIF pass-through
o Software volume, compression, normalize and channel resample
- o YaepgHD support
+ o YaepgHD support / new >1.7.33 VDR ScaleVideo API support
o Software deinterlacer Bob (VA-API only)
o Autocrop
o Grab image (VDPAU only)
- o Suspend
+ o Suspend / Dettach
o Letterbox, Stretch and Center cut-out video display modes
o atmo light support with plugin http://github.com/durchflieger/DFAtmo
+ o PIP (Picture-in-Picture) (VDPAU only)
o planned: Video decoder VA-API Branch: vaapi-ext/staging
o planned: Video output XvBA / Opengl / Xv
@@ -228,11 +229,41 @@ Setup: /etc/vdr/setup.conf
0 disable black picture during channel switch
1 enable black picture during channel switch
- VideoDisplayFormat = ?
+ softhddevice.Video4to3DisplayFormat = 1
0 pan and scan
1 letter box
2 center cut-out
+ softhddevice.VideoOtherDisplayFormat = 1
+ 0 pan and scan
+ 1 pillar box
+ 2 center cut-out
+
+ softhddevice.pip.X = 79
+ softhddevice.pip.Y = 78
+ softhddevice.pip.Width = 18
+ softhddevice.pip.Height = 18
+ PIP pip window position and size in percent.
+
+ softhddevice.pip.VideoX = 0
+ softhddevice.pip.VideoY = 0
+ softhddevice.pip.VideoWidth = 0
+ softhddevice.pip.VideoHeight = 0
+ PIP video window position and size in percent.
+
+ softhddevice.pip.Alt.X = 0
+ softhddevice.pip.Alt.Y = 50
+ softhddevice.pip.Alt.Width = 0
+ softhddevice.pip.Alt.Height = 50
+ PIP alternative pip window position and size in percent.
+
+ softhddevice.pip.Alt.VideoX = 0
+ softhddevice.pip.Alt.VideoY = 0
+ softhddevice.pip.Alt.VideoWidth = 0
+ softhddevice.pip.Alt.VideoHeight = 50
+ PIP alternative video window position and size in percent.
+
+
Setup: /etc/vdr/remote.conf
------
diff --git a/Todo b/Todo
index d0cc5db..7b6384f 100644
--- a/Todo
+++ b/Todo
@@ -54,6 +54,7 @@ libva:
[drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
[drm:i915_wait_request] *ERROR* i915_wait_request returns -11 ...
missing OSD support for 3d SBS / Top-Bottom streams, like VPDAU.
+ PIP support
libva: branch vaapi-ext / staging
add support for vaapi-ext / staging
@@ -110,8 +111,6 @@ plugins:
setup:
Setup of decoder type.
Setup of output type.
- Setup of display type.
- Setup 4:3 zoom type
Some setup parameters are not used until restart.
Can a notice be added to the setup menu?
@@ -126,7 +125,6 @@ future features (not planed for 1.0 - 1.5)
video out with xvba
software decoder for xv / opengl
multistream handling
- pip support
save and use auto-crop with channel zapping
upmix stereo to AC-3 (supported by alsa plugin)