oleaut32: Use WIC to decode gif files.
[wine] / dlls / msrle32 / msrle32.c
2009-04-08  Jörg HöhlePerform case-insensitive FOURCC comparison of built...
2009-01-15  Michael Stefaniucmsrle32: Remove superfluous pointer casts.
2008-12-05  Michael Stefaniucmsrle32: Remove some superfluous casts.
2008-10-18  Alexandre Julliardmsrle32: Convert source files to utf-8.
2008-08-18  Rob Shearmanmsrle32: Fix uses of arithmetic operators on Boolean...
2008-02-15  Rob Shearmanmsrle32: Fix the character count passed into LoadString...
2007-06-15  Andrew Talbotmsrle32: Constify some variables.
2007-01-12  Andrew Talbotmsrle32: Declare some functions static.
2007-01-09  Michael Stefaniucjanitorial: Remove stray '\' at end of lines.
2006-10-09  Michael Stefaniucmsrle32: Win64 printf format warning fixes.
2006-09-27  Mikołaj Zalewskimsrle32: Show correctly the authors surname in some...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-03  Mike McCormackmsrle32: Fix some gcc 4.1 warnings caused by casts...
2006-02-03  Dmitry TimoshkovAdd a check for icinfo->fccType in DRV_OPEN message...
2005-12-26  Rolf Kalbermattermsrle32: Spelling fix.
2005-11-28  Dmitry TimoshkovFix all drivers DriverProc to conform to the DRIVERPROC...
2005-11-28  Dmitry TimoshkovSet both dwVersionICM and dwVersion to ICVERSION in...
2005-11-28  Dmitry TimoshkovFix several bugs in msrle32 preventing it to load.
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-03-23  Francois GougetAssorted spelling fixes.
2005-02-10  Francois GougetAssorted spelling fixes.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-12-20  Francois GougetAssorted spelling fixes.
2004-07-16  Marcus MeissnerFixed lvalue casts for new compiler.
2004-02-27  Alexandre JulliardMoved msrle32 to the top-level dlls directory.
2002-10-08  Michael GünnewigImplemented the MS RLE video codec.
2002-05-05  Alexandre JulliardRemoved more code at Hidenori's request.
2002-03-12  Michael KarcherpDst was advanced too much when decoding DELTA blocks.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-19  Hidenori TakeshimaFixed bugs in processing DELTA.
2001-11-20  Patrik StridvallFixed some issues found by winapi_check.
2001-11-06  Hidenori TakeshimaAdded stubs for msrle32.dll and implemented RLE8 decoder.