search for: driverproc

Displaying 5 results from an estimated 5 matches for "driverproc".

2011 Jul 11
1
Trying old multimedia app, get crash
...lobalUnlock() retval=00000000 ret=0044c272 0020:Ret winmm.mmioRead() retval=00001fbe ret=4390dfc6 0020:Call msvfw32.ICDecompress(00000001,00000000,001a13c0,001a22e0,001a83c0,001a9020) ret=4390e028 0020:Call winmm.SendDriverMessage(001a81b0,0000400d,00cbf438,00000018) ret=43933b5d 0020:Call msrle32.DriverProc(001a81d8,001a81b0,0000400d,00cbf438,00000018) ret=42ff5e39 0020:trace:seh:raise_exception code=c0000005 flags=0 addr=0x4395d0d9 ip=4395d0d9 tid=0020 0020:trace:seh:raise_exception info[0]=00000001 0020:trace:seh:raise_exception info[1]=001d0013 0020:trace:seh:raise_exception eax=0000002b ebx=439...
2000 Jun 20
5
Win32 DLL
I've put together a first cut for a Win32 DLL using the BladeEnc interface. Right now, it's just a drop-in replacement for BladeEnc.dll that ignores all encoding parameters passed to it and uses the info_A vorbis_info struct (same as the encoder_example). It's not particularly useful as of yet, but you can rename it to BladeEnc.dll and use it with any number of rippers out there
2004 Sep 10
1
ACM codec
Hi Ingo, >It is just a WAVEFORMATEX with a GUID in it. For the ACM system it is just a format with the id >WAVE_FORMAT_EXTENSIBLE and since ACM drivers are not registered by wFormatTag it should be working. >For testing purposes I've written a Vorbis ACM driver, that uses a WAVEFORMATEXTENSIBLE and I experienced >a problem when opening files with Media Player. It spend quite some
2004 Sep 10
1
Re: ACM codec
...ons dialog for ACM >drivers. > >All drivers support the DRV_CONFIGURE message, which shows the control >panel dialog. but the DDK says: > ><quote> >The DRV_CONFIGURE message is one of the standard driver messages. A client >sends the message by calling the driver's DriverProc entry point, passing >the specified parameter values. Typically, this message is sent by the >Control Panel's Multimedia applet. > >Drivers display a dialog box to obtain configuration parameters from the >system administrator. Your driver must confirm that the client has >Adm...
2010 May 07
0
Wine release 1.1.44
...i: Add support for IAudioRenderClient. mmdevapi: Add audio capture code. mmdevapi: Add support for the clock interface. mmdevapi: Add support for IAudioSessionControl2. mmdevapi: Add AudioSimpleVolume stub. mmdevapi: Fix small capture bugs. winealsa.drv: Clean up DriverProc. wineoss.drv: Clean up DriverProc. winenas.drv: Clean up DriverProc. winenas.drv: Move opening wave device to audio.c. wineoss.drv: Move opening devices to their respective xxxMessage functions. winejack.drv: Clean up loading. wineesd.drv: Clean up loading....