summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-12-29 16:02:37 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-12-29 16:02:37 +0100
commit61fefd00bff72ebeece4984c087a3415a6b53854 (patch)
tree9ba2b633bb5921feb1331987b23b892c2b3b4e24 /HISTORY
parentcb428520e6f5cb7f5e56f4ba06f54b1ce7b47c23 (diff)
downloadvdr-61fefd00bff72ebeece4984c087a3415a6b53854.tar.gz
vdr-61fefd00bff72ebeece4984c087a3415a6b53854.tar.bz2
Implemented cBase64Encoder
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index a486602f..c27d04ea 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4017,3 +4017,5 @@ Video Disk Recorder Revision History
function cDevice::GrabImageFile() can be used to write the grabbed image
directly to a file. Plugins that used the old version of cDevice::GrabImage()
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).