[MPlayer-dev-eng] new all codecpack

compn tempn at twmi.rr.com
Wed Mar 31 16:48:00 CEST 2010


i assembled the codecs into
http://samples.mplayerhq.hu/drivers32/newcodecpack/ are the dll names
in codecs.conf case sensitive? if so, they need to be renamed.

myflash codec requires zlib1.dll , name conflicts with other
zlib1.dll , what to do?

pncrt.dll needs to be in windows/system32 folder? needs note in
codecs.conf. also needs to be included in pack.

qtmlclient or quicktime stuff needs to be in system32 too? cant
remember.

i dont know about the .xa codecs, would it be wise if those were
renamed and duplicated so that alpha/ppc/x86 didnt get confused?

it would be nice to test all of these on linux and windows. someone
mentioned they had a script for this? we should add comments to
codecs.conf like 'broken on linux' or 'crashing on windows'.

i'm not sure if these dlls are required, they were in an old codec pack:
ddnt.so.6.0  divxdec.ax  dnet.so.6.0  dspr.so.6.0  l3codecx.ax
msg711.acm msrle32.dll  tokf.so.6.0  tokr.so.6.0


audiocodec voxvoice
  info "VoxWare MetaVoice"
  status working
  comment "windows users need msms001.vwp and mvoice.vwp in windows\
\system32 folder" format 0x74
  driver dshow
  dll "voxmvdec.ax" ; need also msms001.vwp and mvoice.vwp
  guid 0x46e32b01, 0xa465, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24,
0x2d, 0x8d
^^^^^^^^^^^^
comment says mvoice.vwp but codecpack has mvoiced.vwp ?
find out which one is needed and fix comment or rename.


codecs i missed:

videocodec rv3040win
  info "Win32 RealPlayer 10 RV30/40"
  status working
  fourcc RV30,rv30
  fourcc RV40,rv40
  driver realvid
  dll "drvc.dll"
  out I420

videocodec rv40mac
  info "Mac OS X RealPlayer 9 RV40"
  status working
  fourcc RV40,rv40
  driver realvid
  dll "drvc.bundle/Contents/MacOS/drvc"
  out I420

videocodec rv30mac
  info "Mac OS X RealPlayer 9 RV30"
  status working
  fourcc RV30,rv30
  driver realvid
  dll "drvc.bundle/Contents/MacOS/drvc"
  out I420

videocodec rv20winrp10
  info "Win32 RealPlayer 10 RV20"
  status working
  fourcc RV20,rv20
  driver realvid
  dll "drv2.dll"
  out I420

videocodec rv20mac
  info "Mac OS X RealPlayer 9 RV20"
  status working
  fourcc RV20,rv20
  driver realvid
  dll "drv2.bundle/Contents/MacOS/drv2"
  out I420

audiocodec ra144
  info "RealAudio 1.0"
  status working
  format 0x345F3431 ; "14_4"
  driver realaud
  dll "14_4.so.6.0"

audiocodec ra144mac
  info "Mac OS X RealAudio 1.0"
  status working
  format 0x345F3431 ; "14_4"
  driver realaud
  dll "14_4.shlb"

audiocodec ra288
  info "RealAudio 2.0"
  status working
  format 0x385F3832 ; "28_8"
  driver realaud
  dll "28_8.so.6.0"

audiocodec ra288mac
  info "Mac OS X RealAudio 2.0"
  status working
  format 0x385F3832 ; "28_8"
  driver realaud
  dll "28_8.shlb"

audiocodec ra10cookwin
  info "Win32 RealAudio 10 COOK"
  comment "supports cook 5.1"
  status working
  format 0x6B6F6F63 ; "cook"
  driver realaud
  dll "cook.dll"

audiocodec racookmac
  info "Mac OS X RealAudio COOK"
  status working
  format 0x6B6F6F63 ; "cook"
  driver realaud
  dll "cook.bundle/Contents/MacOS/cook"

audiocodec ra10sipr
  info "RealPlayer 10 RealAudio Sipro"
  status working
  format 0x72706973 ; "sipr"
  driver realaud
  dll "sipr.so"

audiocodec ra10siprwin
  info "Win32 RealAudio 10 Sipro"
  status working
  format 0x72706973 ; "sipr"
  driver realaud
  dll "sipr.dll"

audiocodec rasiprmac
  info "Mac OS X RealAudio Sipro"
  status working
  format 0x72706973 ; "sipr"
  driver realaud
  dll "sipr.bundle/Contents/MacOS/sipr"

audiocodec ra10atrc
  info "RealPlayer 10 RealAudio ATRAC3"
  status working
  format 0x63727461 ; "atrc"
  driver realaud
  dll "atrc.so"

audiocodec ra10atrcwin
  info "Win32 RealAudio 10 ATRAC3"
  status working
  format 0x63727461 ; "atrc"
  driver realaud
  dll "atrc.dll"

audiocodec raatrcmac
  info "Mac OS X RealAudio ATRAC3"
  status working
  format 0x63727461 ; "atrc"
  driver realaud
  dll "atrc.bundle/Contents/MacOS/atrc"

audiocodec libdv
  info "raw DV audio (libdv)"
  status working
  fourcc RADV
  driver libdv
  dll libdv.so.2



More information about the MPlayer-dev-eng mailing list