[Mplayer-cvslog] CVS: main/DOCS/Spanish codecs.conf,1.1,1.2

TeLeNiEkO telenieko at users.sourceforge.net
Sun Apr 8 00:30:50 CEST 2001


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

Modified Files:
	codecs.conf 
Log Message:
Updated


Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/Spanish/codecs.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** codecs.conf	2001/04/02 16:57:45	1.1
--- codecs.conf	2001/04/07 22:30:48	1.2
***************
*** 1,5 ****
! ; Archivo de ejemplo para la configuracion de los codecs.
! ; Este no es funcional aun, hasta que terminemos el cargador de la
! ; configuracion. MPlayer usara codecs.c mientras.
  
  videocodec mpeg4
--- 1,12 ----
! ;  Archivo de configuracion de codecs ejemplar.
! ;  Esto no es funcional todavia! hasta que finalicemos el cargador
! ;  de la configuracion
! ;  mplayer usara el archivo codecs.c!!!
! 
! videocodec mpeg12
!   info "MPEG 1 or 2"
!   format 0x1
!   driver libmpeg2
!   out YV12
  
  videocodec mpeg4
***************
*** 10,17 ****
    driver vfw
    dll "mpg4c32.dll"
!   out YUY2 noflip,yuvhack
!   out RGB32,RGB24,RGB15
  
! videocodec divx
    info "DivX ;-) (MS MPEG-4 v3)"
    comment "DivX rulez ;-)"
--- 17,24 ----
    driver vfw
    dll "mpg4c32.dll"
!   out YUY2 yuvhack
!   out BGR32,BGR24,BGR15
  
! videocodec divxds
    info "DivX ;-) (MS MPEG-4 v3)"
    comment "DivX rulez ;-)"
***************
*** 20,29 ****
    fourcc DIV6,div6 div4
    fourcc DIV3,div3,DIV4,div3
!   driver vfw
!   dll "divxc32.dll"
!   out YUY2 noflip,yuvhack
!   out RGB32,RGB24,RGB15
  
! videocodec divxds
    info "DivX ;-) (MS MPEG-4 v3)"
    comment "DivX rulez ;-)"
--- 27,37 ----
    fourcc DIV6,div6 div4
    fourcc DIV3,div3,DIV4,div3
!   driver dshow
!   dll "divx_c32.ax"
!   guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa
!   out YUY2
!   out BGR32,BGR24,BGR16,BGR15
  
! videocodec divx
    info "DivX ;-) (MS MPEG-4 v3)"
    comment "DivX rulez ;-)"
***************
*** 32,41 ****
    fourcc DIV6,div6 div4
    fourcc DIV3,div3,DIV4,div3
!   driver dshow
!   dll "divx_c32.ax"
!   guid 0x82CCd3E0, 0xF71A, 0x11D0, 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa
!   out YUY2 noflip
!   out RGB32,RGB24,RGB16,RGB15 noflip
! 
  videocodec odivx
    info "OpenDivX (MPEG-4 v2)"
--- 40,48 ----
    fourcc DIV6,div6 div4
    fourcc DIV3,div3,DIV4,div3
!   driver vfw
!   dll "divxc32.dll"
!   out YUY2 yuvhack
!   out BGR32,BGR24,BGR15
!   
  videocodec odivx
    info "OpenDivX (MPEG-4 v2)"
***************
*** 43,47 ****
    fourcc DIV1,div1 divx
    driver odivx
!   out YV12 noflip
  
  videocodec indeo5
--- 50,54 ----
    fourcc DIV1,div1 divx
    driver odivx
!   out YV12
  
  videocodec indeo5
***************
*** 50,55 ****
    driver vfw
    dll "ir50_32.dll"
!   out YUY2 noflip
!   out RGB32,RGB24,RGB15 noflip  
  
  videocodec indeo4
--- 57,62 ----
    driver vfw
    dll "ir50_32.dll"
!   out YUY2
!   out BGR32,BGR24,BGR15
  
  videocodec indeo4
***************
*** 59,63 ****
    driver vfw
    dll "ir41_32.dll"
!   out RGB24,RGB15 flip
  
  videocodec indeo3
--- 66,70 ----
    driver vfw
    dll "ir41_32.dll"
!   out BGR24,BGR15 flip
  
  videocodec indeo3
***************
*** 68,87 ****
    driver vfw
    dll "ir32_32.dll"
!   out RGB24,RGB15 flip
  
! videocodec cvid  
    info "Cinepak Video"
    fourcc cvid
    driver vfw
    dll "msvidc32.dll"
!   out YUY2 noflip
!   out RGB24,RGB15 noflip  
  
! videocodec cram  
    info "CRAM"
    fourcc cram,CRAM
    driver vfw
    dll "msvidc32.dll"
!   out RGB24,RGB15 noflip
  
  videocodec vcr2
