diff DOCS/codecs.conf @ 610:ebd2d0bba43d

comments changed, and dll added for native codecs too (for html)
author arpi_esp
date Tue, 24 Apr 2001 02:28:45 +0000
parents 6811760f7729
children 9355b2ae634e
line wrap: on
line diff
--- a/DOCS/codecs.conf	Tue Apr 24 02:21:20 2001 +0000
+++ b/DOCS/codecs.conf	Tue Apr 24 02:28:45 2001 +0000
@@ -6,15 +6,17 @@
 
 videocodec mpeg12
   info "MPEG 1 or 2"
+  comment "with postprocessing"
   status working
   format 0x1
   driver libmpeg2
+  dll "libmpeg2"
   out YV12
 
 videocodec mpeg4
   info "Microsoft MPEG-4 v1/v2"
   status working
-  comment "No postprocessing"
+;  comment "No postprocessing"
   fourcc MPG4,mpg4
   fourcc MP42,mp42
   driver vfw
@@ -24,6 +26,7 @@
 
 videocodec divxds
   info "DivX ;-) (MS MPEG-4 v3)"
+  comment "with postprocessing"
   status working
   fourcc MP43,mp43 div3   ; fourcc mapping to div3
   fourcc DIV5,div5 div3
@@ -50,11 +53,13 @@
   
 videocodec odivx
   info "OpenDivX (MPEG-4 v2)"
+  comment "with postprocessing"
   status working
   fourcc DIVX,divx
   fourcc DIV1,div1 divx
   format 0x4
   driver odivx
+  dll "opendivx decore"
   out YV12
 
 videocodec indeo5ds
@@ -159,6 +164,7 @@
 
 videocodec ap41
   info "AngelPotion Definitive V1"	; yet another stolen stuff
+  comment "using the DivX ;-) codec"
   status working
   fourcc AP41 div3  
   driver dshow
@@ -301,12 +307,13 @@
   flags seekable
 
 audiocodec mp3
-  info "MPEG layer-2,3"
+  info "MPEG layer-2, layer-3"
   status working
   comment "Optimized to AMD 3Dnow!"
   format 0x50
   format 0x55
   driver mp3lib
+  dll "mp3lib (mpg123)"
   flags seekable
 
 audiocodec imaadpcm
@@ -330,18 +337,21 @@
   format 0x31
   format 0x32
   driver msgsm
+  dll "xa_gsm.c"
 
 audiocodec alaw
   info "aLaw"
   status working
   format 0x6
   driver alaw
+  dll "xanim-alaw"
 
 audiocodec ulaw
   info "uLaw"
   status buggy
   format 0x7
   driver alaw
+  dll "xanim-alaw"
   comment "aLaw driver seems to play it, but it's weird.. Or is uLaw just shit? :)"
 
 audiocodec pcm
@@ -361,6 +371,7 @@
   status working
   format 0x2000
   driver libac3
+  dll "libac3"
 
 audiocodec voxware
   info "VoxWare"