summaryrefslogtreecommitdiffstats
path: root/loader/module.c
Commit message (Expand)AuthorAgeFilesLines
* Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.diego2008-03-011-0/+2
* Remove $Id$ tags, they make diffs between different versionsreimar2008-01-271-1/+0
* Surround variable declarations by preprocessor conditionals to avoid warnings:diego2008-01-211-0/+5
* Fix a ton of illegal identifiers. Identifiers starting with __ or _ and adiego2008-01-201-4/+4
* Stop MPlayer from complaining about bogus AviSynth DLL load failures.diego2007-12-181-1/+1
* warning fixes:diego2007-09-101-4/+3
* fix compilation for win32 dll codec support for intel osxnplourde2006-11-271-0/+2
* Rename config.h --> debug.h and include config.h explicitly.diego2006-11-261-0/+1
* rm unnecesary casts from void* - part 2reynaldo2006-07-021-1/+1
* CVS --> Subversion in copyright noticesdiego2006-06-221-2/+2
* Nop some instructions causing the vfwvp6 dll encoder to crash.banan2006-06-071-0/+3
* Fix runtime-patching code to take into account the address when the codec is ...reimar2006-06-071-53/+55
* Mark modified imported files as such to comply with GPL ยง2a.diego2005-04-151-0/+5
* Windows media video advanced profile (wmva) support via binary codecrtognimp2004-10-241-0/+14
* better component_funcalex2004-10-121-10/+28
* runtime patching vp31vfw.dll, so non-patched dlls can be used aswell. note: t...alex2004-10-121-0/+11
* loader gcc warning fixes and avifile syncrathann2004-08-281-1/+1
* Support vp6vfw.dll version 6.0.7.3rtognimp2004-05-041-0/+5
* Support for vp5 and vp6 dll decodersrtognimp2004-03-181-0/+33
* switch to inttypes.h (u_int32_t vs uint32_t) in favour of Solaris9/x86 supportalex2004-01-291-33/+33
* Support for QuickTime6.3 DLLs. Patch by Dima K. <dimakar@yahoo.com>mosu2003-09-021-0/+9
* compiler warning fixesarpi2002-12-141-11/+11
* both qt5 and qt6 patching support (qt6 addresses found by arpi)alex2002-11-301-40/+61
* patching out threads ;) raw measure: 18% cpu instead 30%alex2002-11-251-1/+24
* some extra debuggingalex2002-11-251-2/+8
* patching quicktime.qts runtimearpi2002-11-241-3/+9
* - qtx (quicktime's macos emulation layer) debugging/emulation environment :)arpi2002-11-241-5/+403
* avifile sync - 95% cosmetics 5% bugarpi2002-09-131-29/+11
* Warnings fix by Sylvain Petreolle <spetreolle@yahoo.fr>, fixed by me.atmos42002-07-231-0/+1
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-1/+1
* ugly hack for morgandsalex2002-04-211-1/+8
* avifile merge. kabi: indent changes really suxxxxarpi2001-12-111-101/+77
* partially synced with avifile... (TODO: migrate to new registry.c and driver.c)arpi2001-11-031-9/+41
* sync with avifilearpi2001-10-041-36/+80
* Add prototypes to wine/loader stuff, so that we can catch __stdcall functionjkeil2001-07-121-2/+8
* DLL loader updated from avifile-0.60beta4arpi_esp2001-03-181-131/+4
* Initial revisionarpi_esp2001-02-241-0/+618