summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
* typo fixes ported from VLCdiego2007-04-012-2/+2
* check that definition of prototype of sysi86(int, void*) doesn't conflict; fi...nicodvb2007-03-181-2/+2
* Use explicit path for headers from the dshow/ subdirectory.diego2007-03-153-5/+5
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-14/+14
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-5/+5
* Support function lookup via ordinalreimar2007-03-081-4/+6
* Allow declaring special undefined functions that will return NULLreimar2007-03-081-0/+9
* Fix and simplify the WideCharToMultiByte and MultiByteToWideChar pseudo-imple...reimar2007-03-041-24/+10
* The original asm code for the stub returned 0, restore that behaviour.reimar2007-03-031-1/+2
* Rework of copying samples from directshow codecs.voroshil2007-03-026-92/+71
* Update 3ivx decoder to latest version and allow it to load required library.voroshil2007-03-011-1/+1
* Fix wrong typecast, which can cause MPlayer crashvoroshil2007-02-261-3/+3
* Replace __MINGW32__ by more consistent WIN32_LOADER. This should fix compilat...voroshil2007-02-251-2/+1
* Fix loading of mpeg4ds direct show video codec under win32, broken in r22322voroshil2007-02-231-0/+19
* Free AM_MEDIA_TYPE structure content when CEnumMediaTypes object is destroyedvoroshil2007-02-231-0/+1
* Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separ...voroshil2007-02-237-43/+272
* Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine.voroshil2007-02-234-27/+38
* Precent overflow of this->m_sVhdr->bmiHeader buffer, may have beenrtogni2007-02-111-0/+1
* Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been rtogni2007-02-111-0/+1
* Doxygen comments for used DirectShow methods.voroshil2007-01-282-2/+969
* fix overlooked debug messagevoroshil2007-01-271-1/+1
* Changing debug messages and renaming method names according to theirvoroshil2007-01-271-29/+29
* fix typos from previous commitvoroshil2007-01-271-2/+2
* Cosmetics. Doxygen comments.voroshil2007-01-271-6/+484
* Remove illegal definition of underscored-prefixed symbol "__MODULE__":gpoirier2007-01-264-8/+0
* Fix crashes in loader code: There is still some code that can not handle omit...reimar2006-12-161-0/+2
* mmap memory area for generated code to avoid crashes on machines whichreimar2006-12-031-2/+9
* Fix 21381, make sure gcc does not make any ip-relative calls or similar.reimar2006-12-031-5/+14
* Get rid of stubs.S, move code to inline asm.reimar2006-11-293-20/+21
* Cosmetics: remove unused and commented out add_stub function headerreimar2006-11-291-2/+0
* Some extra checks and safety space for add_stub function.reimar2006-11-291-4/+10
* Change add_stub code to also work without -fomit-frame-pointerreimar2006-11-291-49/+12
* Remove #ifdef __OpenBSD__, there is no indication this is needed.diego2006-11-281-1/+1
* wrapper.S should be compiled on non-Darwin, non-Windows systems.diego2006-11-271-2/+1
* Remove unused unk_exp1 loader asm codereimar2006-11-272-29/+0
* simplify test targetdiego2006-11-271-2/+2
* fix compilation for win32 dll codec support for intel osxnplourde2006-11-275-16/+36
* Rename config.h --> debug.h and include config.h explicitly.diego2006-11-267-2/+6
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-21/+6
* Revert r21251 (moving loader/config.h contents to main config.h).uau2006-11-261-0/+9
* Remove useless fd parameter for mmap_anonreimar2006-11-263-15/+4
* Fix loader code: closed .dll file handles when it should notreimar2006-11-261-2/+2
* open /dev/zero left over from mmap_anon patchreimar2006-11-261-5/+0
* Move contents of loader/config.h to configure/config.h, there arediego2006-11-251-9/+0
* There are no more .depend files in subdirectories.diego2006-11-251-2/+1
* Remove superfluous comment.diego2006-11-251-3/+0
* added mmap_anon to osdep lib. Used in loader for nownplourde2006-11-252-53/+26
* Make loader Makefile non-recursive.diego2006-11-253-103/+23
* Use $@ and $^ to designate target and prerequisites.diego2006-11-251-2/+2
* cosmetics: Move around targets for consistency.diego2006-11-251-4/+4
* Remove superfluous suffix rule.diego2006-11-251-3/+0
* Handle stubs.s like all other source files.diego2006-11-241-4/+4
* Remove .depend on distclean.diego2006-11-241-0/+1
* Clean up CFLAGS handling.diego2006-11-241-6/+3
* Remove bug workarounds for ancient gcc and libc versions.diego2006-11-241-11/+2
* Unify dep/depend targets.diego2006-11-202-6/+2
* Hack to make wrapper.S be compiled again. Someone who knows make please fix p...reimar2006-11-101-0/+1
* Add standard depend target.diego2006-11-101-2/+9
* Remove loader_objfix.sh hack, it's only needed for very old OpenBSD versions.diego2006-11-102-16/+0
* Use default variable names.diego2006-11-101-8/+8
* Remove redundant variable.diego2006-11-101-3/+2
* Dummy EnumDisplaySettingsA, required by frapsvid.dll 2.8.1rtogni2006-11-041-0/+12
* Remove reference to non-existent variable.diego2006-08-222-2/+2
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-172-2/+2
* consistency cosmetics: Add -DNOAVIFILE_HEADERS to CFLAGS instead of to INCLUDE.diego2006-08-161-2/+2
* OPTFLAGS already includes EXTRA_INC.diego2006-07-123-3/+3
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-033-3/+3
* rm unnecesary casts from void* - part 2reynaldo2006-07-0212-36/+36
* gets ride of a few more sizeof(char)sreynaldo2006-06-301-1/+1
* CVS --> Subversion in copyright noticesdiego2006-06-2229-58/+58
* 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-25