[MPlayer-cvslog] r31560 - trunk/libmpcodecs/vd_ffmpeg.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Jun 28 07:53:06 CEST 2010


On Sun, Jun 27, 2010 at 04:36:49PM -0400, compn wrote:
> On Sat, 26 Jun 2010 20:06:21 +0200 (CEST), reimar wrote:
> >Author: reimar
> >Date: Sat Jun 26 20:06:20 2010
> >New Revision: 31560
> >
> >Log:
> >Allow the FFmpeg VP8 decoder to work by disabling dr for it (thus we do not
> >need edge emulation).
> 
> codecs.conf can be updated? ffvp8 is still marked 'buggy'.

Might be changed to untested, but on x86 it is still quite a bit slower...
Also, DR still is not possible, might make sense to keep a comment to that effect.

> btw would this be needed as well?
> 
> Index: mp_taglists.c
> ===================================================================
> --- mp_taglists.c       (revision 31574)
> +++ mp_taglists.c       (working copy)
> @@ -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')},

So far not needed, but shouldn't hurt...


More information about the MPlayer-cvslog mailing list