[Mplayer-cvslog] CVS: main codecs.c,1.7,1.8

GEREOFFY arpi_esp at users.sourceforge.net
Fri Mar 30 05:04:05 CEST 2001


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

Modified Files:
	codecs.c 
Log Message:
some new codecs added - not work yet

Index: codecs.c
===================================================================
RCS file: /cvsroot/mplayer/main/codecs.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** codecs.c	2001/03/22 18:06:48	1.7
--- codecs.c	2001/03/30 03:04:03	1.8
***************
*** 18,21 ****
--- 18,23 ----
  static    GUID dvsd_clsid={0xB1B77C00, 0xC3E4, 0x11CF,
      {0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42}};
+ static    GUID CLSID_TM20DecompressorCF={0x4cb63e61, 0xc611, 0x11D0,
+     { 0x83, 0xaa, 0x00, 0x00, 0x92, 0x90, 0x01, 0x84}};
  
  
***************
*** 163,166 ****
--- 165,190 ----
            return "wmvds32.ax";
  
+ 	case mmioFOURCC('H', 'F', 'Y', 'U'):
+ 	  printf("HuffYUV\n");
+           avi_header.yuv_supported=1;
+           return "huffyuv.dll";
+ 
+ 	case mmioFOURCC('Z', 'L', 'I', 'B'):
+ 	  printf("ZLIB\n");
+           avi_header.yuv_supported=1;
+           return "avizlib.dll";
+ 
+ 	case mmioFOURCC('M', 'S', 'Z', 'H'):
+ 	  printf("MSZH\n");
+           avi_header.yuv_supported=1;
+           return "avimszh.dll";
+ 
+ #ifdef USE_DIRECTSHOW
+        case mmioFOURCC('T', 'M', '2', '0'):
+          printf("Video in TrueMotion 2.0 format\n");
+           avi_header.yuv_supported=1;
+           avi_header.vids_guid=&CLSID_TM20DecompressorCF;
+           return "tm20dec.ax";
+ #endif
  
    }
***************
*** 190,197 ****
  	case 0x31://MS GSM
  	case 0x32://MS GSM
!             return "msgsm32.acm";   // segfault :( - not req. has internal now!
          case 0x75://VoxWare
              avi_header.auds_guid=&CLSID_Voxware;
!             return "voxmsdec.ax";
  //	case 0x06://???
  //            return "lhacm.acm";
--- 214,221 ----
  	case 0x31://MS GSM
  	case 0x32://MS GSM
!             return "msgsm32.acm";   // OK after FS patch
          case 0x75://VoxWare
              avi_header.auds_guid=&CLSID_Voxware;
!             return "voxmsdec.ax";   // OK after FS patch
  //	case 0x06://???
  //            return "lhacm.acm";


_______________________________________________
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