[MPlayer-dev-eng] branching off rc4

Reinhard Tartler siretart at tauware.de
Sun Jun 27 22:26:33 CEST 2010


On Sun, Jun 27, 2010 at 21:54:10 (CEST), Reimar Döffinger wrote:

> On Sun, Jun 27, 2010 at 09:51:38PM +0200, Reinhard Tartler wrote:
>> On Sun, Jun 27, 2010 at 20:27:17 (CEST), Reimar Döffinger wrote:
>> 
>> > On Sun, Jun 27, 2010 at 08:16:47PM +0200, Reinhard Tartler wrote:
>> >> On Sat, Jun 26, 2010 at 20:10:03 (CEST), Reimar Döffinger wrote:
>> >> > Applied the workaround of disable direct-rendering for the VP8 codec.
>> >> > Not perfect, but not a disadvantage compared to libvpx, that one does not
>> >> > support direct-rendering at all...
>> >> 
>> >> If you mean r31560, I've just tested it, but it still fails on test VM.
>> >
>> > That's a bit unspecific...
>> 
>> With a little bit of help on irc, I've found out that it works with
>> -demuxer mkv, but not with libavformat's demuxer.
>> 
>> can we perhaps prioritize the mkv demuxer?
>
> No.
> That's almost as unspecific, it works just fine for me.

Compn on irc suggested this patch:

Index: libmpdemux/mp_taglists.c
===================================================================
--- libmpdemux/mp_taglists.c	(Revision 31574)
+++ libmpdemux/mp_taglists.c	(Arbeitskopie)
@@ -112,6 +112,7 @@
     { CODEC_ID_TIERTEXSEQVIDEO,   MKTAG('T', 'S', 'E', 'Q')},
     { CODEC_ID_TXD,               MKTAG('T', 'X', 'D', 'V')},
     { CODEC_ID_VP6A,              MKTAG('V', 'P', '6', 'A')},
+    { CODEC_ID_VP8,               MKTAG('V', 'P', '8', '0')},
     { CODEC_ID_VMDVIDEO,          MKTAG('V', 'M', 'D', 'V')},
     { CODEC_ID_WS_VQA,            MKTAG('V', 'Q', 'A', 'V')},
     { CODEC_ID_XAN_WC3,           MKTAG('W', 'C', '3', 'V')},


with this patch, my two webm samples work just fine for me.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



More information about the MPlayer-dev-eng mailing list