summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-01-24 14:30:02 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2003-01-24 14:30:02 +0100
commita3d9b92615fbbc4a7632477a7cf05fd9cfb410c4 (patch)
tree3fe8c7592703c7638fe8551f44b0b315dfd2b683 /HISTORY
parentcdcf28b051c71a84632384346bb7a2a481a95373 (diff)
downloadvdr-a3d9b92615fbbc4a7632477a7cf05fd9cfb410c4.tar.gz
vdr-a3d9b92615fbbc4a7632477a7cf05fd9cfb410c4.tar.bz2
Increased the maximum possible packet size to avoid corrupted streams
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 3e64bd5e..b4bdbcbc 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1917,7 +1917,7 @@ Video Disk Recorder Revision History
EPG data, that string is now limited in length when used in a recording's
file name.
-2003-01-19: Version 1.1.22
+2003-01-24: Version 1.1.22
- Added 'Hrvatska radiotelevizija' and 'RTV Slovenija' to ca.conf (thanks to
Paul Gohn).
@@ -1925,3 +1925,5 @@ Video Disk Recorder Revision History
- Since disk file systems apparently don't honor the O_NONBLOCK flag to read from
a file in non-blocking mode the cDvbPlayer now uses a non blocking file reader
class to make sure replay remains smooth even under heavy system load.
+- Increased the maximum possible packet size in remux.c to avoid corrupted streams
+ with broadcasters that send extremely large PES packets (thanks to Teemu Rantanen).