[MPlayer-cvslog] r31767 - trunk/etc/codecs.conf
cehoyos
subversion at mplayerhq.hu
Thu Jul 22 10:52:42 CEST 2010
Author: cehoyos
Date: Thu Jul 22 10:52:41 2010
New Revision: 31767
Log:
ffvp8 is now significantly faster for x86-64 than fflibvpx.
Modified:
trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf Wed Jul 21 21:29:36 2010 (r31766)
+++ trunk/etc/codecs.conf Thu Jul 22 10:52:41 2010 (r31767)
@@ -2176,21 +2176,21 @@ videocodec vp7
out YUY2
out BGR32,BGR24
-videocodec fflibvpx
- info "FFmpeg wrapper for libvpx/VP8"
+videocodec ffvp8
+ info "FFmpeg VP8"
+ comment "not using direct rendering due to missing edge emulation"
status working
fourcc VP80
driver ffmpeg
- dll "libvpx"
+ dll "vp8"
out YV12
-videocodec ffvp8
- info "FFmpeg VP8"
- comment "not using direct rendering due to missing edge emulation"
+videocodec fflibvpx
+ info "FFmpeg wrapper for libvpx/VP8"
status working
fourcc VP80
driver ffmpeg
- dll "vp8"
+ dll "libvpx"
out YV12
videocodec mwv1
More information about the MPlayer-cvslog
mailing list