- N_PSYM stabs blocks (aka parameters) can also contain a typedef
[wine] / dlls / msvideo /
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-27  Vincent BéronUse the proper calling convention for 2 16-bit functions.
2005-09-21  Alexandre JulliardWe are no longer generating .spec.c files.
2005-08-23  Mike McCormackFix gcc 4.0 warnings.
2005-08-22  Kevin KoltzauFix 'cast from pointer to integer of different size...
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-06-16  Maarten Lankhorst- Implemented ICSeqCompressFrame{Start,,End}
2005-06-01  Richard Cohen- Add static, const.
2005-05-23  Alexandre JulliardRemoved unnecessary code in the 16-bit DllEntryPoint...
2005-05-11  Mike McCormackCorrect the function name in a comment.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-02-17  David SmithFix for ICInfo() in msvideo when it is used to ask...
2005-01-17  Hans LeidekkerStub implementations for DrawDibChangePalette, DrawDibG...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Francois GougetRemove unneeded NULL casts.
2004-10-18  Peter Riocreux Make DrawDibDraw honour the DDF_BACKGROUNDPAL flag.
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-06-29  Dimitrie O. PaunLook up driver info in the registry as well as in syste...
2004-06-03  Hans LeidekkerStub for DrawDibProfileDisplay.
2004-04-20  Francois GougetMake static Unicode strings const.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-01  Dmitry Timoshkov- Add a lot of traces to make debugging a bit easier.
2004-02-27  Alexandre JulliardMoved msrle32 to the top-level dlls directory.
2004-02-27  Dmitry TimoshkovFix a typo in a comment.
2004-02-27  Dmitry TimoshkovUse some heuristics to decide what type of MCIWNDM_OPEN...
2004-02-16  Dmitry TimoshkovTake palette into account while responding on
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-20  Dmitry TimoshkovFixed some problems found while compiling and linking...
2004-01-20  Dmitry TimoshkovMake MCIWnd play a bit better as an MDI child.
2004-01-02  Dmitry TimoshkovTrackbar range should be fixed only in the case of...
2004-01-01  Dmitry TimoshkovAdd support for many MCIWNDM_ messages and some MCI_...
2003-12-31  Dmitry TimoshkovAdd Unicode->ANSI MCI message mapping, implement mciSen...
2003-12-30  Hans LeidekkerTranslate msrle32 and oledlg resources.
2003-12-15  Dmitry TimoshkovImplement support for many MCIWndClass MCI_ and MCIWNDM...
2003-12-10  Dmitry TimoshkovAdd support for some MCIWNDF_ styles, indicate that...
2003-11-20  Ivan Leo Murray... Added Italian language support.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-26  Dimitrie O. PaunRemove the obsolete pascal16 (replaced by pascal -ret16).
2003-09-22  Vincent BéronYet another batch of French resources updates.
2003-09-12  Eric PouechMoved some MM internal definition to internal include...
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Michael Günnewig- Implemented semi-stubs for GetOpenFileNamePreviewA...
2003-08-27  Alexandre JulliardAdded varargs support for 16-bit entry points.
2003-08-23  José Manuel Ferrer... More Spanish translations.
2003-07-09  Francois GougetSpelling fixes.
2003-07-02  Eric Pouech- renamed winmm.OpenDriverW into winmm.OpenDriver
2003-07-02  Michael GünnewigFixed 2 typos in my last patch.
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-30  Marcelo Duarte- Localization to Portuguese of Brazil
2003-06-30  Michael Günnewig- Fixed interframe compression - now works for RLE4...
2003-06-30  Christian CostaAdded support for video compressor/decompressor dynamic...
2003-06-23  Michael Günnewig- added stubs for GetOpenFileNamePreview{A,W}
2003-06-16  Rok MandeljcUpdated a bunch of translations for Slovenian language.
2003-06-13  Michael Günnewig- Fixed end flags while encoding -- only EOI instead...
2003-05-04  Igor StepinAdded a lot of Russian translations.
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-01-30  Eric Pouech- made ICInfo closer to Windows behavior (i.e. no longe...
2003-01-23  Waldeck SchutzerFixed initialization of szDevice in ICINFO.
2003-01-21  Waldeck SchutzerFixed problems with finding and listing all the video
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2003-01-02  Eric PouechFixed some nasty bugs in drawdib creation/deletion.
2002-12-15  Lionel UlmerFix bad logic in == NULL test.
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-27  Alexandre JulliardAdded definitions for a couple of stub functions that...
2002-11-20  Eric PouechNo longer using Win32 API relative to 16 bit subsystem...
2002-11-06  Patrik StridvallFixed some issues found by winapi_check.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-31  Alexandre JulliardMoved 16-bit definitions out of mmddk.h into mmsystem16.h.
2002-10-31  Eric PouechSplit between 16 / 32 bit code.
2002-10-23  Michael StefaniucCompile the msvideo dll with -DSTRICT.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-10  Michael GünnewigPrevent some segfaults in msrle32.
2002-10-08  Michael GünnewigImplemented the MS RLE video codec.
2002-10-02  Alexandre JulliardAdded --disable-win16 configure option.
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-08-29  Michael StefaniucConvert HPALETTE to a void*.
2002-08-26  Michael StefaniucMoved most of the 16-bit functions in dlls/msvideo...
2002-08-14  Mike McCormackCorrect the size of the colour map allocated in the...
2002-08-09  Michael Stefaniuc- Convert HDRVR to a void*.
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-11  Uwe BonnesMCIWndCreateA: check for NULL filename.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
next