[MPlayer-cvslog] r34008 - trunk/etc/codecs.conf
cehoyos
subversion at mplayerhq.hu
Tue Aug 23 22:04:41 CEST 2011
Author: cehoyos
Date: Tue Aug 23 22:04:40 2011
New Revision: 34008
Log:
FFmpeg now supports WVP2 and WMVP.
Modified:
trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf Sat Aug 20 13:36:30 2011 (r34007)
+++ trunk/etc/codecs.conf Tue Aug 23 22:04:40 2011 (r34008)
@@ -1006,13 +1006,20 @@ videocodec ffwmv3
dll wmv3
out YV12,I420,IYUV
+videocodec ffwvp2
+ info "FFmpeg WVP2"
+ status working
+ fourcc WVP2
+ driver ffmpeg
+ dll vc1image
+ out YV12,I420,IYUV
+
videocodec ffwmvp
info "FFmpeg WVC1"
- comment "requires demuxer lavf"
- status buggy
+ status working
fourcc wmvp,WMVP
driver ffmpeg
- dll wmv3
+ dll wmv3image
out YV12,I420,IYUV
videocodec ffwmv3vdpau
More information about the MPlayer-cvslog
mailing list