log libmpdemux/matroska.h @ 27015:e708dca1b539

age author description
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)