[MPlayer-dev-eng] [PATCH] CoreAVC [1/5] - Add registry

Alan Nisota alannisota at gmail.com
Thu Oct 5 08:18:16 CEST 2006


This is the 1st of 5 patches to support the CoreAVC.
This patch implements the capability to store registry information in
codecs.conf.  The patch is required to use CoreAVC, but there is
nothing CoreAVC specific about it.

You must apply at least the 1st 3 patches in this series (and I
strongly recommend the 4th as well) to use CoreAVC.  Note that this
patch set is different from the monolithic one I posted earlier, as it
now supports AVI containers properly, and all the cosmetic changes
have been removed.

You must also add the following to your codecs.conf file:
videocodec coreavc
 info "CoreAVC DShow H264 decoder for x86 - http://corecodec.org/"
 status untested
 format 0x10000005
 fourcc H264,h264
 fourcc X264,x264
 fourcc avc1,AVC1
 fourcc davc,DAVC
 fourcc VSSH
 driver dshow
 dll "CoreAVCDecoder.ax"
 regval "SOFTWARE\\Licenturion GmbH\\0000032D\\Product Key"
"ABCD-EFGH-IJKL-MNOP-QRST-UVWX"
 regval "SOFTWARE\\Licenturion GmbH\\0000032D\\User ID" "Joe User"
 guid 0x09571a4b, 0xf1fe, 0x4c60, 0x97, 0x60, 0xde, 0x6d, 0x31, 0x0c,
0x7c, 0x31
 out YV12,IYUV,I420,YUY2

(replace the User Id and Product Key with your registration
key...which can be obtained via regedit or by installing under wine,
and getting the values from the user.reg file)
It has been tested with CoreAVC 0.0.4, 1.0, and 1.1.0.5
-------------- next part --------------
A non-text attachment was scrubbed...
Name: core_addreg.patch
Type: application/octet-stream
Size: 5091 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20061004/9a835914/attachment.obj>


More information about the MPlayer-dev-eng mailing list