diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-12-29 16:02:37 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-12-29 16:02:37 +0100 |
commit | 61fefd00bff72ebeece4984c087a3415a6b53854 (patch) | |
tree | 9ba2b633bb5921feb1331987b23b892c2b3b4e24 /HISTORY | |
parent | cb428520e6f5cb7f5e56f4ba06f54b1ce7b47c23 (diff) | |
download | vdr-61fefd00bff72ebeece4984c087a3415a6b53854.tar.gz vdr-61fefd00bff72ebeece4984c087a3415a6b53854.tar.bz2 |
Implemented cBase64Encoder
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |