I tried to find the microcode for the ADSP in the wintv-pvr winxp driver, and it seems that the file hcwo2kusr.dll contains similar code, at offset 0x001b050 (110672). Doing a (ref; http://linuxtv.org/download/mpeg2/Makefile)
echo -n -e "\x52\x4b\xeb\x74\x00\x00\x0f\x3c\xfc\x00" > MPEG1_6.HLD dd bs=1 if=/mnt/winxp/WINDOWS/system32/hcwo2kusr.dll skip=110672 count=59862 >> MPEG1_6.HLD - gives me exactly the same file as the one in the pvrsf.net CVS. Can someone send me a file generated from the kfir windows driver so that I can compare? How do we know that the extract length is 59862? I would assume that the length would be embedded in the (beginning of the) stream, but it doesn't seem to be so. -- -Torgeir