summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change "Supress" to "Suppress" in a couple comments.corey2006-06-071-1/+1
* Support WVC1 decoding via dmo binary codec wvc1dmod.dllrtogni2006-06-051-0/+28
* Remove now obsolete .cvsignore files.diego2006-06-022-2/+0
* Remove extra return.rathann2006-05-131-2/+0
* Add a check for sysi86() on Solaris systems, solving a build failure on Solarisdiego2006-04-301-0/+2
* include MSGL_* definitionshenry2006-03-271-0/+2
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-272-5/+5
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-253-5/+18
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-1/+1
* one more hint for openbsdalex2006-02-121-0/+3
* Make clean/distclean behave uniformly in all directories.diego2006-01-273-5/+5
* export ldexp() and frexp() in pncrt, they are needed by rp8 sipr dllrtognimp2005-12-011-0/+2
* Add CharNextA(), needed by rp8 sipr dllrtognimp2005-12-011-0/+9
* Unify include paths, -I.. is in CFLAGS.diego2005-11-191-2/+2
* expGetSystemInfo should not leave SYSTEM_INFO unitialized, even whenreimar2005-10-031-4/+10
* Several minor fixes: Correctly advertise SSE and SSE2 instruction sets,reimar2005-10-022-1/+15
* Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFo...reimar2005-09-011-0/+37
* Remove stray MSDOS linebreaksivo2005-08-102-6/+3
* hardcode SYNC flag, so no problems could rise if first frame is skippediive2005-07-051-1/+1
* mingw and maybe other system define the __int* types to char, short..., so th...faust32005-06-071-0/+16
* This currently sends control characters to the terminal instead ofrtognimp2005-05-261-14/+18
* DragonFly BSD supportdiego2005-05-253-6/+6
* FRAPS decoder (FPS1) with binary dllrtognimp2005-05-141-0/+3
* Mark modified imported files as such to comply with GPL §2a.diego2005-04-1529-0/+164
* initialize modify_ldt struct to 0.reimar2005-01-191-0/+1
* icc support by Darek Ostolski <ostolski at kwantum dot gda dot pl>diego2005-01-141-0/+11
* add missing registers in clobber list, fixes bug #169reimar2004-12-212-0/+2
* gcc-4.0.0-20041024 compile-fixatmos42004-10-311-1/+1
* AMD64 fixes based on patch by Timo Teräs <timo.teras@iki.fi>faust32004-10-301-55/+55
* Support wmspdmod.dll version 10.0.0.3646rtognimp2004-10-241-0/+21
* Decode VDOWave (VDOM) with binary codecrtognimp2004-10-241-1/+1
* Windows media video advanced profile (wmva) support via binary codecrtognimp2004-10-241-0/+14
* Fix for Windows media audio 9 voice codec (format 0x0a)rtognimp2004-10-231-3/+8
* 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
* Windows Media Image (WMVP) can be decoded with WMV9 dmo codecrtognimp2004-10-091-0/+7
* Reduce excessive verbosity a bit.diego2004-09-181-1/+1
* force compilers not to optimize/inline extend_stack_for_dll_allocareimar2004-09-181-3/+5
* 10lfaust32004-09-171-1/+1
* declare modify_ldt with syscall3 macro for older glibcs patch by Mikulas Pato...faust32004-09-161-0/+5
* 100lrtognimp2004-09-101-2/+2
* Fixes for VirtualAlloc function:rtognimp2004-09-101-15/+48
* loader gcc warning fixes and avifile syncrathann2004-08-284-15/+15
* Better protection against double definition of MPEGLAYER3WAVEFORMATwight2004-08-091-2/+3
* Support for Winnov Videum WINX and WNV1 codecs with binary dllrtognimp2004-06-301-0/+8
* fix loader build on windowsfaust32004-06-261-0/+4
* more verbosityalex2004-06-251-1/+1
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+1
* Support vp6vfw.dll version 6.0.7.3rtognimp2004-05-041-0/+5
* more stupidityrfelker2004-05-011-1/+1
* minimal fix for alex's 1000000000000l compile errors. imo the fix inrfelker2004-04-301-0/+2
* Less verbosity by moving some debug messages from printf --> dbgprintf.diego2004-04-231-3/+3
* Make wmv9 playback less verbose.diego2004-03-271-5/+5
* Support for Alparysoft lossless video codec (DShow and VfW)rtognimp2004-03-252-6/+57
* Add support for Lead MCMW 2.0 wavelet codec eval versionrtognimp2004-03-231-1/+11
* Support for vp5 and vp6 dll decodersrtognimp2004-03-181-0/+33
* * changes mencoder's exit code on explicit kill to 2attila2004-01-291-1/+1
* switch to inttypes.h (u_int32_t vs uint32_t) in favour of Solaris9/x86 supportalex2004-01-291-33/+33
* use inttypes.h and std types, this fixes compilation problems on solaris 9 x86alex2004-01-281-3/+3
* reviewed the locking codes, a mutex should be unlocked before destroying italex2004-01-251-0/+14
* Don't mutex_unlock if it was never locked. Patch by Min Sik Kimalex2004-01-251-2/+5
* support for newer openbsd versions, which are fully elf basedalex2004-01-191-0/+2
* Warning fixes (approved by A'rpi).rathann2003-11-081-17/+17
* many small typo and grammar fixesgabucino2003-10-041-1/+1
* fix for the no video/black screen with some dmo/wmv9 moviespl2003-09-201-2/+3
* FreeBSD 5.0 (libkse/libthr) support by Dan Eischen <eischen@vigrid.com>alex2003-09-061-3/+16
* ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dllrtognimp2003-09-051-0/+32
* Support for QuickTime6.3 DLLs. Patch by Dima K. <dimakar@yahoo.com>mosu2003-09-021-0/+9
* 10l by me, noticed by a guy with a transmeta cpu, but forgot his name, sorryalex2003-05-201-1/+1
* changed cpudetection code to support newer pentiumsalex2003-04-281-16/+13
* last mingw32 support patch by Sascha Sommeralex2003-04-246-4/+24
* cygwin support patch by Sascha Sommer and some fixes by mealex2003-04-219-7/+84
* cygwin support patch by Sascha Sommeralex2003-04-212-14/+14
* CoTaskMemAlloc/Free vs malloc/free cleanupalex2003-04-213-11/+11
* 10lalex2003-04-211-1/+1
* moved some obsolete debug stuffalex2003-04-212-2/+11
* cygwin support by Sascha Sommeralex2003-04-211-0/+7
* Fixes for vss h264rtognimp2003-04-091-2/+36
* Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>rtognimp2003-04-091-0/+12
* Fix for truespeech dll, patch by <dimakar(at)yahoo.com>rtognimp2003-03-151-2/+4
* a warning fix and rgb15/16 support by Sascha Sommeralex2003-03-141-2/+5
* cbAlign=1 fix for proper Windows support (noticed by Sascha Sommer)alex2003-02-254-7/+8
* WIN32_PATH cleanupalex2003-02-191-1/+1
* realaudio dlls supportalex2003-02-111-0/+14
* qt vs. voxware fixed (hopefully), also some qt speeduparpi2003-01-051-6/+13
* voxvare audio fixarpi2003-01-041-1/+1
* even more :)arpi2002-12-301-0/+1
* more verbose...arpi2002-12-301-0/+1
* CRLF->LFarpi2002-12-161-84/+62
* compiler warning fixesarpi2002-12-147-27/+37
* it seems that old CS is working better than newtype now... :)arpi2002-12-071-2/+2
* support for *.qtx (scan for all .qtx files at quicktime init)arpi2002-12-071-22/+47
* DMO Audio support (ugly, needs cleanup)arpi2002-12-013-1/+186
* dump more!arpi2002-12-011-2/+10
* both qt5 and qt6 patching support (qt6 addresses found by arpi)alex2002-11-301-40/+61
* .depend should be ignored.diego2002-11-281-0/+1
* DMO interfaces (copied/converted(c++->c) from avifile)arpi2002-11-2610-0/+1297
* avifile sync (added only the new functions, all cosmetics ignored)arpi2002-11-261-17/+121
* avifile sync (mostly cosmetics)arpi2002-11-2610-34/+49
* .align -> .balignarpi2002-11-251-4/+4
* patching out threads ;) raw measure: 18% cpu instead 30%alex2002-11-251-1/+24
* fixed WaitForMultipleObjects and FindFilealex2002-11-251-2/+6
* 10l to me and to apple tooalex2002-11-251-0/+4
* _qtx support_ and m3jpeg,mjpeg2k fixes (some cleanup and _lot of testing need...alex2002-11-251-51/+692
* 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-246-6/+2120
* some new experimentsarpi2002-11-242-11/+36
* fixes, updatesarpi2002-11-241-23/+130
* exporting fs_segalex2002-11-171-2/+2
* 2.5.47+ supportarpi2002-11-161-0/+5
* use the more stable NEWTYPE critsect codearpi2002-11-101-2/+2
* fixed 2 10l bugs, ATI VCR2 dll now workingalex2002-10-121-7/+6
* VfwEx uninit crash fixed, bugreport by Wolfgang Thiess <wollet1@gmx.net>arpi2002-10-091-1/+1
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-222-3/+4
* avifile sync - 95% cosmetics 5% bugarpi2002-09-1337-958/+753
* - updated to use new stype ICopen (filename passed in the icopen struct)arpi2002-09-131-182/+12
* disable annonying debug printf (autoq)atmos42002-09-081-1/+1
* ICDecompressEndEx() addedarpi2002-09-031-1/+1
* fix some warnings on cygwin, patch by Sylvain Petreolle <spetreolle@yahoo.fr>atmos42002-08-311-1/+1
* use dir/libname.a instead of -Ldir -lnamearpi2002-08-291-1/+1
* mostly compiler warning fixes, some small bugfixarpi2002-08-281-1/+1
* align -> balign patch by (Björn Sandell <biorn at dce dot chalmers dot se>)michael2002-08-281-1/+1
* with the help of the Mandrake compiler maintainer this problem hasarpi2002-08-221-1/+1
* removed -W -Wall -g and other gcc-specific warning/debug optionsarpi2002-08-222-2/+2
* SetValue: ignore case of 'item'arpi2002-07-251-17/+17
* Warnings fix by Sylvain Petreolle <spetreolle@yahoo.fr>, fixed by me.atmos42002-07-233-0/+8
* yvu9 and if09 support. fixed i420,iyuv handlingalex2002-06-234-4/+34
* pncrt.dll used by realplayer8 codecsarpi2002-06-091-0/+26
* warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2002-06-072-0/+3
* new (cleaner, nore robust) critsect code by Zdenek Kabelac <kabi@informatics....arpi2002-06-071-8/+12
* cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>arpi2002-06-041-0/+6
* some more output cosmetics, especially for vivo and mov demuxersarpi2002-05-201-2/+2
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-1/+1
* openbsd updates by Björn Sandell <biorn@dce.chalmers.se>arpi2002-04-282-0/+14
* OpenBSD, NetBSD portability patches byarpi2002-04-272-3/+4
* fix warningarpi2002-04-241-1/+1
* workaround: force PF table setup in IsProcessorFeaturePresentalex2002-04-231-0/+7
* divx audio workaroundarpi2002-04-231-1/+3
* fixed IsRectEmpty, added expcalloc, ceil, exporting LoadLibraryExA, IC* for ...alex2002-04-211-22/+78
* ugly hack for morgandsalex2002-04-211-1/+8
* RegisterClassA and UnregisterClassA for VoxWare RT24 speech codec ACMalex2002-04-211-0/+14
* loading requested library if available, and try to find function there in Loo...alex2002-04-211-1/+34
* commented out debug msgalex2002-04-211-1/+1
* added SetEnvironmentVariableA for UCOD-ClearVideo DLLalex2002-04-211-0/+7
* added _EH_prolog and some wsock32 funcs needed by mss1 codec -> mss1 codec wo...alex2002-04-211-2/+23
* added _EH_prolog (needed by mss1 codec)alex2002-04-211-0/+11
* 1lalex2002-04-201-1/+7
* fixed mp_msg, fixed CreateFile for VDub, added GetFullPathName for VDub, clea...alex2002-04-201-16/+46
* dump stuffarpi2002-03-251-1/+205
* some more...arpi2002-03-211-2/+385
* some new funcs and fixes for quicktimearpi2002-03-201-14/+207
* allow LPSTR typedefarpi2002-03-201-2/+2
* InitializeQTML(0) addedarpi2002-03-201-4/+21
* comments on compilingarpi2002-03-201-0/+2
* simple sample proggy, using qtmlClient.dll to access QT componentsarpi2002-03-201-0/+43
* better namingarpi2002-02-071-3/+3
* bad debug printf caused sig11 with divx audioarpi2002-02-051-1/+2
* avoids warningspl2002-01-272-3/+5
* possible sig11 fixed - noticed by Fredrik Kuivinen <freku045@student.liu.se>arpi2002-01-171-1/+2
* debug--arpi2002-01-041-3/+3
* SetValue fixed, iv_State=START enabled (silly xine developers disabled for un...arpi2002-01-021-17/+20
* headers cleanuparpi2002-01-024-64/+60
* more messarpi2002-01-011-10/+33
* applied "magic" Michael real fix ;)pl2002-01-011-16/+7
* workaround for the guilty code that caused sig11 when compiled with gcc-3.0.xpl2001-12-311-0/+13
* ACEL.P fixed (avifile sync)arpi2001-12-311-6/+10
* /dev/zero bad permissions error messagearpi2001-12-262-2/+12
* fixes for vdub plugin support - by Fredrik Kuivinen <freku045@student.liu.se>arpi2001-12-231-1/+30
* reversed patch - faszom (C++) .so-baarpi2001-12-171-1/+1
* CoTaskMemAlloc def should match prototyp in com.harpi2001-12-171-1/+1
* ULONG bug fixpontscho2001-12-161-1/+1
* workaround for Alpha - by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>arpi2001-12-162-11/+11
* divx audio sig11 fixedarpi2001-12-121-1/+3
* avifile syncarpi2001-12-1111-137/+314
* avifile mergearpi2001-12-112-5/+10
*