aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader/win32.c
Commit message (Expand)AuthorAge
* Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
* Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* enable vp6 codec to read/write .fpf (passlogfile)Gravatar compn2009-03-25
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* remove sys/timeb.h includeGravatar compn2009-01-29
* Reduce QuickTime binary decoder verbosity.Gravatar diego2009-01-17
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* Remove duplicate vsscanf fallback implementation, we have another in osdep/.Gravatar diego2008-08-22
* Do not provide a prototype for vsscanf when vsscanf is available.Gravatar diego2008-08-02
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* cosmetics: Remove pointless parentheses from return statements.Gravatar diego2008-05-16
* Fix potential segfault in debug printf in expSetFilePointerGravatar rtogni2008-04-21
* Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLLGravatar rtogni2008-04-20
* Add support for msn siren audio coced via binary dll sirenacm.dllGravatar rtogni2008-04-20
* #include osdep/mman.h if sys/mman.h is not available.Gravatar diego2008-03-03
* Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.Gravatar diego2008-03-01
* Remove $Id$ tags, they make diffs between different versionsGravatar reimar2008-01-27
* Disable unused function test_heap, fixes the warning:Gravatar diego2008-01-23
* Remove unused function exp_ftol_wrong, fixes the warning:Gravatar diego2008-01-23
* Fix a ton of illegal identifiers. Identifiers starting with __ or _ and aGravatar diego2008-01-20
* Replace hardcoded 0 by equivalent O_RDONLYGravatar reimar2007-10-21
* Add Coinitialize function to vfw encoder and win32 loader.Gravatar compn2007-10-17
* warning fixes:Gravatar diego2007-09-10
* warning fix:Gravatar diego2007-09-10
* warning fix:Gravatar diego2007-09-10
* warning fixes:Gravatar diego2007-09-10
* Get rid of superfluous MPLAYER #define, it was always enabled andGravatar diego2007-06-02
* typo fixes ported from VLCGravatar diego2007-04-01
* Support function lookup via ordinalGravatar reimar2007-03-08
* Allow declaring special undefined functions that will return NULLGravatar reimar2007-03-08
* The original asm code for the stub returned 0, restore that behaviour.Gravatar reimar2007-03-03
* Update 3ivx decoder to latest version and allow it to load required library.Gravatar voroshil2007-03-01
* mmap memory area for generated code to avoid crashes on machines whichGravatar reimar2006-12-03
* Fix 21381, make sure gcc does not make any ip-relative calls or similar.Gravatar reimar2006-12-03
* Get rid of stubs.S, move code to inline asm.Gravatar reimar2006-11-29
* Cosmetics: remove unused and commented out add_stub function headerGravatar reimar2006-11-29
* Some extra checks and safety space for add_stub function.Gravatar reimar2006-11-29
* Change add_stub code to also work without -fomit-frame-pointerGravatar reimar2006-11-29
* Remove unused unk_exp1 loader asm codeGravatar reimar2006-11-27
* Dummy EnumDisplaySettingsA, required by frapsvid.dll 2.8.1Gravatar rtogni2006-11-04
* rm unnecesary casts from void* - part 2Gravatar reynaldo2006-07-02
* CVS --> Subversion in copyright noticesGravatar diego2006-06-22
* Support WVC1 decoding via dmo binary codec wvc1dmod.dllGravatar rtogni2006-06-05
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* export ldexp() and frexp() in pncrt, they are needed by rp8 sipr dllGravatar rtognimp2005-12-01
* Add CharNextA(), needed by rp8 sipr dllGravatar rtognimp2005-12-01
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-11-19
* expGetSystemInfo should not leave SYSTEM_INFO unitialized, even whenGravatar reimar2005-10-03