aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader
Commit message (Expand)AuthorAge
* 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
* 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