changeset 238:d734e84b4eea

small changes, corrections
author arpi_esp
date Wed, 28 Mar 2001 21:58:44 +0000
parents 77460b51c9c1
children 3b6cf9339a12
files DOCS/CODECS
diffstat 1 files changed, 11 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/CODECS	Wed Mar 28 21:45:12 2001 +0000
+++ b/DOCS/CODECS	Wed Mar 28 21:58:44 2001 +0000
@@ -3,7 +3,7 @@
 =========================
 
 If you have sample files for untested codecs, or want a new codec to be
-added, contact us! (for new codecs we need the DLL/AX file and a sample AVI)
+added, contact us! See bellow (after the codecs listing) the details!
 
 Video codecs:
 ~~~~~~~~~~~~~
@@ -89,6 +89,8 @@
   msadp32.acm: works
 - MPEG layer 3:  (0x55)
   l3codeca.acm: works  (or you can use the built-in 3dnow-optimized codec)
+- VoxWare Metasound: (0x75)
+  voxmsdec.ax: works
 
 Problems:
 
@@ -96,8 +98,6 @@
   imaadp32.acm: segfault
 - MS-GSM: (0x31,0x32)
   msgsm32.acm: segfault  (use built-in codec)
-- VoxWare Metasound: (0x75)
-  voxmsdec.ax: segfault
 
 Not tested:
 
@@ -106,6 +106,7 @@
 - IMC:  (0x401)
   imc32.acm: not tested (no sample file)
 
+
 Extracting codecs from Win32
 ============================
 
@@ -127,9 +128,10 @@
 	msacm.l3acm=L3codeca.acm
 This is the MP3 codec.
 
-So, now we have all the info needed (fourcc, codec file, sample AVI), submit a
-bugreport, and upload the files to thot.banki.hu/incoming/MPlayer
-(also see DOCS/README !!!) .
+So, now we have all the info needed (fourcc, codec file, sample AVI), submit
+your codec support request in mail, and upload these files to the FTP:
+    ftp://thot.banki.hu/incoming/MPlayer/<codecname>/
+
 
 2. DirectShow
 ~~~~~~~~~~~~~
@@ -151,16 +153,15 @@
 If not, bad luck ;) Try guessing.
    (for ex. search for : TrueMotion)
  - if found (in registry), there should be a FriendlyName field, and a CLSID
-field. Write down that 16 byte of CLSID.
+field. Write down that 16 byte of CLSID, this is the GUID required by us.
 
 NOTE : if searching fails, try to enable all the checkboxes.. you may have
        false hits, but maybe you'll have the right, too...
 NOTE : dump that M$ shit.
 
 So, now we have all the info needed (fourcc, GUID, codec file, sample AVI),
-submit a bugreport, and upload the files to thot.banki.hu/incoming/MPlayer
-(also see DOCS/README !!!) .
-
+submit your codec support request in mail, and upload these files to the FTP:
+    ftp://thot.banki.hu/incoming/MPlayer/<codecname>/
 
 
 	Gabucino & A'rpi