Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] [ANNOUNCE] vdr-softdevice-0.0.7pre1



Hi,

next pre release of softdevice plugin is ready.

What is it about ?
It brings vdr via framebuffer or X11-Xv or DirectFB or vidix and ffmpeg to your desktop.

This plugin is available via:
http://www.lucke.in-berlin.de

Some additional notes:
- Epia user with DirectFB have to place "disable-module=cle266" in
  /etc/directfbrc to get a working OSD and have to apply attached patch to DirectFB
- ffpmeg's deinterlacing works well for news tickers, but has some disadvantages
  on normal/fast motion, as it is causing visible block artefakts.
- Alpha blending of OSD works with radeon cards for X11 if you build Xfree yourself
  and apply a patch (available from above location). This patch enables some hotkeys
  to change X11-Atoms (properties) direct. So pressing 'A' twice enables pixel based 
  alpha blending. 'a' twice will go back to default mode. When alpha blending is
  enabled everything else but the video area will be drawn black :-( so maximize
  the window first.

From CHANGELOG:

  2004-07-10 : softdevice-0.0.7pre1
    - use of ffmpegs deinterlacer, selectable via OSD. Thanks to Herbert Attenberger
    - DFB out added acpect ratio and AFD handling
    - activate cropping support, selectable via OSD (xv-out + vidix-out + dfb-out)
  2004-07-09 : softdevice-0.0.6post3
    - DFB out set display layer configuration according to reported capabilities
    - DFB out use only first available video layer
  2004-06-28 :
    - DFB out changed COLORKEY to 0,0,0 to get transparent OSD with matrox
    - DFB out has it's own remote
    - DFB out only set videolayer if it is NOT set previously
  2004-06-02 : softdevice-0.0.6post2
             - added some addtional libs for ffmpeg which may be required
             - changed VIDIX out to probe for driver
             - fix for syncing on some DVB-T streams
  2004-05-30 - fix xv video refresh for MapNotify event
  2004-05-24 - added aspect ratio handling for VIDIX out
  2004-05-23 - added help text for commandline help

-- 
Stefan Lucke
cvs diff: Diffing .
Index: uc_overlay.h
===================================================================
RCS file: /cvs/directfb/DirectFB/gfxdrivers/unichrome/uc_overlay.h,v
retrieving revision 1.1
diff -U3 -r1.1 uc_overlay.h
--- uc_overlay.h        14 Jun 2004 11:53:35 -0000      1.1
+++ uc_overlay.h        9 Jul 2004 08:03:53 -0000
@@ -2,7 +2,7 @@
 #define __UC_OVERLAY_H__

 #define UC_OVL_CAPS (DLCAPS_SURFACE | DLCAPS_OPACITY | DLCAPS_SCREEN_LOCATION \
-    | DLCAPS_DEINTERLACING)
+    | DLCAPS_DEINTERLACING | DLCAPS_DST_COLORKEY)
 /*    | DLCAPS_BRIGHTNESS | DLCAPS_CONTRAST              \
     | DLCAPS_SATURATION | DLCAPS_HUE)
     */


Home | Main Index | Thread Index