log libmpdemux/demux_mkv.c @ 22605:4d81dbdf46b9

age author description
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Mon, 05 Mar 2007 12:02:57 +0000 reimar Remove subcp_open/subcp_close from mkv demuxer, they are useless since a long time.
Thu, 01 Mar 2007 12:54:08 +0000 reimar Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.
Thu, 08 Feb 2007 14:19:18 +0000 reimar Make sure sub->sh is set when a subtitle is selected
Mon, 05 Feb 2007 18:25:28 +0000 reimar Another round of subtitle code cleanup
Wed, 31 Jan 2007 23:28:34 +0000 reimar Make mkv demuxer use ffmpeg LZO as well.
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'.
Sun, 03 Dec 2006 17:35:40 +0000 eugeni Rename: ass_process_font -> ass_add_font.
Sat, 02 Dec 2006 12:32:44 +0000 diego Remove superfluous bswap.h include.
Thu, 23 Nov 2006 17:37:28 +0000 eugeni Cosmetics: indentation fix.
Sun, 19 Nov 2006 14:23:54 +0000 reimar Generalize subtitle switching, demux_ogg does not need a special case
Tue, 14 Nov 2006 22:48:53 +0000 rtogni Don't spam the console with timestamps (non-error messages printed every
Tue, 14 Nov 2006 22:40:35 +0000 rtogni Fix extradata passing to lavc RV20 decoder
Mon, 13 Nov 2006 16:15:23 +0000 reimar Make subtitle stream handling more similar to audio and video streams.
Tue, 07 Nov 2006 18:14:30 +0000 mosu If parsing a seek head fails then mplayer should try continue parsing the file after the seek head.
Sun, 05 Nov 2006 20:29:29 +0000 reimar Fix index-based seeking in audio-only files, fixes bug #621
Sun, 05 Nov 2006 13:53:27 +0000 kraymer add MSGTR_MPDEMUX_MKV for demux_mkv.c
Sat, 28 Oct 2006 15:07:18 +0000 eugeni Libass interface reworked:
Sun, 15 Oct 2006 12:48:18 +0000 reimar Implement -noidx since index can use quite a bit of memory, esp. when using valgrind.
Thu, 12 Oct 2006 17:21:15 +0000 reimar Cosmetics
Thu, 12 Oct 2006 17:19:43 +0000 reimar strncpy->strlcpy
Thu, 12 Oct 2006 17:19:10 +0000 reimar Remove useless return; at end of function
Thu, 12 Oct 2006 17:18:20 +0000 reimar Simplify demux_mkv_get_sub_lang
Thu, 12 Oct 2006 14:11:39 +0000 ptt modifications pointed out by reimar doffinger