[Mplayer-cvslog] CVS: main/DOCS codecs.conf,1.11,1.12
GEREOFFY
arpi_esp at users.sourceforge.net
Wed Apr 11 01:45:10 CEST 2001
Update of /cvsroot/mplayer/main/DOCS
In directory usw-pr-cvs1:/tmp/cvs-serv26502
Modified Files:
codecs.conf
Log Message:
status changed, bugfixes, new codecs
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/codecs.conf,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** codecs.conf 2001/04/10 23:27:06 1.11
--- codecs.conf 2001/04/10 23:45:07 1.12
***************
*** 3,7 ****
videocodec mpeg12
info "MPEG 1 or 2"
! status ":-)"
format 0x1
driver libmpeg2
--- 3,7 ----
videocodec mpeg12
info "MPEG 1 or 2"
! status working
format 0x1
driver libmpeg2
***************
*** 10,14 ****
videocodec mpeg4
info "Microsoft MPEG-4 v1/v2"
! status ":-)"
comment "No postprocessing"
fourcc MPG4,mpg4
--- 10,14 ----
videocodec mpeg4
info "Microsoft MPEG-4 v1/v2"
! status working
comment "No postprocessing"
fourcc MPG4,mpg4
***************
*** 21,26 ****
videocodec divxds
info "DivX ;-) (MS MPEG-4 v3)"
! status ":-)"
! comment "DivX rulez ;-)"
fourcc MP43,mp43 div3 ; fourcc mapping to div3
fourcc DIV5,div5 div3
--- 21,25 ----
videocodec divxds
info "DivX ;-) (MS MPEG-4 v3)"
! status working
fourcc MP43,mp43 div3 ; fourcc mapping to div3
fourcc DIV5,div5 div3
***************
*** 35,44 ****
videocodec divx
info "DivX ;-) (MS MPEG-4 v3)"
! status ":-)"
! comment "DivX rulez ;-)"
! fourcc MP43,mp43 div3 ; fourcc mapping to div3
! fourcc DIV5,div5 div3
! fourcc DIV6,div6 div4
fourcc DIV3,div3,DIV4,div4
driver vfw
dll "divxc32.dll"
--- 34,43 ----
videocodec divx
info "DivX ;-) (MS MPEG-4 v3)"
! status working
! fourcc MP43,mp43 div3 ; M$ MPEG4 v3 (fourcc mapping to div3)
! fourcc DIV5,div5 div3 ; DivX 3.20
! fourcc DIV6,div6 div4 ; -||-
fourcc DIV3,div3,DIV4,div4
+ fourcc AP41 DIV3 ; AngelPotion definitive MPEG4 (yet another stolen stuff)
driver vfw
dll "divxc32.dll"
***************
*** 48,52 ****
videocodec odivx
info "OpenDivX (MPEG-4 v2)"
! status ":-)"
fourcc DIVX,divx
fourcc DIV1,div1 divx
--- 47,51 ----
videocodec odivx
info "OpenDivX (MPEG-4 v2)"
! status working
fourcc DIVX,divx
fourcc DIV1,div1 divx
***************
*** 56,60 ****
videocodec indeo5
info "Intel Indeo 5"
! status ":-)"
fourcc IV50,iv50
driver vfw
--- 55,59 ----
videocodec indeo5
info "Intel Indeo 5"
! status working
fourcc IV50,iv50
driver vfw
***************
*** 63,69 ****
out BGR32,BGR24,BGR15
videocodec indeo4
info "Intel Indeo 4.1"
! status ":-|"
comment "upside-down"
fourcc IV41,iv41
--- 62,78 ----
out BGR32,BGR24,BGR15
+ videocodec indeo5ds
+ info "Intel Indeo 5"
+ status untested
+ fourcc IV50,iv50
+ driver dshow
+ dll "ir50_32.dll"
+ guid 0x30355649, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71
+ out YUY2
+ out BGR32,BGR24,BGR16,BGR15
+
videocodec indeo4
info "Intel Indeo 4.1"
! status buggy
comment "upside-down"
fourcc IV41,iv41
***************
*** 74,78 ****
videocodec indeo3
info "Intel Indeo 3.1/3.2"
! status ":-|"
comment "upside-down"
fourcc IV31,iv31
--- 83,87 ----
videocodec indeo3
info "Intel Indeo 3.1/3.2"
! status buggy
comment "upside-down"
fourcc IV31,iv31
***************
*** 84,88 ****
videocodec cvid
info "Cinepak Video"
! status ":-)"
fourcc cvid
driver vfw
--- 93,97 ----
videocodec cvid
info "Cinepak Video"
! status working
fourcc cvid
driver vfw
***************
*** 93,97 ****
videocodec cram
info "Microsoft Video 1"
! status ":-|"
fourcc cram,CRAM,MSVC
driver vfw
--- 102,106 ----
videocodec cram
info "Microsoft Video 1"
! status buggy
fourcc cram,CRAM,MSVC
driver vfw
***************
*** 101,105 ****
videocodec vcr2
info "ATI VCR-2"
! status ":-)"
fourcc VCR2
driver vfw
--- 110,114 ----
videocodec vcr2
info "ATI VCR-2"
! status working
fourcc VCR2
driver vfw
***************
*** 110,115 ****
videocodec i263
info "I263"
! status ":-)"
! fourcc I420 i263 ; they use the same dll.. dunno if it (i420) works
fourcc I263,i263
driver vfw
--- 119,124 ----
videocodec i263
info "I263"
! status working
! fourcc I420 i420 ; they use the same dll.. dunno if it (i420) works
fourcc I263,i263
driver vfw
***************
*** 120,124 ****
videocodec mjpeg
info "Motion JPEG"
! status ":-)"
fourcc MJPG
driver vfw
--- 129,133 ----
videocodec mjpeg
info "Motion JPEG"
! status working
fourcc MJPG
driver vfw
***************
*** 130,134 ****
videocodec wmv1
info "Windows Media Video 7"
! status ":-)"
fourcc WMV1
driver dshow
--- 139,143 ----
videocodec wmv1
info "Windows Media Video 7"
! status working
fourcc WMV1
driver dshow
***************
*** 140,144 ****
videocodec ap41
info "AngelPotion Definitive V1"
! status ":-("
fourcc AP41
driver vfw
--- 149,153 ----
videocodec ap41
info "AngelPotion Definitive V1"
! status crashing
fourcc AP41
driver vfw
***************
*** 149,153 ****
videocodec tm20
info "TrueMotion 2.0"
! status ":-("
fourcc TM20
driver dshow
--- 158,162 ----
videocodec tm20
info "TrueMotion 2.0"
! status crashing
fourcc TM20
driver dshow
***************
*** 157,163 ****
out BGR32,BGR24,BGR16,BGR15
videocodec hfyu
info "HuffYUV"
! status ":-("
fourcc HFYU
driver vfw
--- 166,192 ----
out BGR32,BGR24,BGR16,BGR15
+ videocodec dv
+ info "Sony Digital Video (DV)"
+ status untested
+ fourcc dvsd
+ driver dshow
+ dll "qdv.dll"
+ guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42
+ out YUY2
+ out BGR32,BGR24,BGR16,BGR15
+
+ videocodec morgands
+ info "Morgan MJPEG"
+ status untested
+ fourcc MJPG mjpg
+ driver dshow
+ dll "m3jpegdec.ax"
+ guid 0x6988b440, 0x8352, 0x11d3, 0x9b, 0xda, 0xca, 0x86, 0x73, 0x7c, 0x71, 0x68
+ out YUY2
+ out BGR32,BGR24,BGR16,BGR15
+
videocodec hfyu
info "HuffYUV"
! status crashing
fourcc HFYU
driver vfw
***************
*** 168,172 ****
videocodec mszh
info "AVImszh"
! status ":-("
fourcc MSZH
driver vfw
--- 197,201 ----
videocodec mszh
info "AVImszh"
! status crashing
fourcc MSZH
driver vfw
***************
*** 177,181 ****
videocodec zlib
info "AVIzlib"
! status ":-("
fourcc ZLIB
driver vfw
--- 206,210 ----
videocodec zlib
info "AVIzlib"
! status crashing
fourcc ZLIB
driver vfw
***************
*** 186,191 ****
videocodec mvw1
info "Motion Wavelets"
! status "X-("
! fourcc MVW1
driver vfw
dll "icmw_32.dll"
--- 215,220 ----
videocodec mvw1
info "Motion Wavelets"
! status untested
! fourcc MWV1
driver vfw
dll "icmw_32.dll"
***************
*** 195,203 ****
videocodec wmv8
info "Windows Media Video 8"
! status "X-("
fourcc WMV2
driver dshow
dll "wmv8ds32.ax"
! ; guid ?
; out YUY2
out BGR32,BGR24,BGR16,BGR15
--- 224,232 ----
videocodec wmv8
info "Windows Media Video 8"
! status untested
fourcc WMV2
driver dshow
dll "wmv8ds32.ax"
! guid 0x521fb373, 0x7654, 0x49f2, 0xbd, 0xb1, 0x0c, 0x6e, 0x66, 0x60, 0x71, 0x4f
; out YUY2
out BGR32,BGR24,BGR16,BGR15
***************
*** 205,209 ****
audiocodec divx
info "DivX audio (WMA)"
! status ":-)"
format 0x160
format 0x161
--- 234,238 ----
audiocodec divx
info "DivX audio (WMA)"
! status working
format 0x160
format 0x161
***************
*** 213,217 ****
audiocodec msadpcm
info "MS ADPCM"
! status ":-)"
format 0x2
driver acm
--- 242,246 ----
audiocodec msadpcm
info "MS ADPCM"
! status working
format 0x2
driver acm
***************
*** 219,234 ****
; 3DNow! autodetection?
! ;audiocodec mp3acm
! ; info "MPEG layer-3"
! ; status ":-)"
! ; comment "Optimized to Intel MMX/SSE"
! ; format 0x55
! ; driver acm
! ; dll "l3codeca.acm"
! ; flags seekable
audiocodec mp3
info "MPEG layer-2,3"
! status ":-)"
comment "Optimized to AMD 3Dnow!"
format 0x50
--- 248,263 ----
; 3DNow! autodetection?
! audiocodec mp3acm
! info "MPEG layer-3"
! status working
! comment "Optimized to Intel MMX/SSE"
! format 0x55
! driver acm
! dll "l3codeca.acm"
! flags seekable
audiocodec mp3
info "MPEG layer-2,3"
! status working
comment "Optimized to AMD 3Dnow!"
format 0x50
***************
*** 239,243 ****
audiocodec imaadpcm
info "IMA ADPCM"
! status ":-)"
format 0x11
driver acm
--- 268,272 ----
audiocodec imaadpcm
info "IMA ADPCM"
! status working
format 0x11
driver acm
***************
*** 246,250 ****
audiocodec msgsmacm
info "MS GSM"
! status ":-)"
format 0x31
format 0x32
--- 275,279 ----
audiocodec msgsmacm
info "MS GSM"
! status working
format 0x31
format 0x32
***************
*** 254,258 ****
audiocodec msgsm
info "MS GSM"
! status ":-)"
format 0x31
format 0x32
--- 283,287 ----
audiocodec msgsm
info "MS GSM"
! status working
format 0x31
format 0x32
***************
*** 261,265 ****
audiocodec alaw
info "aLaw"
! status ":-)"
format 0x6
driver alaw
--- 290,294 ----
audiocodec alaw
info "aLaw"
! status working
format 0x6
driver alaw
***************
*** 267,271 ****
audiocodec ulaw
info "uLaw"
! status ":-|"
format 0x7
driver alaw
--- 296,300 ----
audiocodec ulaw
info "uLaw"
! status buggy
format 0x7
driver alaw
***************
*** 274,278 ****
audiocodec pcm
info "Uncompressed PCM"
! status ":-)"
format 0x1
driver pcm
--- 303,307 ----
audiocodec pcm
info "Uncompressed PCM"
! status working
format 0x1
driver pcm
***************
*** 280,284 ****
audiocodec ac3
info "AC3"
! status ":-)"
format 0x2000
driver libac3
--- 309,313 ----
audiocodec ac3
info "AC3"
! status working
format 0x2000
driver libac3
***************
*** 286,290 ****
audiocodec voxware
info "VoxWare"
! status ":-|"
format 0x75
driver dshow
--- 315,319 ----
audiocodec voxware
info "VoxWare"
! status buggy
format 0x75
driver dshow
***************
*** 294,306 ****
audiocodec acelp
info "ACELP.net Sipro Lab Audio Decoder"
! status "X-("
format 0x130
driver dshow
dll "acelpdec.ax"
! guid 0x4009F700, 0xAEBA, 0x11D1, 0x83, 0x44, 0x00, 0xC0, 0x4F, 0xB9, 0xE2, 0xB7
audiocodec imc
info "Intel Music Coder"
! status "X-("
format 0x401
; driver gebasz
--- 323,336 ----
audiocodec acelp
info "ACELP.net Sipro Lab Audio Decoder"
! status untested
format 0x130
driver dshow
dll "acelpdec.ax"
! ; guid 0x4009F700, 0xAEBA, 0x11D1, 0x83, 0x44, 0x00, 0xC0, 0x4F, 0xB9, 0xE2, 0xB7
! guid 0x4009f700, 0xaeba, 0x11d1, 0x83, 0x44, 0x00, 0xc0, 0x4f, 0xb9, 0x2e, 0xb7
audiocodec imc
info "Intel Music Coder"
! status untested
format 0x401
; driver gebasz
_______________________________________________
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