summaryrefslogtreecommitdiff
path: root/UPDATE-2.0.0
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-17 13:44:05 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-17 13:44:05 +0100
commitfb60a3e83665469fa55f4fd97856c3e98515e5c2 (patch)
tree9efc1eb2653fdc2b0f3208264421e3b827cfbd2d /UPDATE-2.0.0
parent4056de5d1c2f91b7fc1a6168625009e78d3a6f49 (diff)
downloadvdr-fb60a3e83665469fa55f4fd97856c3e98515e5c2.tar.gz
vdr-fb60a3e83665469fa55f4fd97856c3e98515e5c2.tar.bz2
Added notes from HISTORY
Diffstat (limited to 'UPDATE-2.0.0')
-rw-r--r--UPDATE-2.0.06
1 files changed, 4 insertions, 2 deletions
diff --git a/UPDATE-2.0.0 b/UPDATE-2.0.0
index 6ecfcbb2..3ed9db0b 100644
--- a/UPDATE-2.0.0
+++ b/UPDATE-2.0.0
@@ -1,5 +1,3 @@
-TODO: /// PRELIMINARY DRAFT ///
-
This is a summary of the changes in VDR 2.0.0 since the last stable
version 1.6.0. It only contains things that are of actual importance
to the user and doesn't mention the many fixes and improvements that
@@ -90,6 +88,8 @@ Plugins:
new parameters Setup.RcRepeatDelay and Setup.RcRepeatDelta to allow the user to
adjust the behavior of the remote control's repeat function. They shall also
remove any setup options they might have that serve the same purpose.
+- Added demos of the DrawEllipse() and DrawSlope() function to the 'osddemo'
+ plugin (press '1' or '2', respectively).
Skins:
@@ -375,6 +375,7 @@ Recordings:
limited to the values specified by the new command line option --dirnames (see
man vdr(1) for details). For backwards compatibility the option --vfat is still
available and has the same effect as --dirnames=250,40,1.
+- Improved cutting videos.
SVDRP:
@@ -471,3 +472,4 @@ Misc:
- Synchronizing system time to the transponder time is now done using adjtime() in order
to avoid discontinuities. If the time difference is more than 10 seconds, stime() is
still used to do the initial sync.
+- Implemented scaling of SPU bitmaps.