- Disable debugging flood
[reactos.git] / reactos / drivers / wdm /
2009-06-07 Johannes Anderwald- Disable debugging flood
2009-06-07 Johannes Anderwald- Also Store audio filter object header in FsContext...
2009-05-29 Johannes Anderwald- Use a reference name when registering audio subdevice...
2009-05-27 Johannes Anderwald- Register shutdown notification
2009-05-27 Johannes Anderwald- return error code when there is a timeout
2009-05-26 Johannes Anderwald- Don't release resource list
2009-05-15 Johannes Anderwald- Remove unused WdmAudWriteCompleted
2009-05-12 Johannes Anderwald- Add CLSID_PortWaveRT
2009-05-11 Johannes Anderwald- Use ExInterlockedList * functions for speed and stability
2009-05-08 Johannes Anderwald- Partly implement IMasterClock
2009-05-08 Johannes Anderwald- Implement IPortMidi, IPortFilterDMus, IPortPinDMus
2009-05-07 Johannes Anderwald- When acquiring a mapping check if the mapping hasn...
2009-05-07 Johannes Anderwald- Fix build (sorry)
2009-05-06 Johannes Anderwald- Use a spinlock with list functions over interlocked...
2009-05-06 Johannes Anderwald- Fix debug statement
2009-05-06 Johannes Anderwald- Declare IID_IDmaChannelSlave as it is not visible...
2009-05-05 Johannes Anderwald- Return status code if releasing the mapping has succeeded
2009-05-05 Johannes Anderwald- Fix build
2009-05-05 Johannes Anderwald- Implement IPortWaveRT, IPortFilterWaveRT, IPortPinWav...
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-27 Johannes Anderwald- Silence a few debug prints
2009-04-27 Johannes Anderwald- Remove test code which should never have come into...
2009-04-27 Johannes Anderwald- Fix IPortWavePci_Notify routine
2009-04-27 Johannes Anderwald- Experimental IPortPinWavePci implementation
2009-04-26 Johannes Anderwald- Implement KSPROPERTY_PIN_DATARANGES handler- Always...
2009-04-26 Johannes Anderwald- Pass KSPROPERTY_SET to subdevice constructor
2009-04-23 Johannes Anderwald- Remove unused file
2009-04-23 Johannes Anderwald- Add tons of ASSERT_IRQL / ASSERT_IRQL_EQUAL
2009-04-23 Johannes Anderwald- Re-dispatch irp to the default handler
2009-04-22 Johannes Anderwald- Increase importance of the audio dpc which finishes...
2009-04-22 Johannes Anderwald- Allocate work item for each filter / pin being opened
2009-04-22 Johannes Anderwald- Allocate a work item for each specific request (start...
2009-04-21 Johannes Anderwald- Add error debug traces
2009-04-21 Johannes Anderwald- Implement KSPROPERTY_PIN_CTYPE, KSPROPERTY_PIN_DATAFL...
2009-04-21 Johannes Anderwald- Implement FastDeviceIoControl for IPortFilterWavePci
2009-04-21 Johannes Anderwald- Fix return type of FastDeviceIo / FastRead / FastWrite
2009-04-21 KJK::HyperionSupersedes r40538, r40539; RosBE bug fixed with a RosBE...
2009-04-20 Johannes Anderwald- Rename function to fix linking errors on x64
2009-04-19 Johannes Anderwald- Forward & wait IRP_MN_START_DEVICE to lower device...
2009-04-19 Johannes Anderwald- Handle IRP_MN_QUERY_RESOURCE_REQUIREMENTS
2009-04-19 Johannes Anderwald- Silence a few debug prints
2009-04-19 Johannes Anderwald- Drivers might use this unused area
2009-04-19 Johannes Anderwald- Activate IPortFilterWavePci
2009-04-19 Johannes Anderwald- Implement IPortFilterWavePci (based on IPortFilterWav...
2009-04-16 KJK::HyperionThis is why we can't have nice things. Reverting r40538...
2009-04-16 KJK::HyperionRbuild rationalization commit, umpteenth of infinite
2009-04-15 Johannes Anderwald- Plug in sample rate conversion library, doesnt work yet
2009-04-14 Johannes Anderwald- Implement Channel de-muxing
2009-04-14 Johannes Anderwald- Fix a bug in the KSPROPERTY_PIN_DATAINTERSECTION...
2009-04-14 Johannes Anderwald- Handle KSPROPERTY_PIN_DATAINTERSECTION
2009-04-14 Johannes Anderwald- Use a work item for each specific task: start, stop...
2009-04-05 Johannes Anderwald- Check if allocation of work item succeeded - Thanks...
2009-04-05 Johannes Anderwald- Fix leaking of work item for each detected audio...
2009-04-04 Johannes Anderwald- Re-use WorkItem
2009-04-03 Johannes Anderwald- Silence tons of debug messages
2009-03-26 Johannes Anderwald- Remove dead code
2009-03-25 Johannes Anderwald- Export KsNullDriverUnload
2009-03-16 Johannes Anderwald- Fix memory leak
2009-03-14 Johannes Anderwald[20:33] Stefan100: the code inside an ASSERT won't...
2009-03-14 Johannes Anderwald- Silence a few debug prints
2009-03-13 Johannes Anderwald- Remove hack in IDmaChannel::PhysicalAddress as it...
2009-03-12 Johannes Anderwald- Disable some debug prints
2009-03-11 Johannes Anderwald- Use Byteswap intriniscs to improve performance
2009-03-11 Johannes Anderwald- Check if handle is re-used. Fixes double-freeing...
2009-03-11 Johannes Anderwald- Use Interlocked*List function to improve stability...
2009-03-11 Johannes Anderwald- Implement wave pcm bitrate conversion. Atm only 8...
2009-03-11 Johannes Anderwald- Add kmixer to bootcd
2009-03-10 Johannes Anderwald- Implement KSPROPERTY_PIN_PROPOSEDATAFORMAT
2009-03-09 Johannes Anderwald- Disable message flood when playing audio files as...
2009-03-08 Johannes Anderwald- Wait for the APC in wdmaud.drv
2009-03-07 Johannes Anderwald- Rewrite writing to common buffer to fix stuttering...
2009-03-07 Johannes Anderwald- Free queued audio buffers and complete irps
2009-03-06 Johannes Anderwald- Sorry broke build
2009-03-06 Johannes Anderwald- Implement a fast read / fast write path with KsStreamIo
2009-03-05 Johannes Anderwald- Implement Pin object functions
2009-03-04 Johannes Anderwald- Start implementing kmixer
2009-03-01 Johannes Anderwald- Fix compilation of cmidriver
2009-02-28 Johannes Anderwald- Cleanup code a bit
2009-02-27 Johannes Anderwald- Add sanity checks
2009-02-27 Johannes Anderwald- Implement enumerating devices for wave in devices
2009-02-27 Johannes Anderwald- Complete missing irp
2009-02-27 Johannes Anderwald- Ignore the failure of device interface registration...
2009-02-25 Johannes Anderwald- Refactor irp handling to support playing new stream...
2009-02-25 Johannes Anderwald- Fix a bug in the audio_test programm which initialize...
2009-02-24 Johannes Anderwald- Fix enumerating of KSDATARANGES
2009-02-24 Johannes Anderwald- Explictly use unicode structures
2009-02-23 Johannes Anderwald- Fix release build
2009-02-23 Stefan Ginsberg- Fix another issue with Portcls release build -- move...
2009-02-23 Stefan Ginsberg- Fix Portcls release build by putting a variable insid...
2009-02-23 Johannes Anderwald- Set a completion routine for irps send to lower devic...
2009-02-23 Dmitry GorbachevTrying to fix r39718, r39719...
2009-02-23 Johannes Anderwald- Extend test prog for quering capabilities
2009-02-22 Johannes Anderwald- Implement a common property handler for filter proper...
2009-02-21 Johannes Anderwald- Fix a bug in KsAllocateDeviceHeader which copied...
2009-02-20 Johannes Anderwald- Implement enumerating sysaudio devices using device...
2009-02-19 Johannes Anderwald- If the current irp buffer is finished, set the state...
2009-02-19 Johannes Anderwald- Implement writing into cyclic buffer
2009-02-18 Johannes Anderwald- Implement KSPROPERTY_CONNECTION_STATE & KSPROPERTY_CO...
2009-02-18 Johannes Anderwald- fix build
next