The scaled video window will only work on av7110 (Nexus-s, others?) based
cards.  If you are using CVS dvb kernel drivers you no longer need to patch
the kernel.  However, you must still patch vdr with the appropriate patch.
Note, 1.2.6 is no longer supported, I have kept the 1.2.6 diff files in the
release in case someone wants to try and make it work for 1.2.6.

Patches:
patches/dvb-epg.diff			- 2.6 Kernel driver
patches/osd.h.diff			- User space osd.h ***
patches/vdr-1.2.6-yaepg.diff		- VDR 1.2.6
patches/vdr-1.2.6-ElchiAIO4d-yaepg.diff	- ElchiAIO4d patched VDR 1.2.6
patches/vdr-1.3.7-yaepg.diff		- VDR 1.3.7+
patches/vdr-1.3.14-yaepg.diff		- VDR 1.3.14+

*** If you get the following error you need to apply the osd.h.diff patch
to you user space /usr/include/linux/dvb/osd.h header file:

g++ -g -O2 -Wall -Woverloaded-virtual -c -DREMOTE_KBD -DREMOTE_ -D_GNU_SOURCE -D
VIDEODIR=\"/video\" -DPLUGINDIR=\"./PLUGINS/lib\" -I../DVB/include dvbosd.c
dvbosd.c: In member function `virtual void cDvbOsd::Flush()':
dvbosd.c:164: error: `OSD_OpenRaw' undeclared (first use this function)
dvbosd.c:164: error: (Each undeclared identifier is reported only once for each
   function it appears in.)
make: *** [dvbosd.o] Error 1
