summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-12-30 10:27:23 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-12-30 10:27:23 +0100
commit12b4f37ca3f86ba37a91e501cfaf46f89e8d75f5 (patch)
tree8dc00380abf261cba2374213ce4fbac91dbffdbd /HISTORY
parent61fefd00bff72ebeece4984c087a3415a6b53854 (diff)
downloadvdr-12b4f37ca3f86ba37a91e501cfaf46f89e8d75f5.tar.gz
vdr-12b4f37ca3f86ba37a91e501cfaf46f89e8d75f5.tar.bz2
The SVDRP command GRAB now optionally writes the image data to the SVDRP connection (encoded in base64)
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c27d04ea..40304569 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4019,3 +4019,7 @@ Video Disk Recorder Revision History
need to be adapted to the new interface.
- The new class cBase64Encoder (see tools.h) can be used to encode data in
base64 (thanks to Bob Withers for publishing his Base64 class).
+- The SVDRP command GRAB now writes the image data to the SVDRP connection
+ (encoded in base64) if the given file name consists of only the file
+ extension (".jpg", ".jpeg" or ".pnm"), or if only "-" is given as file
+ name (based on a suggestion from Darren Salt).