summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@civ.zcu.cz>2010-11-28 15:12:02 +0100
committerFrantišek Dvořák <valtri@civ.zcu.cz>2010-11-28 15:12:02 +0100
commita643b3afeb34ef53e7aa4d583453c6b0a8fb025c (patch)
tree29b1009bf82698a127adcea457dd8ff76f18e18e /ChangeLog
parent3ecb5005717a6a142ec47fe0d6dc0e166b039e27 (diff)
downloadxine-lib-a643b3afeb34ef53e7aa4d583453c6b0a8fb025c.tar.gz
xine-lib-a643b3afeb34ef53e7aa4d583453c6b0a8fb025c.tar.bz2
Header stripping support in matroska demuxer.
Reserved space on the start of block_data for the headers during reading to avoid temporary memory buffers and memcpy()'s.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cac31c748..a3c371f0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@ xine-lib (1.1.??) 2010-??-??
* New MinGW-w64 port, various portability fixes.
* MinGW port updates.
* Possibility to disable HW acceleration in directx video output.
+ * Header stripping support in Matroska demuxer.
xine-lib (1.1.19) 2010-07-25
* Handle odd widths properly (for ffmpeg-decoded video).