changeset 471:50e990d816f9

new YUV formats added, some fixes & updates
author arpi_esp
date Mon, 16 Apr 2001 04:03:56 +0000
parents 8e101a5d9dc2
children a25ba0fd865e
files DOCS/codecs.conf
diffstat 1 files changed, 30 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/codecs.conf	Mon Apr 16 03:33:35 2001 +0000
+++ b/DOCS/codecs.conf	Mon Apr 16 04:03:56 2001 +0000
@@ -1,5 +1,9 @@
 ;  Default codecs config file. It replaces the old codecs.c file!
 
+;=============================================================================
+;                   VIDEO CODECS
+;=============================================================================
+
 videocodec mpeg12
   info "MPEG 1 or 2"
   status working
@@ -28,6 +32,7 @@
   driver dshow
   dll "divx_c32.ax"
   guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa
+;  out YV12
   out YUY2
   out BGR32,BGR24,BGR16,BGR15
 
@@ -59,6 +64,7 @@
   driver dshow
   dll "ir50_32.dll"
   guid 0x30355649, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71
+  out YV12,I420
   out YUY2
   out BGR32,BGR24,BGR16,BGR15
 
@@ -68,6 +74,7 @@
   fourcc IV50,iv50
   driver vfw
   dll "ir50_32.dll"
+  out YV12,I420
   out YUY2
   out BGR32,BGR24,BGR15
 
@@ -97,6 +104,7 @@
   driver vfw
   dll "iccvid.dll"
   out YUY2
+  out UYVY
   out BGR24,BGR15
 
 videocodec cram
@@ -109,7 +117,8 @@
 
 videocodec vcr2
   info "ATI VCR-2"
-  status working
+  status crashing
+  comment "segfault"
   fourcc VCR2
   driver vfw
   dll "ativcr2.dll"
@@ -122,6 +131,7 @@
   fourcc I263,i263,I420,i420
   driver vfw
   dll "i263_32.drv"
+;  out I420
   out YUY2
   out BGR32,BGR24,BGR15
 
@@ -133,6 +143,7 @@
   dll "mcmjpg32.dll"
 ;  dll "m3jpeg32.dll"
   out YUY2
+  out UYVY
   out BGR32,BGR24,BGR15
 
 videocodec wmv1
@@ -142,6 +153,7 @@
   driver dshow
   dll "wmvds32.ax"
   guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae
+;  out I420
   out YUY2
   out BGR32,BGR24,BGR16,BGR15
 
@@ -163,30 +175,32 @@
   driver dshow
   dll "tm20dec.ax"
   guid 0x4cb63e61, 0xc611, 0x11D0, 0x83, 0xaa, 0x00, 0x00, 0x92, 0x90, 0x01, 0x84
+;  out UYVY
   out YUY2
   out BGR32,BGR24,BGR16,BGR15
 
 videocodec dv
   info "Sony Digital Video (DV)"
-  status untested
-  fourcc dvsd
+  status working
+  fourcc DVSD dvsd
   driver dshow
   dll "qdv.dll"
   guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42
   out YUY2
+  out UYVY
   out BGR32,BGR24,BGR16,BGR15
 
 videocodec morgands
   info "Morgan MJPEG"
-  status untested
+  status crashing
   fourcc MJPG mjpg
   driver dshow
-  dll "m3jpegdec.ax"
+  dll "M3JPEGdec.ax"
   guid 0x6988b440, 0x8352, 0x11d3, 0x9b, 0xda, 0xca, 0x86, 0x73, 0x7c, 0x71, 0x68
   out YUY2
   out BGR32,BGR24,BGR16,BGR15
 
-videocodec hfyu
+videocodec huffyuv
   info "HuffYUV"
   status crashing
   comment "ICDecompressGetFormat failed: Error -2"
@@ -194,6 +208,7 @@
   driver vfw
   dll "huffyuv.dll"
   out YUY2
+  out UYVY
   out BGR32,BGR24,BGR15
 
 videocodec mszh
@@ -218,11 +233,13 @@
 
 videocodec mwv1
   info "Motion Wavelets"
-  status untested
+  status crashing
+  comment "decompressquery failed"
   fourcc MWV1
   driver vfw
   dll "icmw_32.dll"
-;  out YUY2
+;  out YV12
+  out YUY2
   out BGR32,BGR24,BGR15
 
 videocodec wmv8
@@ -246,7 +263,7 @@
 videocodec asv2
   info "ASUS V2"
   status buggy
-  comment "upside down"
+  comment "rgb upside down, yuv ok"
   fourcc ASV2
   driver vfw
   dll "asusasv2.dll"
@@ -254,6 +271,10 @@
   out UYVY flip
   out BGR32,BGR24,BGR15 flip
 
+;=============================================================================
+;                   AUDIO CODECS
+;=============================================================================
+
 audiocodec divx
   info "DivX audio (WMA)"
   status working