summaryrefslogtreecommitdiffstats
path: root/loader/win32.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-38/+38
* Add missing 'void' to parameterless function declarations.diego2009-05-041-20/+20
* Remove unnecessary malloc.h #includes and related #ifdeffery.diego2009-04-021-3/+0
* enable vp6 codec to read/write .fpf (passlogfile)compn2009-03-251-3/+5
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-171-1/+1
* remove sys/timeb.h includecompn2009-01-291-1/+0
* Reduce QuickTime binary decoder verbosity.diego2009-01-171-2/+2
* Get rid of pointless 'extern' keywords.diego2008-12-031-1/+1
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-161-13/+13
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-1/+1
* Remove duplicate vsscanf fallback implementation, we have another in osdep/.diego2008-08-221-13/+0
* Do not provide a prototype for vsscanf when vsscanf is available.diego2008-08-021-3/+1
* Start unifying names of internal preprocessor directives.diego2008-07-301-1/+1
* cosmetics: Remove pointless parentheses from return statements.diego2008-05-161-6/+6
* Fix potential segfault in debug printf in expSetFilePointerrtogni2008-04-211-1/+1
* Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLLrtogni2008-04-201-0/+22
* Add support for msn siren audio coced via binary dll sirenacm.dllrtogni2008-04-201-0/+30
* #include osdep/mman.h if sys/mman.h is not available.diego2008-03-031-0/+2
* Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.diego2008-03-011-0/+2
* Remove $Id$ tags, they make diffs between different versionsreimar2008-01-271-1/+0
* Disable unused function test_heap, fixes the warning:diego2008-01-231-2/+4
* Remove unused function exp_ftol_wrong, fixes the warning:diego2008-01-231-6/+0
* Fix a ton of illegal identifiers. Identifiers starting with __ or _ and adiego2008-01-201-8/+8
* Replace hardcoded 0 by equivalent O_RDONLYreimar2007-10-211-1/+1
* Add Coinitialize function to vfw encoder and win32 loader.compn2007-10-171-1/+29
* warning fixes:diego2007-09-101-2/+0
* warning fix:diego2007-09-101-1/+0
* warning fix:diego2007-09-101-1/+0
* warning fixes:diego2007-09-101-7/+2
* Get rid of superfluous MPLAYER #define, it was always enabled anddiego2007-06-021-46/+0
* typo fixes ported from VLCdiego2007-04-011-1/+1
* Support function lookup via ordinalreimar2007-03-081-4/+6
* Allow declaring special undefined functions that will return NULLreimar2007-03-081-0/+9
* The original asm code for the stub returned 0, restore that behaviour.reimar2007-03-031-1/+2
* Update 3ivx decoder to latest version and allow it to load required library.voroshil2007-03-011-1/+1
* mmap memory area for generated code to avoid crashes on machines whichreimar2006-12-031-2/+9
* Fix 21381, make sure gcc does not make any ip-relative calls or similar.reimar2006-12-031-5/+14
* Get rid of stubs.S, move code to inline asm.reimar2006-11-291-2/+20
* Cosmetics: remove unused and commented out add_stub function headerreimar2006-11-291-2/+0
* Some extra checks and safety space for add_stub function.reimar2006-11-291-4/+10
* Change add_stub code to also work without -fomit-frame-pointerreimar2006-11-291-49/+12
* Remove unused unk_exp1 loader asm codereimar2006-11-271-6/+0
* Dummy EnumDisplaySettingsA, required by frapsvid.dll 2.8.1rtogni2006-11-041-0/+12
* rm unnecesary casts from void* - part 2reynaldo2006-07-021-7/+7
* CVS --> Subversion in copyright noticesdiego2006-06-221-2/+2
* Support WVC1 decoding via dmo binary codec wvc1dmod.dllrtogni2006-06-051-0/+28
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-1/+1
* export ldexp() and frexp() in pncrt, they are needed by rp8 sipr dllrtognimp2005-12-011-0/+2
* Add CharNextA(), needed by rp8 sipr dllrtognimp2005-12-011-0/+9
* Unify include paths, -I.. is in CFLAGS.diego2005-11-191-2/+2
* expGetSystemInfo should not leave SYSTEM_INFO unitialized, even whenreimar2005-10-031-4/+10
* Several minor fixes: Correctly advertise SSE and SSE2 instruction sets,reimar2005-10-021-1/+14
* Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFo...reimar2005-09-011-0/+37
* DragonFly BSD supportdiego2005-05-251-1/+1
* FRAPS decoder (FPS1) with binary dllrtognimp2005-05-141-0/+3
* Mark modified imported files as such to comply with GPL §2a.diego2005-04-151-0/+6
* add missing registers in clobber list, fixes bug #169reimar2004-12-211-0/+1
* Support wmspdmod.dll version 10.0.0.3646rtognimp2004-10-241-0/+21
* Decode VDOWave (VDOM) with binary codecrtognimp2004-10-241-1/+1
* Fix for Windows media audio 9 voice codec (format 0x0a)rtognimp2004-10-231-3/+8
* Windows Media Image (WMVP) can be decoded with WMV9 dmo codecrtognimp2004-10-091-0/+7
* Reduce excessive verbosity a bit.diego2004-09-181-1/+1
* loader gcc warning fixes and avifile syncrathann2004-08-281-3/+3
* Support for Winnov Videum WINX and WNV1 codecs with binary dllrtognimp2004-06-301-0/+8
* more stupidityrfelker2004-05-011-1/+1
* Less verbosity by moving some debug messages from printf --> dbgprintf.diego2004-04-231-3/+3
* Make wmv9 playback less verbose.diego2004-03-271-5/+5
* Support for Alparysoft lossless video codec (DShow and VfW)rtognimp2004-03-251-4/+57
* Add support for Lead MCMW 2.0 wavelet codec eval versionrtognimp2004-03-231-1/+11
* reviewed the locking codes, a mutex should be unlocked before destroying italex2004-01-251-0/+14
* Don't mutex_unlock if it was never locked. Patch by Min Sik Kimalex2004-01-251-2/+5
* ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dllrtognimp2003-09-051-0/+32
* 10l by me, noticed by a guy with a transmeta cpu, but forgot his name, sorryalex2003-05-201-1/+1
* changed cpudetection code to support newer pentiumsalex2003-04-281-16/+13
* Fixes for vss h264rtognimp2003-04-091-2/+36
* Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>rtognimp2003-04-091-0/+12
* Fix for truespeech dll, patch by <dimakar(at)yahoo.com>rtognimp2003-03-151-2/+4
* realaudio dlls supportalex2003-02-111-0/+14
* qt vs. voxware fixed (hopefully), also some qt speeduparpi2003-01-051-6/+13
* voxvare audio fixarpi2003-01-041-1/+1
* even more :)arpi2002-12-301-0/+1
* more verbose...arpi2002-12-301-0/+1
* compiler warning fixesarpi2002-12-141-9/+13
* it seems that old CS is working better than newtype now... :)arpi2002-12-071-2/+2
* support for *.qtx (scan for all .qtx files at quicktime init)arpi2002-12-071-22/+47
* avifile sync (added only the new functions, all cosmetics ignored)arpi2002-11-261-17/+121
* fixed WaitForMultipleObjects and FindFilealex2002-11-251-2/+6
* 10l to me and to apple tooalex2002-11-251-0/+4
* _qtx support_ and m3jpeg,mjpeg2k fixes (some cleanup and _lot of testing need...alex2002-11-251-51/+692
* use the more stable NEWTYPE critsect codearpi2002-11-101-2/+2
* fixed 2 10l bugs, ATI VCR2 dll now workingalex2002-10-121-7/+6
* avifile sync - 95% cosmetics 5% bugarpi2002-09-131-88/+180
* mostly compiler warning fixes, some small bugfixarpi2002-08-281-1/+1
* pncrt.dll used by realplayer8 codecsarpi2002-06-091-0/+26
* warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2002-06-071-0/+2
* new (cleaner, nore robust) critsect code by Zdenek Kabelac <kabi@informatics....arpi2002-06-071-8/+12
* OpenBSD, NetBSD portability patches byarpi2002-04-271-3/+3
* workaround: force PF table setup in IsProcessorFeaturePresentalex2002-04-231-0/+7
* fixed IsRectEmpty, added expcalloc, ceil, exporting LoadLibraryExA, IC* for ...alex2002-04-211-22/+78
* RegisterClassA and UnregisterClassA for VoxWare RT24 speech codec ACMalex2002-04-211-0/+14
* loading requested library if available, and try to find function there in Loo...alex2002-04-211-1/+34
* added SetEnvironmentVariableA for UCOD-ClearVideo DLLalex2002-04-211-0/+7
* added _EH_prolog and some wsock32 funcs needed by mss1 codec -> mss1 codec wo...alex2002-04-211-2/+23
* 1lalex2002-04-201-1/+7
* fixed mp_msg, fixed CreateFile for VDub, added GetFullPathName for VDub, clea...alex2002-04-201-16/+46
* some new funcs and fixes for quicktimearpi2002-03-201-14/+207
* bad debug printf caused sig11 with divx audioarpi2002-02-051-1/+2
* avoids warningspl2002-01-271-0/+1
* applied "magic" Michael real fix ;)pl2002-01-011-16/+7
* workaround for the guilty code that caused sig11 when compiled with gcc-3.0.xpl2001-12-311-0/+13
* fixes for vdub plugin support - by Fredrik Kuivinen <freku045@student.liu.se>arpi2001-12-231-1/+30
* CoTaskMemAlloc def should match prototyp in com.harpi2001-12-171-1/+1
* divx audio sig11 fixedarpi2001-12-121-1/+3
* avifile merge. kabi: indent changes really suxxxxarpi2001-12-111-1329/+1574
* do not crash with 3ivx and vivoalex2001-12-111-7/+11
* SetThreadAffinityMask added, req. for vivo audioarpi2001-12-101-0/+8
* kernel32 hack for vivo audioarpi2001-12-101-2/+2
* support in dbgprintf for mp_msg (mplayer only)alex2001-12-101-0/+12
* updated for avifile compilancealex2001-12-091-4/+7
* updated cpudetectionalex2001-12-091-4/+30
* avifile sync again... :(arpi2001-11-261-38/+46
* avifile sync... maybe broken, tell me if so.arpi2001-11-261-35/+137
* expCoInitialize() added (requires for PIM1)arpi2001-11-201-0/+13
* Try to provide a vsscanf() implementation, if the system does not havejkeil2001-11-141-0/+13
* removed #define DETAILED_OUTarpi2001-11-091-1/+1
* Eugene's fixes to work with QuickTime.qtsarpi2001-11-091-3/+78
* fixed TlsAllocalex2001-11-041-5/+14
* KERNEL32 fix for ivvideo and strncmp for U263arpi2001-11-041-0/+12
* partially synced with avifile... (TODO: migrate to new registry.c and driver.c)arpi2001-11-031-333/+446
* introduced new critical section handlingalex2001-10-301-5/+110
* support newly added PF defs (loader/wine/winnt.h)alex2001-10-301-1/+26
* CoCreateFreeThreadedMarshaler stub addedalex2001-10-231-1/+9
* changes merged back from avifile cvsarpi2001-10-081-6/+56
* sync with avifilearpi2001-10-041-196/+314
* do_cpuid stored the results of the cpuid instruction in the wrong placejkeil2001-09-201-9/+7
* Add a few ifdefs, so that the code compiles on old solaris releases (2.6 and 7)jkeil2001-08-241-1/+1
* UnregisterComClass addedarpi2001-08-161-0/+58
* partial avifile-CVS mergearpi2001-07-291-6/+10
* Add prototypes to wine/loader stuff, so that we can catch __stdcall functionjkeil2001-07-121-68/+113
* some possible buffer overflow places fixedal3x2001-06-111-3/+3
* applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>arpi_esp2001-06-051-5/+22
* Applies kabis changes to avifile 0.6 cvsatmosfear2001-05-071-7/+11
* avifile-0.6-CVS mergearpi_esp2001-05-061-19/+89
* no more warnings...szabii2001-04-231-26/+27
* added MulDiv -> should fix Acelp.net audioarpi_esp2001-04-171-0/+16
* more printf cosmetic on DLL loaderarpi_esp2001-04-111-1/+2
* less, and more informal printfsarpi_esp2001-04-111-5/+5
* added expRegEnumValueA(), fixed expWaitForSingleObject()arpi_esp2001-04-061-5/+14
* verbose output changedarpi_esp2001-03-281-1/+3
* crtdll/memcpy added (req for MJPEG)arpi_esp2001-03-181-3/+15
* DLL loader updated from avifile-0.60beta4arpi_esp2001-03-181-322/+1256
* added RtlMoveMem (for CRAM support)arpi_esp2001-03-171-0/+24
* Initial revisionarpi_esp2001-02-241-0/+1706