From c024446839241af2fa7d618ce49cc8c1e5693f7f Mon Sep 17 00:00:00 2001 From: Andreas Regel Date: Sat, 31 Jul 2004 23:55:00 +0200 Subject: Release version 0.0.6 - added channel swapping. It is now possible to swap the currently viewed channel with the pip channel by pressing the red key. (thanks to Sascha Volkenandt) - added support for other aspect ratios than 4:3. Image is now correctly scaled and black border is added when necessary. - added automatic frame dropping that always takes the last frame from the ringbuffer. - added -D_GNU_SOURCE to DEFINES in Makefile - fixed a memory leak: missing deletion of frame ringbuffer - fixed a memory leak: missing frame deletion in case of a full ringbuffer - small speedup through just putting relevant frames to ringbuffer - updated finnish translations (thanks to Rolf Ahrenberg) --- patches/vdr-1.2.6-256-palette.diff | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'patches') diff --git a/patches/vdr-1.2.6-256-palette.diff b/patches/vdr-1.2.6-256-palette.diff index 1ea1c79..aab4f69 100644 --- a/patches/vdr-1.2.6-256-palette.diff +++ b/patches/vdr-1.2.6-256-palette.diff @@ -81,14 +81,14 @@ } --- vdrold/osdbase.h 2004-06-13 14:05:47.000000000 +0200 +++ vdr-1.2.6/osdbase.h 2004-06-13 13:59:45.000000000 +0200 -@@ -14,6 +14,7 @@ - #include "font.h" - - #define MAXNUMCOLORS 256 -+#define VDR_OSDPIP_PATCHED - - enum eDvbColor { - #ifdef DEBUG_OSD +@@ -14,6 +14,7 @@ + #include "font.h" + + #define MAXNUMCOLORS 256 ++#define VDR_OSDPIP_PATCHED + + enum eDvbColor { + #ifdef DEBUG_OSD @@ -69,13 +70,14 @@ // stored yet, NumColors will be set to 0 and the function will // return NULL. -- cgit v1.2.3