summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-06-19 10:47:06 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-06-19 10:47:06 +0200
commitd68b0a87ae327298c39b53ac559a702d5cf1d52e (patch)
tree38e4605a502bbb56c248710868664abc8136c832 /HISTORY
parent121678e0bafa1f081a88cfa3b175fcbcc908573b (diff)
downloadvdr-d68b0a87ae327298c39b53ac559a702d5cf1d52e.tar.gz
vdr-d68b0a87ae327298c39b53ac559a702d5cf1d52e.tar.bz2
Implemented palette replace mode in the OSD bitmaps1.3.27
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c7173b6a..48fb6b5c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3630,3 +3630,6 @@ Video Disk Recorder Revision History
//#define TEST_cVideoRepacker
in remux.c.
+- When drawing a bitmap to the OSD, the existing palette of the target can now be
+ replaced with the new one instead of adding the new entries (thanks to Andreas
+ Regel).