diff options
-rw-r--r-- | README.txt | 6 | ||||
-rw-r--r-- | Todo | 3 |
2 files changed, 9 insertions, 0 deletions
@@ -162,6 +162,12 @@ Setup: /etc/vdr/setup.conf if detected crop area is too small, cut max 'n' pixels at top and bottom. + softhddevice.Background = 0 + 32bit RGBA background color + (Red * 16777216 + Green * 65536 + Blue * 256 + Alpha) + or hex RRGGBBAA + grey = 2155905279 + softhddevice.SkipLines = 0 skip 'n' lines at top and bottom of the video picture. @@ -39,6 +39,8 @@ video: hard channel switch yaepghd changed position is lost on channel switch pause (live tv) has sometime problems with SAT1 HD Pro7 HD + radio show black background + radio no need to wait on video buffers vdpau: software decoder path not working @@ -82,6 +84,7 @@ audio: software volume support (could be done with asound.conf) Mute should do a real mute and not only set volume to zero. Starting suspended and muted, didn't register the mute. + Relaxed audio sync checks at end of packet and already in sync audio/alsa: better downmix of >2 channels on 2 channel hardware |