Mercurial > mplayer.hg
log libmpdemux/demux_mkv.c @ 22074:bb1b9c3c729b
age | author | description |
---|---|---|
Sat, 27 Jan 2007 14:54:45 +0000 | reimar | Simplify and make lzo decompression code more similar to zlib one. |
Sat, 27 Jan 2007 14:52:18 +0000 | reimar | Forgotten free on error |
Sat, 27 Jan 2007 14:45:52 +0000 | reimar | *dest = malloc (*size); is useless directly before *dest = realloc (*dest, *size); |
Thu, 25 Jan 2007 17:48:38 +0000 | diego | Remove comment printed by -demuxer help, it belongs in the copyright header. |
Sat, 06 Jan 2007 19:07:58 +0000 | reimar | Subtitle handling cleanup: factor out code for parsing embedded subtitles |
Thu, 21 Dec 2006 22:11:47 +0000 | uau | Fix display of multiple simultaneous subtitles without libass. |
Fri, 15 Dec 2006 19:35:06 +0000 | eugeni | VobSub tracks cannot be handled by libass, do not mark them with 'a'. |