--- 75,94 ----
    driver vfw
    dll "ir32_32.dll"
!   out BGR24,BGR15 flip
  
! videocodec cvid
    info "Cinepak Video"
    fourcc cvid
    driver vfw
    dll "msvidc32.dll"
!   out YUY2
!   out BGR24,BGR15
  
! videocodec cram
    info "CRAM"
    fourcc cram,CRAM
    driver vfw
    dll "msvidc32.dll"
!   out BGR24,BGR15
  
  videocodec vcr2
***************
*** 90,95 ****
    driver vfw
    dll "ativcr2.dll"
!   out YUY2 noflip 
!   out RGB32,RGB24,RGB15 noflip
  
  videocodec i263
--- 97,102 ----
    driver vfw
    dll "ativcr2.dll"
!   out YUY2
!   out BGR32,BGR24,BGR15
  
  videocodec i263
***************
*** 97,112 ****
    comment "not tested"
    fourcc I263,i263
!   driver vfw 
    dll "i263_32.drv"
!   out RGB32,RGB24,RGB15 noflip
  
  videocodec mjpeg
    info "Motion JPEG"
!   fourcc MJPG    
!   driver vfw 
    dll "mcmjpg32.dll"
  ;  dll "m3jpeg32.dll"
!   out YUY2 noflip   
!   out RGB32,RGB24,RGB15 noflip
  
  videocodec wmv1
--- 104,119 ----
    comment "not tested"
    fourcc I263,i263
!   driver vfw
    dll "i263_32.drv"
!   out BGR32,BGR24,BGR15
  
  videocodec mjpeg
    info "Motion JPEG"
!   fourcc MJPG
!   driver vfw
    dll "mcmjpg32.dll"
  ;  dll "m3jpeg32.dll"
!   out YUY2
!   out BGR32,BGR24,BGR15
  
  videocodec wmv1
***************
*** 116,121 ****
    dll "wmvds32.ax"
    guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae
!   out YUY2 noflip
!   out RGB32,RGB24,RGB16,RGB15 noflip
  
  audiocodec divx
--- 123,128 ----
    dll "wmvds32.ax"
    guid 0x4facbba1, 0xffd8, 0x4cd7, 0x82, 0x28, 0x61, 0xe2, 0xf6, 0x5c, 0xb1, 0xae
!   out YUY2
!   out BGR32,BGR24,BGR16,BGR15
  
  audiocodec divx
***************
*** 128,139 ****
  audiocodec msadpcm
    info "MS ADPCM"
!   format 0x2     
!   driver acm 
    dll "msadp32.acm"
  
! audiocodec mp3acm   
    info "MPEG layer-3"
    comment "Optimized to Intel MMX/SSE"
!   format 0x55  
    driver acm
    dll "l3codeca.acm"
--- 135,146 ----
  audiocodec msadpcm
    info "MS ADPCM"
!   format 0x2
!   driver acm
    dll "msadp32.acm"
  
! audiocodec mp3acm
    info "MPEG layer-3"
    comment "Optimized to Intel MMX/SSE"
!   format 0x55
    driver acm
    dll "l3codeca.acm"
***************
*** 142,148 ****
  audiocodec mp3
    info "MPEG layer-2,3"
!   comment "Optimized to AMD 3Dnow!" 
    format 0x50
!   format 0x55  
    driver mp3lib
    flags seekable
--- 149,155 ----
  audiocodec mp3
    info "MPEG layer-2,3"
!   comment "Optimized to AMD 3Dnow!"
    format 0x50
!   format 0x55
    driver mp3lib
    flags seekable
***************
*** 153,158 ****
    driver acm
    dll "imaadp32.acm"
! 
! audiocodec msgsmacm 
    info "MS GSM"
    format 0x31
--- 160,165 ----
    driver acm
    dll "imaadp32.acm"
!   
! audiocodec msgsmacm
    info "MS GSM"
    format 0x31
***************
*** 163,174 ****
  audiocodec msgsm
    info "MS GSM"
!   format 0x31   
    format 0x32
    driver msgsm
  
  audiocodec voxware
    info "VoxWare"
!   format 0x75  
!   driver dshow 
    dll "voxmsdec.ax"
    guid 0x73f7a062, 0x8829, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d
--- 170,196 ----
  audiocodec msgsm
    info "MS GSM"
!   format 0x31
    format 0x32
    driver msgsm
  
+ audiocodec alaw
+   info "aLaw"
+   format 0x6
+   driver alaw
+ 
+ audiocodec pcm
+   info "Uncompressed PCM"
+   format 0x1
+   driver pcm
+ 
+ audiocodec ac3
+   info "AC3"
+   format 0x2000
+   driver libac3
+ 
  audiocodec voxware
    info "VoxWare"
!   format 0x75
!   driver dshow
    dll "voxmsdec.ax"
    guid 0x73f7a062, 0x8829, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d


_______________________________________________
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