summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-12-29 11:24:02 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-12-29 11:24:02 +0100
commitaa64d64d904f2057f8367e9b0ee8f1441d1b7573 (patch)
treee9de325c635cd2bc17ae6b52c91879f444a3f40c /HISTORY
parentd877846cc97f635f60c09c0aac7b38a90c263c0c (diff)
downloadvdr-aa64d64d904f2057f8367e9b0ee8f1441d1b7573.tar.gz
vdr-aa64d64d904f2057f8367e9b0ee8f1441d1b7573.tar.bz2
Converting a grabbed image to JPEG is now done with the new function RgbToJpeg()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index a5c28232..1e02a787 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3963,7 +3963,7 @@ Video Disk Recorder Revision History
commands may now be executed at any time, and the message will be displayed
(no more "pending message").
-2005-12-28: Version 1.3.38
+2005-12-29: Version 1.3.38
- Fixed handling second audio and Dolby Digital PIDs for encrypted channels
(was broken in version 1.3.37).
@@ -4006,3 +4006,5 @@ Video Disk Recorder Revision History
timer" menu for that timer.
- Removing deleted recordings is now done in a separate thread.
- Dropped the unused "stop recording on primary interface" stuff.
+- Converting a grabbed image to JPEG is now done with the new function
+ RgbToJpeg() (see tools.h).