diff options
author | František Dvořák <valtri@civ.zcu.cz> | 2010-11-28 15:12:02 +0100 |
---|---|---|
committer | František Dvořák <valtri@civ.zcu.cz> | 2010-11-28 15:12:02 +0100 |
commit | a643b3afeb34ef53e7aa4d583453c6b0a8fb025c (patch) | |
tree | 29b1009bf82698a127adcea457dd8ff76f18e18e /ChangeLog | |
parent | 3ecb5005717a6a142ec47fe0d6dc0e166b039e27 (diff) | |
download | xine-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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). |