[Mplayer-cvslog] CVS: main/DOCS BUGS,1.3,1.4 CODECS,1.22,1.23 MPlayer-FAQ,1.26,1.27 README,1.30,1.31

Berczi Gabor gabucino at users.sourceforge.net
Thu May 10 01:30:46 CEST 2001


Update of /cvsroot/mplayer/main/DOCS
In directory usw-pr-cvs1:/tmp/cvs-serv21080/DOCS

Modified Files:
	BUGS CODECS MPlayer-FAQ README 
Log Message:

CODECS -> codecs.conf


Index: BUGS
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/BUGS,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** BUGS	2001/05/02 00:12:01	1.3
--- BUGS	2001/05/09 23:30:43	1.4
***************
*** 57,61 ****
  No sound at all:
  - your file uses an unsupported codec
!   Workaround: read DOCS/CODECS, and help us adding support for it
  
  Video-out problems:
--- 57,61 ----
  No sound at all:
  - your file uses an unsupported codec
!   Workaround: read DOCS/codecs.conf, and help us adding support for it
  
  Video-out problems:

Index: CODECS
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/CODECS,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** CODECS	2001/05/09 22:25:15	1.22
--- CODECS	2001/05/09 23:30:44	1.23
***************
*** 3,119 ****
  =========================
  
! If you have sample files for untested codecs, or want a new codec to be
! added, contact us! See bellow (after the codecs listing) the details!
! 
! Video codecs:
! ~~~~~~~~~~~~~
! Built-in native codecs:
! 
! - MPEG 1/2 (no fourcc)
!   libmpeg2: works, YUV (YV12) supported, with optional postprocessing!!!
! - OpenDivX (DIV1,DIVX)
!   decore:  works, YUV (YV12) supported, postprocessing supported
! 
! Fully functional Win32 VfW/DShow codecs:
! 
! - M$ MPEG4 v1, v2 (MPG4,MP42):
!   mpg4c32.dll: works, YUV supported.
! - M$ MPEG4 v3 / DivX ;-) / AngelPotion  (MP43,DIV3,DIV4,DIV5,DIV6,AP41)
!   divxc32.dll: works, YUV supported.
!   divx_c32.ax: works, YUV and postprocessing supported.
! - Indeo Video 5.0:  (IV50)
!   ir50_32.dll (VfW): works, YUV supported.
!   ir50_32.dll (DShow): works, YUV supported.
! - Cinepak Video:  (CVID)
!   iccvid.dll: works, YUV supported.
! - Microsoft Video v1.0 (CRAM)
!   msvidc32.dll: works, no YUV
! - ATI VCR-2:  (VCR2)
!   ativcr2.dll: works, YUV supported
! - Motion JPEG (MJPG)
!   m3jpeg32.dll: can't load (segfault)
!   mcmjpg32.dll: works, YUV supported
!   m3jpegdec.ax: works, YUV supported
! - Windows Media Video 7 (WMV1)
!   wmvds32.ax: works, YUV supported
! - I263:  (I263)
!   i263_32.drv: works, YUV supported
! - DV - Sony Digital Video (dvsd)
!   ?
! - ASUS ASV2: (ASV2)
!   asusasv2.dll: works, image upside-down on RGB (YUV ok!)
! 
! Problems:
! 
! - Indeo Video 4.1:  (IV41)
!   ir41_32.dll: works, no YUV, image upside-down
! - Indeo Video 3.2:  (IV32, IV31)
!   ir32_32.dll: works, no YUV, image upside-down
! - ATI VCR1:  (VCR1)
!   ativcr1.dll: can't load (16-bit DLL)
! - TrueMotion 2.0:  (TM20)
!   tm20dec.ax: dest format not accepted
! - ZLIB
!   avizlib.dll: YUY2 only (no RGB), Called unk_RegEnumValueA -> endless loop
! - MSZH
!   avimszh.dll: RGB only (no YUV), Called unk_RegEnumValueA -> endless loop
! - MWV1: calls many unk_ functions and then segfaults.
! - HuffYUV:  (HFYU)
!   huffyuv.dll: YUY2 _or_ 24/32bpp only (depending on file encoding)
! 
! Not tested:
! 
! - ASUS ASV1: (ASV1)
!   asusasvd.dll: ??? not tested
! - Motion Wavelets: (MWV1)
!   icmw_32.dll: not tested (no sample file)
! - Windows Media Video 8 (WMV2)
!   wmv8ds32.ax: not tested (no sample file)
! - I420: (I420)
!   i263_32.drv: not tested, but should work (no sample file)
! - m261: (m261)
!   msh261.drv: not tested, what's this?
! 
! Audio codecs:
! ~~~~~~~~~~~~~
! Built-in native codecs:
! 
! - Uncompressed PCM (0)
! - Uncompressed DVD PCM: (0x10001)
! - MPEG layer 2 and 3:  (0x50, 0x55)
!   mp3lib, based on mpg123  (sometimes segfaults, then use ACM, see below)
! - AC3:  (0x2000)
!   libac3
! - aLaw audio: (0x6)
!   aLaw codec from xanim sources
! - MS-GSM: (0x31,0x32)
!   xa_gsm from avifile sources
! 
! Fully functional Win32 ACM/DShow codecs:
! 
! - Windows Media Audio / DivX audio (0x160, 0x161)
!   divxa32.acm: works
! - MS ADPCM (0x2)
!   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
! - MS-GSM: (0x31,0x32)
!   msgsm32.acm: works   (or you can use the  built-in codec)
! - IMA ADPCM (0x11)
!   imaadp32.acm: works
! 
! Problems:
! 
! - uLaw audio: (0x7)
!   mess...
! - ACELP.net Sipro Lab Audio (0x130)
!   doesn't work: unk_ ...
! 
! Not tested:
! 
! - IMC:  (0x401)
!   imc32.acm: not tested (no sample file)
  
  
--- 3,7 ----
  =========================
  
