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

cehoyos subversion at mplayerhq.hu
Sun Jun 27 22:46:42 CEST 2010


Author: cehoyos
Date: Sun Jun 27 22:46:42 2010
New Revision: 31575

Log:
fflibvpx is significantly faster than ffvp8 for nearly all users.

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Sun Jun 27 21:56:49 2010	(r31574)
+++ trunk/etc/codecs.conf	Sun Jun 27 22:46:42 2010	(r31575)
@@ -2176,6 +2176,14 @@ videocodec vp7
   out YUY2
   out BGR32,BGR24
 
+videocodec fflibvpx
+  info "FFmpeg wrapper for libvpx/VP8"
+  status working
+  fourcc VP80
+  driver ffmpeg
+  dll "libvpx"
+  out YV12
+
 videocodec ffvp8
   info "FFmpeg VP8"
   comment "not working due to missing edge emulation"
@@ -2185,14 +2193,6 @@ videocodec ffvp8
   dll "vp8"
   out YV12
 
-videocodec fflibvpx
-  info "FFmpeg wrapper for libvpx/VP8"
-  status working
-  fourcc VP80
-  driver ffmpeg
-  dll "libvpx"
-  out YV12
-
 videocodec mwv1
   info "Motion Wavelets"
   status working


More information about the MPlayer-cvslog mailing list