small changes, corrections

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@239 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-03-28 21:58:44 +00:00
parent 92d84f3252
commit 257d7c1dec
1 changed files with 11 additions and 10 deletions

View File

@ -3,7 +3,7 @@ Status of codecs support:
=========================
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 @@ Fully functional Win32 ACM/DShow codecs:
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 @@ Problems:
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 @@ Not tested:
- IMC: (0x401)
imc32.acm: not tested (no sample file)
Extracting codecs from Win32
============================
@ -127,9 +128,10 @@ with the MSACM prefix :
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 @@ when Media Player is playing that file, by checking File/Properties/Advanced.
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