summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-05-28 14:19:16 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-05-28 14:19:16 +0200
commit1e63fa4174c73d8ea4d257b883a9ac926a87311d (patch)
tree130f5125303bb9f1192cab935f659f3b6855a911 /HISTORY
parentae3da0bcec271892b4e4aa1c34a0eb06c3856035 (diff)
downloadvdr-1e63fa4174c73d8ea4d257b883a9ac926a87311d.tar.gz
vdr-1e63fa4174c73d8ea4d257b883a9ac926a87311d.tar.bz2
Avoiding unnecessary calls to getLength() in libsi/si.c, and avoiding the '& 0xff' in CRC32::crc32() of libsi/util.c
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 1bca9213..c2ebcaa7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3570,3 +3570,5 @@ Video Disk Recorder Revision History
the schedule it is in.
- Now using hash tables to speed up cSchedule::GetEvent() (partially based on
a patch from Georg Acher).
+- Avoiding unnecessary calls to getLength() in libsi/si.c, and avoiding the
+ '& 0xff' in CRC32::crc32() of libsi/util.c (thanks to Georg Acher).