Hi community. After a very long time we are proud to anncounce a new release of the dxr3-plugin for VDR - version 0.2.3 is out ;) ChangeLog Version 0.2.3: - fixed output of anamorphic video when tv aspect is configured to 16:9 in DVB setup menu (Seppo Ingalsuo) - rewrote i18n support, improved Finnish translation and other bits (Christian Gmeiner, Ville Skytt?) - fixed void cDxr3Interface::SetAudioDigitalPCM() (Stephan Skrodzki) - added many comments into source (Christian Gmeiner) - using doxygen for docs (Christian Gmeiner) - made path to microcode configurable in Makefile (Sascha Volkenandt) - better default directories in Makefile (Christian Gmeiner, vdr-wiki.de folks) - use std:: instead of namespace std (bug #1044069, Christian Gmeiner, Ville Skytt?) - fixed #includes: moved #include "dxr3osd.h" from dxr3interface.h to dxr3interface.c, removed not needed #includes (Christian Gmeiner) - added support for VDR 1.3.13 and later (Luca Olivetti, Peter Dittmann) - fixed checking of return falues when opening the em8300-* fifos (Christian Gmeiner, Ville Skytt?) - removed explicit linking with zlib (Christian Gmeiner) - compiles now with 3.4.x gcc's (Christian Gmeiner, Ville Skytt?) - use $CXX for generating dependencies instead of hardcoded g++ (Ville Skytt?) - added descriptions to audio and video output threads (#1112673, Ville Skytt?) - fixed audio and video thread deletion in demux device destructor (#1112674, Ville Skytt?) - made "all" the default target in Makefile (Ville Skytt?) - avoid hang in pause mode with VDR >= 1.3.18 (Luca Olivetti) - avoid high CPU usage in pause mode (Luca Olivetti, Klaus Schmidinger) - improved GetSTC(): fixes DVB subtitles sync problems (Mikko Tuumanen) - limit OSD flush rate: prevents OSD from going berserk due to being refreshed too often, see plugin settings (Luca Olivetti, Ville Skytt?) - borrow better OSD scaling routines from the Xine plugin (Luca Olivetti) - improve original OSD scaler for small resolutions (#1014339, Luca Olivetti) - improve error checking, eliminate some compiler warnings (Ville Skytt?) - fix OSD going pink after returning from the MPlayer plugin; while at it, remove dxr3palettemanager.* and use VDR's cPalette (Ville Skytt?, Martin Cap, Luca Olivetti) - remove unused dxr3unixserversocket.* from 0.2.x (Ville Skytt?) - fix sound with the MP3 plugin and VDR >= 1.3.18 (Antti J?rvinen) - set aspect ratio and audio mode to unknown when releasing devices, fixes the setup eg. after returning from the MPlayer plugin (Luca Olivetti, Kimmo Vuorinen) - rework OSD color management, fixes eg. color "bleeding" (Luca Olivetti, Thomas Husterer) - sync SPU decoder with VDR 1.3.23 (Ville Skytt?) - register only needed ffmpeg codec(s) (Marco Schl??ler) - fix crash at exit (Marco Schl??ler) - add support for mandatory subtitles (Marco Schl??ler) - avoid crashing with some corrupted streams (Jon Burgess) - remove optimized memcpy routines and related stuff, just use the glibc one (Ville Skytt?) - clean up dead code for old VDR versions that hasn't worked for some time anyway, VDR >= 1.3.11 is now required (Ville Skytt?) - improve recovery and avoid lockups caused by bad streams (Jon Burgess) - use VDR's facilities for logging (no more dxr3plugin.log), make it less noisy (Ville Skytt?, Christian Gmeiner) - add setup option for hiding the main menu entry (Ville Skytt?) - implement stereo/left/right audio channel switching (Malcolm Caldwell) - limit card number to sane values in config (Ville Skytt?) - added Italian, Spanish and Catalan translations (Luca Olivetti) - don't override OSD's {Save,Restore}Region with dummies (Luca Olivetti) You can find the release at http://prdownloads.sourceforge.net/dxr3plugin/vdr-dxr3-0.2.3.tgz?download Some news about the website: The CMS is installed and i am doing the last config stuff, all we need is now an artist how helps me with the design of the website. Greets, Christian Gmeiner -- Christian Gmeiner Developer for Rockbox (http://www.rockbox.org) Maintainer of the DXR3-Plugin for VDR: http://sourceforge.net/projects/dxr3plugin/ Maintainer of VDR-Ebuilds at Gentoo.de