aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader
Commit message (Expand)AuthorAge
* ISO8859-1 --> UTF-8Gravatar diego2007-07-09
* Add regular #define for header file.Gravatar voroshil2007-06-08
* 10l: Remove overlooked instance of NOAVIFILE_HEADERS.Gravatar diego2007-06-02
* Get rid of superfluous __WINE__ #define, it was always enabled andGravatar diego2007-06-02
* Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled andGravatar diego2007-06-02
* Get rid of superfluous MPLAYER #define, it was always enabled andGravatar diego2007-06-02
* typo fixes ported from VLCGravatar diego2007-04-01
* check that definition of prototype of sysi86(int, void*) doesn't conflict; fi...Gravatar nicodvb2007-03-18
* Use explicit path for headers from the dshow/ subdirectory.Gravatar diego2007-03-15
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
* Support function lookup via ordinalGravatar reimar2007-03-08
* Allow declaring special undefined functions that will return NULLGravatar reimar2007-03-08
* Fix and simplify the WideCharToMultiByte and MultiByteToWideChar pseudo-imple...Gravatar reimar2007-03-04
* The original asm code for the stub returned 0, restore that behaviour.Gravatar reimar2007-03-03
* Rework of copying samples from directshow codecs.Gravatar voroshil2007-03-02
* Update 3ivx decoder to latest version and allow it to load required library.Gravatar voroshil2007-03-01
* Fix wrong typecast, which can cause MPlayer crashGravatar voroshil2007-02-26
* Replace __MINGW32__ by more consistent WIN32_LOADER. This should fix compilat...Gravatar voroshil2007-02-25
* Fix loading of mpeg4ds direct show video codec under win32, broken in r22322Gravatar voroshil2007-02-23
* Free AM_MEDIA_TYPE structure content when CEnumMediaTypes object is destroyedGravatar voroshil2007-02-23
* Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separ...Gravatar voroshil2007-02-23
* Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine.Gravatar voroshil2007-02-23
* Precent overflow of this->m_sVhdr->bmiHeader buffer, may have beenGravatar rtogni2007-02-11
* Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been Gravatar rtogni2007-02-11
* Doxygen comments for used DirectShow methods.Gravatar voroshil2007-01-28
* fix overlooked debug messageGravatar voroshil2007-01-27
* Changing debug messages and renaming method names according to theirGravatar voroshil2007-01-27
* fix typos from previous commitGravatar voroshil2007-01-27
* Cosmetics. Doxygen comments.Gravatar voroshil2007-01-27
* Remove illegal definition of underscored-prefixed symbol "__MODULE__":Gravatar gpoirier2007-01-26
* Fix crashes in loader code: There is still some code that can not handle omit...Gravatar reimar2006-12-16
* mmap memory area for generated code to avoid crashes on machines whichGravatar reimar2006-12-03
* Fix 21381, make sure gcc does not make any ip-relative calls or similar.Gravatar reimar2006-12-03
* Get rid of stubs.S, move code to inline asm.Gravatar reimar2006-11-29
* Cosmetics: remove unused and commented out add_stub function headerGravatar reimar2006-11-29
* Some extra checks and safety space for add_stub function.Gravatar reimar2006-11-29
* Change add_stub code to also work without -fomit-frame-pointerGravatar reimar2006-11-29
* Remove #ifdef __OpenBSD__, there is no indication this is needed.Gravatar diego2006-11-28
* wrapper.S should be compiled on non-Darwin, non-Windows systems.Gravatar diego2006-11-27
* Remove unused unk_exp1 loader asm codeGravatar reimar2006-11-27
* simplify test targetGravatar diego2006-11-27
* 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
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* Revert r21251 (moving loader/config.h contents to main config.h).Gravatar uau2006-11-26
* Remove useless fd parameter for mmap_anonGravatar reimar2006-11-26
* Fix loader code: closed .dll file handles when it should notGravatar reimar2006-11-26
* open /dev/zero left over from mmap_anon patchGravatar reimar2006-11-26
* Move contents of loader/config.h to configure/config.h, there areGravatar diego2006-11-25