aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader
Commit message (Expand)AuthorAge
* 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
* Remove stray MSDOS linebreaksGravatar ivo2005-08-10
* hardcode SYNC flag, so no problems could rise if first frame is skippedGravatar iive2005-07-05
* mingw and maybe other system define the __int* types to char, short..., so th...Gravatar faust32005-06-07
* This currently sends control characters to the terminal instead ofGravatar rtognimp2005-05-26
* DragonFly BSD supportGravatar diego2005-05-25
* FRAPS decoder (FPS1) with binary dllGravatar rtognimp2005-05-14
* Mark modified imported files as such to comply with GPL §2a.Gravatar diego2005-04-15
* initialize modify_ldt struct to 0.Gravatar reimar2005-01-19
* icc support by Darek Ostolski <ostolski at kwantum dot gda dot pl>Gravatar diego2005-01-14
* add missing registers in clobber list, fixes bug #169Gravatar reimar2004-12-21
* gcc-4.0.0-20041024 compile-fixGravatar atmos42004-10-31
* AMD64 fixes based on patch by Timo Teräs <timo.teras@iki.fi>Gravatar faust32004-10-30
* Support wmspdmod.dll version 10.0.0.3646Gravatar rtognimp2004-10-24
* Decode VDOWave (VDOM) with binary codecGravatar rtognimp2004-10-24
* Windows media video advanced profile (wmva) support via binary codecGravatar rtognimp2004-10-24
* Fix for Windows media audio 9 voice codec (format 0x0a)Gravatar rtognimp2004-10-23
* better component_funcGravatar alex2004-10-12
* runtime patching vp31vfw.dll, so non-patched dlls can be used aswell. note: t...Gravatar alex2004-10-12
* Windows Media Image (WMVP) can be decoded with WMV9 dmo codecGravatar rtognimp2004-10-09
* Reduce excessive verbosity a bit.Gravatar diego2004-09-18
* force compilers not to optimize/inline extend_stack_for_dll_allocaGravatar reimar2004-09-18
* 10lGravatar faust32004-09-17
* declare modify_ldt with syscall3 macro for older glibcs patch by Mikulas Pato...Gravatar faust32004-09-16
* 100lGravatar rtognimp2004-09-10
* Fixes for VirtualAlloc function:Gravatar rtognimp2004-09-10
* loader gcc warning fixes and avifile syncGravatar rathann2004-08-28
* Better protection against double definition of MPEGLAYER3WAVEFORMATGravatar wight2004-08-09
* Support for Winnov Videum WINX and WNV1 codecs with binary dllGravatar rtognimp2004-06-30
* fix loader build on windowsGravatar faust32004-06-26
* more verbosityGravatar alex2004-06-25
* ranlib cleanup by Dan ChristiansenGravatar alex2004-06-24
* Support vp6vfw.dll version 6.0.7.3Gravatar rtognimp2004-05-04
* more stupidityGravatar rfelker2004-05-01
* minimal fix for alex's 1000000000000l compile errors. imo the fix inGravatar rfelker2004-04-30
* Less verbosity by moving some debug messages from printf --> dbgprintf.Gravatar diego2004-04-23
* Make wmv9 playback less verbose.Gravatar diego2004-03-27
* Support for Alparysoft lossless video codec (DShow and VfW)Gravatar rtognimp2004-03-25
* Add support for Lead MCMW 2.0 wavelet codec eval versionGravatar rtognimp2004-03-23
* Support for vp5 and vp6 dll decodersGravatar rtognimp2004-03-18
* * changes mencoder's exit code on explicit kill to 2Gravatar attila2004-01-29
* switch to inttypes.h (u_int32_t vs uint32_t) in favour of Solaris9/x86 supportGravatar alex2004-01-29
* use inttypes.h and std types, this fixes compilation problems on solaris 9 x86Gravatar alex2004-01-28
* reviewed the locking codes, a mutex should be unlocked before destroying itGravatar alex2004-01-25
* Don't mutex_unlock if it was never locked. Patch by Min Sik KimGravatar alex2004-01-25
* support for newer openbsd versions, which are fully elf basedGravatar alex2004-01-19
* Warning fixes (approved by A'rpi).Gravatar rathann2003-11-08
* many small typo and grammar fixesGravatar gabucino2003-10-04