wined3d: Recognize Nvidia GT520 cards.
[wine] / dlls / winmm / tests / mci.c
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-01-27  Jörg Höhlewinmm: Parse MCI colon notation as in T:MM:SS:F.
2011-07-05  Andrew Eikumwinmm/tests: Don't test MCI output if no output devices...
2011-03-14  Jörg Höhlewinmm: MCI does not support the 0xhexadecimal notation.
2010-11-11  Jörg Höhlewinmm/tests: Fix test failure in multi-byte locale.
2010-11-03  Jörg Höhlemciwave: Fix some MCI_STATUS return code.
2010-11-02  Jörg Höhlewinmm: MCI_INFO doesn't change the output buffer in...
2010-11-02  Jörg Höhlewinmm: MCI_SYSINFO doesn't change the output buffer...
2010-11-02  Jörg Höhlewinmm: mciSendString always returns a response string...
2010-09-16  Jörg Höhlewinmm: Auto-open MCI core commands only.
2010-09-16  Jörg Höhlewinmm: Support MCI_SOUND.
2010-09-03  Jörg Höhlewinmm: Implement MCIERR_DUPLICATE_ALIAS and MCIERR_DEVI...
2010-09-03  Jörg Höhlewinmm: GetDeviceID only considers a single name per...
2010-09-03  Jörg Höhlewinmm: Correctly parse the MCI Sysinfo command.
2010-09-03  Jörg Höhlewinmm/tests: Share common function dbg_mcierr.
2010-09-02  Jörg Höhlewinmm/tests: Add MCI parser tests.
2010-09-02  Jörg Höhlewinmm/tests: MCI_STATUS returns DWORD_PTR, unlike other...
2010-09-02  Jörg Höhlewinmm/tests: Add a few Open/Close MCI tests.
2010-09-02  Jörg Höhlewinmm: Close MCI device after immediate auto-open commands.
2010-09-02  Jörg Höhlewinmm: MCI open always creates an alias for subsequent...
2010-05-20  Jörg Höhlewinmm: Have MCI drivers handle notification for MCI_OPEN.
2010-04-16  Jörg Höhlewinmm: MCI_SYSINFO dwRetSize counts characters, not...
2010-04-01  Jörg Höhlewinmm/tests: Add more MCI tests.
2010-04-01  Jörg Höhlewinmm: Improve MCI's Sysinfo command.
2010-04-01  Jörg Höhlewinmm: Support MCI "close all" command.
2010-03-30  Jörg Höhlewinmm/tests: Use cpp's __LINE__ to print meaningful...
2010-03-02  Jörg Höhlewinmm/tests: Fix up to 3 MCI test failures.
2010-02-24  Jörg Höhlewinmm/tests: Fix transient notification error: messages...
2009-11-23  Jörg Höhlewinmm: Don't stop parsing after MCI's alias keyword.
2009-11-23  Jörg Höhlewinmm/tests: Introduce coherence tests among parts...
2009-11-16  Jörg Höhlewinmm: Enable more MCI waveaudio tests.
2009-11-16  Jörg Höhlewinmm/tests: Print symbolic MCIERR_ names.
2009-11-13  Jörg Höhlemciwave/tests: Fix a few tests including one hang on...
2009-11-11  Jörg Höhlemciwave: Play/Record return MCIERR_OUTOFRANGE as required.
2009-11-11  Jörg Höhlemciwave: Seek stops and rounds position down modulo...
2009-11-11  Jörg Höhlemciwave: Implement Cue as no-op.
2009-11-11  Jörg Höhlemciwave: Rework MCI notification system.
2009-11-11  Jörg Höhlewinmm/tests: Give flaky progress test more time.
2009-11-10  Jörg Höhlewinmm: MCI Close all causes one notification per open...
2009-11-10  Jörg Höhlemciwave: Stop must not reset current position.
2009-11-10  Jörg Höhlewinmm/tests: Fix MCI test failure on Win9x/WinME.
2009-11-09  Francois Gougetwinmm/tests: Add a trailing '\n' to an ok() call.
2009-11-09  Nicolas Le Camwinmm/tests: Skip tests when running on non-english...
2009-11-05  Jörg Höhlemciwave: Allow (again) to set wave format parameters...
2009-11-05  Jörg Höhlemciwave: Set wave format PCM is the only one accepted.
2009-11-05  Jörg Höhlewinmm: Do not crash on NULL MCI Sysinfo command output...
2009-11-05  Jörg Höhlewinmm/tests: Add MCI waveaudio tests.
2009-07-06  Dan Kegelwinmm: Don't convert return string in mciSendStringA...
2008-11-06  Paul Vrienswinmm/tests: Fix failure on Win9x and WinMe.
2008-10-10  Paul Vrienswinmm/tests: Fix the failures on Win9x and WinMe.
2008-07-23  Dan Kegelwinmm/tests: Test mciSendString with non-null return...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2006-09-07  Jan Zerebeckiwinmm: Prevent NULL dereference in MCI_Close and add...