summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-03-08 15:04:09 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-03-08 15:04:09 +0100
commitad1352f109a5e20787baf99d31b1723ae200784e (patch)
treee2bfde55a394022eb930ce9f446ccae240c23e89 /HISTORY
parentdf03740741e0c6405354d6e4647332947128cdd2 (diff)
downloadvdr-ad1352f109a5e20787baf99d31b1723ae200784e.tar.gz
vdr-ad1352f109a5e20787baf99d31b1723ae200784e.tar.bz2
Fixed a possible endless loop in cH264Parser::GetGolombUe()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 6325bd14..bd23bbd4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8203,7 +8203,7 @@ Video Disk Recorder Revision History
- Fixed detecting broken video data streams when recording.
- Fixed handling frame detection buffer length (reported by Eike Sauer).
-2014-02-27: Version 2.1.6
+2014-03-08: Version 2.1.6
- Revoked "Fixed some compiler warnings with Clang 3.4.1" from ci.c, because this
did not compile with older versions of gcc (thanks to Sören Moch).
@@ -8211,3 +8211,5 @@ Video Disk Recorder Revision History
deleted in a sub folder.
- Fixed handling transfer mode on full featured DVB cards for encrypted channels
that have no audio pid (reported by Christian Winkler).
+- Fixed a possible endless loop in cH264Parser::GetGolombUe(), which caused recordings
+ on some HD channels to get stuck and resulted in buffer overflows.