log libmpdemux/matroska.h @ 37195:ac6c37d85d65 default tip

age author description
Wed, 23 Mar 2011 22:08:34 +0000 cehoyos Support E-AC3 in deprecated native matroska demuxer.
Sat, 05 Jun 2010 17:32:11 +0000 reimar Add webm/VP8 support to native matroska demuxer.
Thu, 13 Aug 2009 21:54:08 +0000 cehoyos Add Dolby TrueHD support for mkv demuxer.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Tue, 01 Apr 2008 15:24:53 +0000 uau Remove unnecessary includes
Wed, 05 Mar 2008 23:32:01 +0000 diego Add missing header #includes to fix 'make checkheaders'.
Fri, 29 Feb 2008 17:25:39 +0000 eugeni Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle
Fri, 29 Feb 2008 17:25:37 +0000 eugeni Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio track
Fri, 22 Feb 2008 09:09:46 +0000 diego Add MPLAYER_ prefix to multiple inclusion guards.
Sun, 21 Oct 2007 22:57:42 +0000 aurel add support for wavpack into matroska
Mon, 02 Jul 2007 22:34:45 +0000 diego Do not use leading underscores in multiple inclusion guards, they are reserved.
Wed, 20 Jun 2007 16:29:56 +0000 reimar Remove useless demnuxer.h include from matroska.h, it creats "hundreds" of
Thu, 10 May 2007 14:01:53 +0000 reimar Support theora in mkv. Sample: http://samples.mplayerhq.hu/Matroska/theora.mkv
Sun, 19 Nov 2006 14:23:54 +0000 reimar Generalize subtitle switching, demux_ogg does not need a special case
Wed, 11 Oct 2006 17:25:46 +0000 ptt added OSD audio switching visualization
Sat, 22 Jul 2006 14:35:49 +0000 rathann Native MPEG4 SP/ASP/AP support in Matroska.
Fri, 07 Jul 2006 18:02:49 +0000 eugeni Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.
Sat, 22 Oct 2005 10:13:28 +0000 mosu Added support for A_AAC.
Fri, 21 Jan 2005 18:25:44 +0000 mosu Handle missing palettes in the info part of VobSubs in Matroska files correctly by giving mplayer a NULL pointer. This way it will use a default palette instead of black only. Patch by Csillag Kristof (fenwick () freemail ! hu)
Tue, 11 Jan 2005 08:30:56 +0000 mosu Support for AVC in Matroska.
Fri, 26 Nov 2004 16:36:03 +0000 mosu Added support for MPEG-1 and MPEG-2 in Matroska.
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.
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.
Mon, 19 Jan 2004 19:16:10 +0000 mosu Added the new C based Matroska demuxer by Aurelien Jacobs.
Fri, 05 Dec 2003 11:03:43 +0000 mosu Support for HE-AAC in Matroska. Also only set ds->pts to the first pts of a laced block, and set dp->pts to the current pts taking default_duration into account.
Sun, 16 Nov 2003 22:53:08 +0000 mosu Added the FLAC CodecId.
Thu, 16 Oct 2003 22:01:30 +0000 mosu Support for MP2 audio.
Thu, 16 Oct 2003 21:06:43 +0000 mosu Support for VobSub-in-Matroska; parts outside of demux_mkv.cpp.
Wed, 10 Sep 2003 12:50:29 +0000 mosu Support for SSA text subs in Matroska. Patch partially by Tristan <z80@oceanfree.net>.
Wed, 10 Sep 2003 11:39:40 +0000 mosu Support for Quicktime stuff in Matroska (e.g. Sorenson, QDesign Music codecs etc.).
Fri, 11 Jul 2003 20:24:20 +0000 mosu Necessary changes for the upcoming libebml/libmatroska 0.5.0. Implemented support for RealAudio and RealVideo inside Matroska.
Mon, 19 May 2003 20:55:52 +0000 mosu Endian fixes and proper support for headerless AAC streams.
Sat, 17 May 2003 20:53:12 +0000 mosu Added support for AAC.
Thu, 15 May 2003 10:36:06 +0000 mosu Support for DTS tracks (only with -hwac3 of course).
Wed, 30 Apr 2003 11:39:32 +0000 mosu Added Matroska demuxing support.