summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDirk Leber <tiqq2@gmx.de>2008-01-14 18:53:35 +0100
committerDirk Leber <tiqq2@gmx.de>2008-01-14 18:53:35 +0100
commit6f90955bba9d996b0fe9080cc4c13d657562af3c (patch)
tree6da0b53e46954e96fe3c525f8896883c6a722e08 /ChangeLog
parentcc96350ed25b072190267641a6af7974524b6d4e (diff)
downloadxine-lib-6f90955bba9d996b0fe9080cc4c13d657562af3c.tar.gz
xine-lib-6f90955bba9d996b0fe9080cc4c13d657562af3c.tar.bz2
Signedness bug in Matroska PTS calculation
With some mkv files I had many discontinuity events. I found out that if changing the timecode_diff in demux_matroska.c from int to int16_t fixes this problem. Using int will never produce negative values if int is not 16-bit...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ed085f08..c988d78f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
xine-lib (1.1.17) 2009-??-??
* Build fixes related to ImageMagick 6.4 & later.
+ * Fix an error in Matroska PTS calculation.
* Enable libmpeg2new. This is not yet production code; the old mpeg2
decoder remains the default.
* Fix a broken size check in the pvr input plugin (ref. CVE-2008-5239).