aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader
Commit message (Expand)AuthorAge
* 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
* Avoid useless casts of malloc results.Gravatar reimar2008-10-31
* Translate a Hungarian comment, thanks to Denes Balatoni.Gravatar diego2008-10-19
* 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 pointless #ifdef around the whole file, it is just a complicated #if 1.Gravatar diego2008-10-13
* 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
* Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h canGravatar diego2008-06-08
* cosmetics: Remove pointless parentheses from return statements.Gravatar diego2008-05-16
* Use consistent #include paths without "../".Gravatar diego2008-04-28
* Merge loader/Makefile into top-level Makefile.Gravatar diego2008-04-28
* Remove calls to Restore_LDT_Keeper, exit() is called immediately afterwardsGravatar diego2008-04-28
* Add missing ldt_keeper.h #include; this fixes a bunch of implicit declarationGravatar diego2008-04-28
* Merge TEST_OBJS and TEST_LDFLAGS.Gravatar diego2008-04-28
* Add -g to CFLAGS, not to LDFLAGS.Gravatar diego2008-04-28
* Merge test program compilation rules using patterns.Gravatar diego2008-04-28
* Add CFLAGS to test program compilation commands.Gravatar diego2008-04-28
* Add missing ../osdep/mmap_anon.o to TEST_OBJS.Gravatar diego2008-04-28
* Remove unnecessary linker flags.Gravatar diego2008-04-28
* Add missing #include, fixes the warning:Gravatar diego2008-04-28
* Adjust printf length modifier, fixes the warning:Gravatar diego2008-04-28
* Comment out variables only used in commented-out code, fixes the warnings:Gravatar diego2008-04-28
* Link against individual objects, the osdep library is not generated anymore.Gravatar diego2008-04-28
* Remove obsolete and non-working test program.Gravatar diego2008-04-28
* Use directory name as library name template.Gravatar diego2008-04-22
* 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
* cosmetics: prettyprinting and alphabetical orderGravatar diego2008-03-03
* Move decision about whether or not to compile Windows emulationGravatar diego2008-03-03
* Move decision about whether or not to compile wrapper.S to configure.Gravatar diego2008-03-03
* Add CFLAG_STACKREALIGN unconditionally to win32.o CFLAGS, configure takes careGravatar diego2008-03-03
* #include osdep/mman.h if sys/mman.h is not available.Gravatar diego2008-03-03