aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader/module.c
Commit message (Expand)AuthorAge
* loader: Disable loading codecs from the current directoryGravatar reimar2010-11-02
* loader: Rename loader/qt_comp.h --> loader/qt_comp_template.cGravatar diego2010-11-02
* Remove unused function MODULE_DecRefCount(), fixes the warning:Gravatar diego2010-05-23
* Remove /usr[/local]/lib/win32 from the list of Win32 codec search paths.Gravatar diego2010-03-24
* Get rid of pointless def_path variable; use codec_path directly instead.Gravatar diego2010-03-23
* Rename get_path.[ch] --> path.[ch].Gravatar diego2010-03-20
* Move SetCodecPath() from loader to get_path.c and make it unconditional.Gravatar diego2010-03-20
* Split codec path related code into a separate file to fix Windows build.Gravatar reimar2010-03-18
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* Remove pointless '#if 1' preprocessor directive.Gravatar diego2010-02-22
* Add win32 loader support for OS/2Gravatar komh2010-02-12
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h canGravatar diego2008-06-08
* Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.Gravatar diego2008-03-01
* Remove $Id$ tags, they make diffs between different versionsGravatar reimar2008-01-27
* Surround variable declarations by preprocessor conditionals to avoid warnings:Gravatar diego2008-01-21
* Fix a ton of illegal identifiers. Identifiers starting with __ or _ and aGravatar diego2008-01-20
* Stop MPlayer from complaining about bogus AviSynth DLL load failures.Gravatar diego2007-12-18
* warning fixes:Gravatar diego2007-09-10
* fix compilation for win32 dll codec support for intel osxGravatar nplourde2006-11-27
* Rename config.h --> debug.h and include config.h explicitly.Gravatar diego2006-11-26
* rm unnecesary casts from void* - part 2Gravatar reynaldo2006-07-02
* 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
* Mark modified imported files as such to comply with GPL ยง2a.Gravatar diego2005-04-15
* Windows media video advanced profile (wmva) support via binary codecGravatar rtognimp2004-10-24
* better component_funcGravatar alex2004-10-12
* runtime patching vp31vfw.dll, so non-patched dlls can be used aswell. note: t...Gravatar alex2004-10-12
* loader gcc warning fixes and avifile syncGravatar rathann2004-08-28
* Support vp6vfw.dll version 6.0.7.3Gravatar rtognimp2004-05-04
* Support for vp5 and vp6 dll decodersGravatar rtognimp2004-03-18
* switch to inttypes.h (u_int32_t vs uint32_t) in favour of Solaris9/x86 supportGravatar alex2004-01-29
* Support for QuickTime6.3 DLLs. Patch by Dima K. <dimakar@yahoo.com>Gravatar mosu2003-09-02
* compiler warning fixesGravatar arpi2002-12-14
* both qt5 and qt6 patching support (qt6 addresses found by arpi)Gravatar alex2002-11-30
* patching out threads ;) raw measure: 18% cpu instead 30%Gravatar alex2002-11-25
* some extra debuggingGravatar alex2002-11-25
* patching quicktime.qts runtimeGravatar arpi2002-11-24
* - qtx (quicktime's macos emulation layer) debugging/emulation environment :)Gravatar arpi2002-11-24
* avifile sync - 95% cosmetics 5% bugGravatar arpi2002-09-13
* Warnings fix by Sylvain Petreolle <spetreolle@yahoo.fr>, fixed by me.Gravatar atmos42002-07-23
* big cosmetics patch, cleanup of messages printed by mplayer and libs.Gravatar arpi2002-05-20
* ugly hack for morgandsGravatar alex2002-04-21
* avifile merge. kabi: indent changes really suxxxxGravatar arpi2001-12-11
* partially synced with avifile... (TODO: migrate to new registry.c and driver.c)Gravatar arpi2001-11-03
* sync with avifileGravatar arpi2001-10-04
* Add prototypes to wine/loader stuff, so that we can catch __stdcall functionGravatar jkeil2001-07-12
* DLL loader updated from avifile-0.60beta4Gravatar arpi_esp2001-03-18
* Initial revisionGravatar arpi_esp2001-02-24