aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader
Commit message (Expand)AuthorAge
* hm, non-working :)Gravatar alex2001-10-30
* fixed some miscoding :)Gravatar alex2001-10-30
* introduced new critical section handlingGravatar alex2001-10-30
* support newly added PF defs (loader/wine/winnt.h)Gravatar alex2001-10-30
* new Processor FeaturesGravatar alex2001-10-30
* fixed, rotfl :pGravatar alex2001-10-27
* develGravatar alex2001-10-27
* CoCreateFreeThreadedMarshaler stub addedGravatar alex2001-10-23
* changes merged back from avifile cvsGravatar arpi2001-10-08
* using ldt_keeper.c insteadGravatar arpi2001-10-04
* iosteram included for cout/cerrGravatar arpi2001-10-04
* stdlib.h addedGravatar arpi2001-10-04
* killed unneeded dependency on c++ headersGravatar arpi2001-10-04
* (solaris x86) C++ style variable declaration not at the start of a block doesGravatar jkeil2001-10-04
* sync with avifileGravatar arpi2001-10-04
* using ldt_keeper instead of setup_fs, includes changedGravatar arpi2001-10-04
* setup_FS.c -> ldt_keeper.c (avifile sync)Gravatar arpi2001-10-04
* do_cpuid stored the results of the cpuid instruction in the wrong placeGravatar jkeil2001-09-20
* removed unused buggy shitGravatar arpi2001-09-02
* GUID fixGravatar arpi2001-09-02
* added WAVEFORMATEXTENSIBLE and new WAVE FORMAT TAGSGravatar arpi2001-09-02
* Fix two memory accesses to unallocated memory (detected by electric fence)Gravatar jkeil2001-08-31
* small fixGravatar arpi2001-08-27
* Add a few ifdefs, so that the code compiles on old solaris releases (2.6 and 7)Gravatar jkeil2001-08-24
* Commented out annoying printfs with -autoq.Gravatar atmos42001-08-20
* exception stuff fixedGravatar arpi2001-08-16
* fixesGravatar arpi2001-08-16
* error handlingGravatar arpi2001-08-16
* Start/Stop state flag fixed - requires for brightness/contrast/etc stuff...Gravatar arpi2001-08-16
* big avifile sync - from now we have common codeGravatar arpi2001-08-16
* updatedGravatar arpi2001-08-16
* UnregisterComClass addedGravatar arpi2001-08-16
* fixed BITMAPINFO struct length truncation (WMV8)Gravatar arpi2001-08-15
* SetCodecPath -> win32_codec_nameGravatar arpi2001-08-12
* debug printf() removedGravatar arpi2001-08-04
* partial avifile-CVS mergeGravatar arpi2001-07-29
* Pre-allocate some stack space to work around a problem with DLL alloca() codeGravatar jkeil2001-07-29
* MPlayer doesn't compile on linux/alphaGravatar jkeil2001-07-16
* Remove some superfluous casts. Fixes a few compile warnings.Gravatar jkeil2001-07-14
* Fix two prototype warningsGravatar jkeil2001-07-13
* Add prototypes to wine/loader stuff, so that we can catch __stdcall functionGravatar jkeil2001-07-12
* VfwEx supportGravatar arpi2001-07-08
* OPTFLAGS vs. INCLUDES cleanupGravatar arpi2001-06-26
* Ehh, wine ...Gravatar lgb2001-06-26
* Force exeptions for dshow code (keeps users from building unworkable mplayer).Gravatar atmosfear2001-06-11
* some possible buffer overflow places fixedGravatar al3x2001-06-11
* The "bad" "using namespace std" was removed :)Gravatar arpi_esp2001-06-10
* ehh. removed duplicated namspace 'std'... and removed include string.h, unnee...Gravatar arpi_esp2001-06-09
* added missing 'using namespace std;' for gcc 3.0Gravatar arpi_esp2001-06-09
* applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>Gravatar arpi_esp2001-06-05