changeset 346:6fef09521f55

i420, indeo5 fixes/changes
author gabucino
date Wed, 11 Apr 2001 10:38:58 +0000
parents ac3148cd77d1
children 8ec84df2712f
files DOCS/codecs.conf
diffstat 1 files changed, 18 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/codecs.conf	Wed Apr 11 10:10:12 2001 +0000
+++ b/DOCS/codecs.conf	Wed Apr 11 10:38:58 2001 +0000
@@ -38,7 +38,6 @@
   fourcc DIV5,div5 div3   ; DivX 3.20 
   fourcc DIV6,div6 div4   ;   -||-
   fourcc DIV3,div3,DIV4,div4
-  fourcc AP41 DIV3  ; AngelPotion definitive MPEG4 (yet another stolen stuff)
   driver vfw
   dll "divxc32.dll"
   out YUY2 yuvhack
@@ -52,15 +51,6 @@
   driver odivx
   out YV12
 
-videocodec indeo5
-  info "Intel Indeo 5"
-  status working
-  fourcc IV50,iv50
-  driver vfw
-  dll "ir50_32.dll"
-  out YUY2
-  out BGR32,BGR24,BGR15
-
 videocodec indeo5ds
   info "Intel Indeo 5"
   status untested
@@ -71,6 +61,15 @@
   out YUY2
   out BGR32,BGR24,BGR16,BGR15
 
+videocodec indeo5
+  info "Intel Indeo 5"
+  status working
+  fourcc IV50,iv50
+  driver vfw
+  dll "ir50_32.dll"
+  out YUY2
+  out BGR32,BGR24,BGR15
+
 videocodec indeo4
   info "Intel Indeo 4.1"
   status buggy
@@ -119,8 +118,7 @@
 videocodec i263
   info "I263"
   status working
-  fourcc I420 i263      ; (map!) they use the same dll.. dunno if it (i420) worx
-  fourcc I263,i263
+  fourcc I263,i263,I420,i420
   driver vfw
   dll "i263_32.drv"
   out YUY2
@@ -147,13 +145,15 @@
   out BGR32,BGR24,BGR16,BGR15
 
 videocodec ap41
-  info "AngelPotion Definitive V1"
-  status crashing
-  fourcc AP41
-  driver vfw
-  dll "apmpg4v1.dll"
+  info "AngelPotion Definitive V1"	; yet another stolen stuff
+  status working
+  fourcc AP41 div3  
+  fourcc div3
+  driver dshow
+  dll "divx_c32.ax"		; no need to use apmpg4v1.dll
+  guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa
   out YUY2
-  out BGR32,BGR24,BGR15
+  out BGR32,BGR24,BGR16,BGR15
 
 videocodec tm20
   info "TrueMotion 2.0"