aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader
Commit message (Expand)AuthorAge
* Doxygen comments for used DirectShow methods.Gravatar voroshil2007-01-28
* fix overlooked debug messageGravatar voroshil2007-01-27
* Changing debug messages and renaming method names according to theirGravatar voroshil2007-01-27
* fix typos from previous commitGravatar voroshil2007-01-27
* Cosmetics. Doxygen comments.Gravatar voroshil2007-01-27
* Remove illegal definition of underscored-prefixed symbol "__MODULE__":Gravatar gpoirier2007-01-26
* Fix crashes in loader code: There is still some code that can not handle omit...Gravatar reimar2006-12-16
* 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 #ifdef __OpenBSD__, there is no indication this is needed.Gravatar diego2006-11-28
* wrapper.S should be compiled on non-Darwin, non-Windows systems.Gravatar diego2006-11-27
* Remove unused unk_exp1 loader asm codeGravatar reimar2006-11-27
* simplify test targetGravatar diego2006-11-27
* fix compilation for win32 dll codec support for intel osxGravatar nplourde2006-11-27
* Rename config.h --> debug.h and include config.h explicitly.Gravatar diego2006-11-26
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* Revert r21251 (moving loader/config.h contents to main config.h).Gravatar uau2006-11-26
* Remove useless fd parameter for mmap_anonGravatar reimar2006-11-26
* Fix loader code: closed .dll file handles when it should notGravatar reimar2006-11-26
* open /dev/zero left over from mmap_anon patchGravatar reimar2006-11-26
* Move contents of loader/config.h to configure/config.h, there areGravatar diego2006-11-25
* There are no more .depend files in subdirectories.Gravatar diego2006-11-25
* Remove superfluous comment.Gravatar diego2006-11-25
* added mmap_anon to osdep lib. Used in loader for nowGravatar nplourde2006-11-25
* Make loader Makefile non-recursive.Gravatar diego2006-11-25
* Use $@ and $^ to designate target and prerequisites.Gravatar diego2006-11-25
* cosmetics: Move around targets for consistency.Gravatar diego2006-11-25
* Remove superfluous suffix rule.Gravatar diego2006-11-25
* Handle stubs.s like all other source files.Gravatar diego2006-11-24
* Remove .depend on distclean.Gravatar diego2006-11-24
* Clean up CFLAGS handling.Gravatar diego2006-11-24
* Remove bug workarounds for ancient gcc and libc versions.Gravatar diego2006-11-24
* Unify dep/depend targets.Gravatar diego2006-11-20
* Hack to make wrapper.S be compiled again. Someone who knows make please fix p...Gravatar reimar2006-11-10
* Add standard depend target.Gravatar diego2006-11-10
* Remove loader_objfix.sh hack, it's only needed for very old OpenBSD versions.Gravatar diego2006-11-10
* Use default variable names.Gravatar diego2006-11-10
* Remove redundant variable.Gravatar diego2006-11-10
* Dummy EnumDisplaySettingsA, required by frapsvid.dll 2.8.1Gravatar rtogni2006-11-04
* Remove reference to non-existent variable.Gravatar diego2006-08-22
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* consistency cosmetics: Add -DNOAVIFILE_HEADERS to CFLAGS instead of to INCLUDE.Gravatar diego2006-08-16
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgGravatar reynaldo2006-07-03
* rm unnecesary casts from void* - part 2Gravatar reynaldo2006-07-02
* gets ride of a few more sizeof(char)sGravatar reynaldo2006-06-30