[MPlayer-cvslog] r34213 - trunk/etc/codecs.conf
compn
subversion at mplayerhq.hu
Tue Oct 18 13:03:40 CEST 2011
Author: compn
Date: Tue Oct 18 13:03:39 2011
New Revision: 34213
Log:
add utvideo binary codec
works on sample from http://www.ffmpeg.org/trac/ffmpeg/ticket/534
Modified:
trunk/etc/codecs.conf
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf Mon Oct 17 14:37:32 2011 (r34212)
+++ trunk/etc/codecs.conf Tue Oct 18 13:03:39 2011 (r34213)
@@ -2266,6 +2266,29 @@ videocodec lagarith
dll "lagarith.dll"
out BGR32,BGR24 flip
+videocodec utvideovfw
+ info "UTVideo Codec"
+ comment "http://umezawa.dyndns.info/wordpress/"
+ status working
+ fourcc ULRA,ULRG,ULY2,ULY0
+ driver vfw
+ dll "utv_vcm.dll" ; requires utv_core.dll
+ out BGR32,BGR24 flip
+ out RGB32,RGB24 flip
+ out YV12,UYVY,YUY2 flip
+
+videocodec utvideodmo
+ info "UTVideo Codec"
+ comment "http://umezawa.dyndns.info/wordpress/"
+ status buggy ; input format not accepted
+ fourcc ULRA,ULRG,ULY2,ULY0
+ driver dmo
+ dll "utv_dmo.dll" ; requires utv_core.dll
+ guid 0x30594c55, 0xe991, 0x460d, 0x84, 0x0b, 0xc1, 0xc6, 0x49, 0x74, 0x57, 0xef
+ out YV12,UYVY,YUY2
+ out RGB32,RGB24
+ out BGR32,BGR24
+
videocodec psiv
info "Infinite Video PSI_V"
status working
More information about the MPlayer-cvslog
mailing list