aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader
Commit message (Expand)AuthorAge
* Remove pointless '#if 1' preprocessor directives.Gravatar diego2010-02-19
* Add a InitializeCriticalSectionAndSpinCount function.Gravatar reimar2010-02-18
* Add a GetModuleHandleW implementation.Gravatar reimar2010-02-18
* Use snprintf to ensure we do not write outside the buffer boundsGravatar reimar2010-02-18
* Add header #include for print_wave_header() instead of a forward declaration.Gravatar diego2010-02-18
* Directly mark structs as WINE_PACKED where all members are marked as packed.Gravatar diego2010-02-14
* Explain WIN32_LOADER definition hack.Gravatar diego2010-02-12
* Get rid of pointless CONFIG_QTX_CODECS --> QTX preprocessor indirection.Gravatar diego2010-02-12
* Fix linking of loader test programs when loader is disabled.Gravatar diego2010-02-12
* Add win32 loader support for OS/2Gravatar komh2010-02-12
* Remove pointless egcs #ifdefs; that compiler was never supported.Gravatar diego2010-02-11
* Remove extern "C" declarations from loader code.Gravatar diego2010-02-11
* Add stubs for several functions, needed for CineForm codec.Gravatar reimar2010-02-09
* Remove disabled AVIFILE-specific preprocessor code.Gravatar diego2010-02-08
* Merge some preprocessor conditionals where appropriate.Gravatar diego2010-02-08
* Release pin enumerator after we are done using it.Gravatar reimar2010-02-05
* Prefix EXTERN_ASM to global variables to match them to an extern prefix of C.Gravatar komh2010-02-05
* Remove '.section' causing the following assembler error on OS/2.Gravatar komh2010-02-05
* Add missing license headers to test programs for external libraries.Gravatar diego2010-02-03
* Hack to avoid a GUID_NULL clash on 64 bit MinGW.Gravatar reimar2010-01-17
* Document some of the ext_stub magic.Gravatar reimar2010-01-16
* 100l, forgot to change the "magic" value in the stub also in the place replac...Gravatar reimar2010-01-16
* Use ARCH_X86_32 instead of the compiler-specific __i386__Gravatar reimar2010-01-12
* Place a volatile at a more appropriate place.Gravatar reimar2010-01-10
* Change dummy value to fit into int.Gravatar reimar2010-01-10
* Remove return statement from function that has no return value.Gravatar reimar2010-01-10
* Avoid excessive fflush in dbgprintf if we didn't even print anything.Gravatar reimar2010-01-10
* Fix RegCloseKey to not return an error on success.Gravatar reimar2010-01-10
* Add required header #includes to satisfy 'make checkheaders'.Gravatar diego2010-01-04
* Drop -Iloader from CPPFLAGS for the loader subdirectory.Gravatar diego2010-01-04
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2010-01-04
* Several hacks to fix compilation of tvi_dshow on MinGW64.Gravatar reimar2010-01-02
* Implement dummy EncodePointer/DecodePointer functions needed for e.g. lagarit...Gravatar reimar2009-10-10
* add YAXPAX and YAPAXI exports to msvcr80Gravatar compn2009-09-16
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* 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
* cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.Gravatar diego2009-02-17
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* Replace double semicolon by single semicolon.Gravatar diego2009-02-16
* remove sys/timeb.h includeGravatar compn2009-01-29
* Reduce QuickTime binary decoder verbosity.Gravatar diego2009-01-17
* #include the appropriate header instead of using local declarations.Gravatar diego2009-01-05
* Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
* Avoid u_ BSD type names.Gravatar diego2008-12-27
* Change some printf calls to 'Debug printf' so as not to pollute stdout.Gravatar diego2008-12-11
* Re-add "extern"s incorrectly removed in r28085Gravatar reimar2008-12-04
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Missing free in malloc error case in COutputPinCreate.Gravatar reimar2008-10-31