[MPlayer-cvslog] r31542 - trunk/etc/codecs.conf

reimar subversion at mplayerhq.hu
Wed Jun 23 19:34:19 CEST 2010


Author: reimar
Date: Wed Jun 23 19:34:19 2010
New Revision: 31542

Log:
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
edge emulation support.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Wed Jun 23 18:57:04 2010	(r31541)
+++ trunk/etc/codecs.conf	Wed Jun 23 19:34:19 2010	(r31542)
@@ -2176,6 +2176,15 @@ videocodec vp7
   out YUY2
   out BGR32,BGR24
 
+videocodec ffvp8
+  info "FFmpeg VP8"
+  comment "not working due to missing edge emulation"
+  status buggy
+  fourcc VP80
+  driver ffmpeg
+  dll "vp8"
+  out YV12
+
 videocodec fflibvpx
   info "FFmpeg wrapper for libvpx/VP8"
   status working


More information about the MPlayer-cvslog mailing list