log libmpdemux/demux_mkv.c @ 14489:ca9e98e6c10b

age author description
Thu, 13 Jan 2005 21:04:34 +0000 mosu Do not access word-sized elements on potentially unaligned memory addresses. RISC processors usually do not like that.
Tue, 11 Jan 2005 18:32:49 +0000 reimar Call subcp_close when closing the demuxer
Tue, 11 Jan 2005 08:30:56 +0000 mosu Support for AVC in Matroska.
Sun, 28 Nov 2004 21:08:46 +0000 mosu Make use of the default duration for one frame if it is present in the file. This produces much smoother timecodes for laced audio frames. And I REALLY don't know why I missed that before...
Fri, 26 Nov 2004 16:36:03 +0000 mosu Added support for MPEG-1 and MPEG-2 in Matroska.
Thu, 25 Nov 2004 22:24:00 +0000 mosu Output more information about vids, aids, sids, alangs and slangs with -identify. Patch by kiriuja <mplayer-patches@en-directo.net>
Sat, 30 Oct 2004 08:47:04 +0000 mosu DTS uses the format tag 0x2001. Patch by Joakim Plate (joakim ! plate () ecce ! se)
Tue, 28 Sep 2004 13:51:20 +0000 joey fix sub_select fiasco with global sub numbering. now multiple sub sources can be managed in essentially one list.
Tue, 21 Sep 2004 18:02:33 +0000 mosu With the latest change to dec_audio.c (1.32) the demuxers have to set sh_a->samplesize to something != 0.
Sat, 18 Sep 2004 14:35:19 +0000 reimar fix playback of files with displaysize not set (aspect was set to NaN for these)
Sun, 12 Sep 2004 14:01:13 +0000 mosu Spelling. Patch by Jan Minar <jjminar at fastmail onedot fm>.
Wed, 25 Aug 2004 07:52:52 +0000 mosu Cosmetics: fix some compiler warnings.
Tue, 24 Aug 2004 21:37:41 +0000 mosu Display the language code for subtitles from Matroska files.
Tue, 24 Aug 2004 20:58:29 +0000 mosu Support for subtitle switching in Matroska.
Wed, 28 Jul 2004 12:40:35 +0000 reimar fixes a crash and unchecked string-handling in ENCA code.
Mon, 28 Jun 2004 16:43:01 +0000 mosu Do not dereference NULL if no track could be found for a block.
Thu, 10 Jun 2004 11:16:44 +0000 mosu Support for the "custom colors" and "forced subtitles" entries in the VobSub idx. Made the parser handle whitespaces better.
Tue, 08 Jun 2004 21:30:32 +0000 mosu Try to get the "size:" and "palette:" entries for VobSub tracks from the private data.
Sat, 08 May 2004 17:52:25 +0000 henry ENCA support (http://trific.ath.cx/software/enca/)
Mon, 26 Apr 2004 09:22:17 +0000 rfelker fix exploitable buffer overflow
Fri, 02 Apr 2004 07:36:42 +0000 mosu Fixed the support for the A_MS/ACM CodecID which just stores a WAVEFORMATEX in the track's private data.
Fri, 26 Mar 2004 19:45:06 +0000 mosu Implemented "seek to position".
Thu, 25 Mar 2004 20:47:37 +0000 mosu Removed the limitation to max. eight laced blocks.
Thu, 18 Mar 2004 08:37:21 +0000 mosu Parse comma separated language lists instead of comparing the complete language string. Patch by Loren Merritt <lorenm at u dot washington dot edu>
Mon, 09 Feb 2004 19:21:08 +0000 mosu Exit when an invalid EBML ID has been read (e.g. for files that have been cut off).
Sun, 01 Feb 2004 10:58:50 +0000 mosu Do not open more than one audio/video/subtitle stream at the same time.
Sat, 31 Jan 2004 09:54:09 +0000 mosu Do not try to seek beyond the end of the stream when parsing the headers.
Tue, 27 Jan 2004 06:02:29 +0000 rfelker 100l
Thu, 22 Jan 2004 21:43:36 +0000 mosu Do not deactivate the video stream if no audio stream was wanted/found...
Tue, 20 Jan 2004 14:10:48 +0000 mosu Compiler/system compatibility fixes.
Tue, 20 Jan 2004 09:57:19 +0000 mosu Fixed subtitle clearing.
Mon, 19 Jan 2004 19:51:07 +0000 mosu Fixed the subtitle line overflowing for SSA if there were too many \N in the subs.
Mon, 19 Jan 2004 19:16:10 +0000 mosu Added the new C based Matroska demuxer by Aurelien Jacobs.