Don't crash on NULL tab text.
[wine] / dlls / winmm /
2004-07-14  Francois GougetAn SNDCTL_DSP_SETDUPLEX failure should be a WARN()...
2004-07-14  Dmitry TimoshkovMake it possible to open read-only AVI files for a...
2004-07-13  Henning GerhardtMore German translations.
2004-07-06  Robert ReifGet certification for VerifyCertification from driver...
2004-06-30  Dimitrie O. PaunLookup driver information in registry and system.ini.
2004-06-28  Hajime SegawaAdded some Japanese translations.
2004-06-16  Francois GougetLog the format when mapping the sound device (or failin...
2004-06-15  Francois GougetFix the check for SNDCTL_DSP_GETCAPS so that it is...
2004-06-15  Francois GougetChange the ARTS_Init() error message from an ERR()...
2004-06-14  Robert ReifAdded tracing to all functions.
2004-06-14  Robert ReifRemoved 11 bit sample size capture test because at...
2004-06-14  Robert ReifReset played variables on open.
2004-06-14  Mike McCormackFix PlaySound.
2004-06-14  Robert ReifDon't try to map the mapper device.
2004-06-04  Robert ReifTreat WAVE_MAPPER as a real device and performs all...
2004-06-04  Robert ReifHandle case where partial structure update requested.
2004-06-01  Robert ReifFix calculation of SMPTE time (round up to full frame).
2004-06-01  Robert ReifAdded a test to check playback position after done...
2004-06-01  Robert ReifReturns proper error code when trying to get caps when...
2004-06-01  Robert ReifFixed a bug where wrong a return value was returned...
2004-06-01  Robert ReifAdded some trace and debug printing.
2004-06-01  Robert ReifAdded another possible windows failure mode.
2004-05-27  Uwe BonnesFixed missing inversion in bit manipulation.
2004-05-27  Robert ReifFixed a problem were a trace accesses a data member...
2004-05-27  Robert ReifAdded WAVE_MAPPED flag test.
2004-05-27  Ivan Leo PuotiChanged my name, so update copyright info.
2004-05-21  Robert ReifFixed a bug I introduced in waveInGetDevCapsA(WAVE_MAPP...
2004-05-20  Francois GougetSplit off the winmm capture test.
2004-05-20  Francois GougetAdd a 5 second test tone to help debug issues with...
2004-05-20  Francois GougetUse triggers to disable the sound input/output side...
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-05-14  Robert ReifPrint human-readable capabilities flag.
2004-05-14  Robert ReifSample rate sanity check.
2004-05-13  Robert ReifwaveOutGetDevCapsA can fail with MMSYSERR_BADDEVICEID or
2004-05-11  Robert ReifAdd an interface name to wineoss, winealsa, winearts...
2004-05-05  James Courtier-DuttonUpdated to the new alsa api.
2004-05-05  Francois GougetAssorted spelling fixes.
2004-05-05  Francois Gougetwinejack.drv only supports 16bit sound so we can simpli...
2004-05-05  Francois GougetIf ARTS_WaveInit() failed then transmit the failure...
2004-05-05  Francois GougetTaking into account wavemap and midimap there can be...
2004-04-30  Robert ReifYou have to have at least one device before you can...
2004-04-29  Robert ReifForgot to limit capture sample rates.
2004-04-28  Robert ReifAnother error return value check added after looking...
2004-04-28  Ove KaavenFixed a couple of bugs.
2004-04-27  Robert ReifRestore the 2 MHz sample rate test and fix the winealsa...
2004-04-26  Francois GougetMake sure the 'alsa handle' is initialized to NULL...
2004-04-26  Francois GougetwaveOutGetDevCaps(-1...) must return the capabilities...
2004-04-26  Francois GougetFix a warning in JACK_drvLoad().
2004-04-26  Francois GougetWe only support 8 and 16 bit sound so we should reject...
2004-04-20  Francois GougetMake static Unicode strings const.
2004-04-19  Ove KaavenAdded detection of 48kHz and 96kHz support. Fixed a...
2004-04-19  Ove KaavenCode and concepts merged in from wineoss in order to...
2004-04-12  Robert ReifCleanup reference counting.
2004-04-12  Robert ReifRemove trailing white space.
2004-04-09  Francois GougetPatch the fragment size if it does not match the curren...
2004-04-05  Dmitry TimoshkovFallback to a compression scheme specified in the strea...
2004-04-05  Eric Pouech- implemented MCI_SOUND command
2004-03-31  Felix NawothnigDon't free ALSA device string when the device is closed...
2004-03-31  Robert ReifMore duplex mode soundcard info.
2004-03-29  Sylvain PetreolleFixed error reporting.
2004-03-29  Robert ReifPrint out sound card info for playback, capture and...
2004-03-27  Robert ReifClean up white spaces.
2004-03-27  Mike HearnAllow configuration of output devices to use and change...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-19  Dmitry TimoshkovJust update from/to pointers and exit on a subsequent...
2004-03-18  Christian CostaRelease lock before wave calls that generate notification.
2004-03-16  Christian CostaAdded support for MCI_DGV_WHERE_MAX flag in MCIAVI_mciW...
2004-03-16  Christian CostaHandle avi files with non standard video stream names.
2004-03-16  Christian CostaMCI strings are case insensitive.
2004-03-16  Christian CostaDefault to FOURCC_DOS if no IOProc found.
2004-03-16  Christian CostaFixed deadlock when stopping playback.
2004-03-12  Robert ReifEnable exact position calculation when hardware support...
2004-03-05  Jason EdmeadesHandle playing of files containing a '+' as part of...
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-01  Dmitry Timoshkov- Add a lot of traces to make debugging a bit easier.
2004-03-01  Alexandre JulliardPortability fixes for LSB compatibility.
2004-02-27  Robert ReifCleanup prepare/unprepare header parameter checking.
2004-02-27  Dmitry TimoshkovConvert MCIAVI window support to unicode.
2004-02-26  Sean YoungCheck uSize parameter in waveOutUnprepareHeader and
2004-02-24  Christian CostaReplaced the timer and its callback by a thread for...
2004-02-24  Christian CostaFixed waveInGetDevCapsW.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-19  Christian CostaReplaced the timer and its callback by a thread for...
2004-02-16  Robert ReifAdd secondary buffer array.
2004-02-13  Robert ReifEnable hardware secondary buffer support on cards that...
2004-02-13  Robert ReifSave oss device fd and creation flags in dsound buffer...
2004-02-13  Robert ReifSplit buffer creation function into primary and seconda...
2004-02-13  Robert ReifMoved dsound mmap mapping info into dsound objects.
2004-02-13  Robert ReifUse pipe sync code from wineoss.
2004-02-13  Robert ReifDon't need primary lock. Fixes error in dsound tests...
2004-02-11  Dmitry TimoshkovAFMT_AC3 might be not defined in the system headers.
2004-02-09  Robert ReifFixed a problem on BSD.
2004-02-06  Robert ReifShow sound card info in trace.
2004-02-05  Christian CostaAdded missing notifications to MIDI_NotifyClient.
2004-01-28  Eric PouechFixed synchronization issue.
2004-01-27  Alexandre JulliardAll sound drivers need -ldxguid.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-20  Robert ReifAdded notify and property set to dsound output driver.
2004-01-20  Robert ReifFixed thread handle leaks.
next