summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-07-22 12:33:45 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-07-22 12:33:45 +0200
commitc14d8d1da1842157568be1d7f84bcf2337762559 (patch)
tree5f25bde57e60066f78ba18ea58966371d424818f /HISTORY
parente4732c091253615801bdce39db203da3b62b4285 (diff)
downloadvdr-c14d8d1da1842157568be1d7f84bcf2337762559.tar.gz
vdr-c14d8d1da1842157568be1d7f84bcf2337762559.tar.bz2
Larger OSD with 2bpp windows; Channel display at bottom
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 96b90081..20490559 100644
--- a/HISTORY
+++ b/HISTORY
@@ -534,7 +534,7 @@ Video Disk Recorder Revision History
- No longer getting stuck when a channel doesn't sync while switching
with the 'Up' and 'Down' keys.
-2001-07-21: Version 0.84
+2001-07-22: Version 0.84
- Fixed video packet scanning to make it recognize the whole range of
allowed video packet ids.
@@ -555,3 +555,7 @@ Video Disk Recorder Revision History
- Increased the frame buffer size to 192KB.
- Removed a superfluous VIDEO_FREEZE call in the replay buffer.
- Added French language texts (thanks to Jean-Claude Repetto).
+- Modified OSD to use 2bpp windows (4 colors) in order to work with less
+ memory, allow a larger OSD window and be faster. The group separators in the
+ "Channels" menu had to be given a different color.
+- Moved the channel display to the bottom of the screen.