! See DOCS/codecs.conf
  
  

Index: MPlayer-FAQ
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/MPlayer-FAQ,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** MPlayer-FAQ	2001/05/09 22:25:15	1.26
--- MPlayer-FAQ	2001/05/09 23:30:44	1.27
***************
*** 138,142 ****
  
  Q: I have problems playing files with ... codec. Can I use'em?
! A: Check DOCS/CODECS, if it doesn't contain your codec, contact us.
  
  Q: What about DGA driver? I can't find it!!!
--- 138,142 ----
  
  Q: I have problems playing files with ... codec. Can I use'em?
! A: Check DOCS/codecs.conf, if it doesn't contain your codec, contact us.
  
  Q: What about DGA driver? I can't find it!!!

Index: README
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/README,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** README	2001/05/09 05:52:59	1.30
--- README	2001/05/09 23:30:44	1.31
***************
*** 76,81 ****
  Supported audio & video codecs:
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! *** See DOCS/CODECS for the complete list, or check ***
! *** http://mplayer.sourceforge.net/DOCS/codecs.html ***
  
  The most important video codecs:
--- 76,81 ----
  Supported audio & video codecs:
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! *** See DOCS/codecs.conf for the complete list, or check ***
! ***    http://mplayer.sourceforge.net/DOCS/codecs.html   ***
  
  The most important video codecs:
***************
*** 92,98 ****
  - alaw, msgsm, pcm and other simple old audio formats
  
! If you have a codec not listed here, and not supported yet,
! just read CODECS to get info about its status or about how
! to help us adding support for it!
  
  Supported video output devices:
--- 92,98 ----
  - alaw, msgsm, pcm and other simple old audio formats
  
! If you have a codec not listed here, and not supported yet, just
! read DOCS/codecs.conf and CODECS to get info about its status or about
! how to help us adding support for it!
  
  Supported video output devices:


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list