aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader
Commit message (Expand)AuthorAge
* 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
* CVS --> Subversion in copyright noticesGravatar diego2006-06-22
* Nop some instructions causing the vfwvp6 dll encoder to crash.Gravatar banan2006-06-07
* Fix runtime-patching code to take into account the address when the codec is ...Gravatar reimar2006-06-07
* Change "Supress" to "Suppress" in a couple comments.Gravatar corey2006-06-07
* Support WVC1 decoding via dmo binary codec wvc1dmod.dllGravatar rtogni2006-06-05
* Remove now obsolete .cvsignore files.Gravatar diego2006-06-02
* Remove extra return.Gravatar rathann2006-05-13
* Add a check for sysi86() on Solaris systems, solving a build failure on SolarisGravatar diego2006-04-30
* include MSGL_* definitionsGravatar henry2006-03-27
* Convert printfs in aviprint.c to mp_msg and give the information printingGravatar diego2006-03-27
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesGravatar diego2006-03-25
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* one more hint for openbsdGravatar alex2006-02-12
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* 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
* Several minor fixes: Correctly advertise SSE and SSE2 instruction sets,Gravatar reimar2005-10-02
* Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFo...Gravatar reimar2005-09-01