| Commit message (Expand) | Author | Age |
* | Fix and simplify the WideCharToMultiByte and MultiByteToWideChar pseudo-imple... | reimar | 2007-03-04 |
* | The original asm code for the stub returned 0, restore that behaviour. | reimar | 2007-03-03 |
* | Rework of copying samples from directshow codecs. | voroshil | 2007-03-02 |
* | Update 3ivx decoder to latest version and allow it to load required library. | voroshil | 2007-03-01 |
* | Fix wrong typecast, which can cause MPlayer crash | voroshil | 2007-02-26 |
* | Replace __MINGW32__ by more consistent WIN32_LOADER. This should fix compilat... | voroshil | 2007-02-25 |
* | Fix loading of mpeg4ds direct show video codec under win32, broken in r22322 | voroshil | 2007-02-23 |
* | Free AM_MEDIA_TYPE structure content when CEnumMediaTypes object is destroyed | voroshil | 2007-02-23 |
* | Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separ... | voroshil | 2007-02-23 |
* | Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine. | voroshil | 2007-02-23 |
* | Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been | rtogni | 2007-02-11 |
* | Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been | rtogni | 2007-02-11 |
* | Doxygen comments for used DirectShow methods. | voroshil | 2007-01-28 |
* | fix overlooked debug message | voroshil | 2007-01-27 |
* | Changing debug messages and renaming method names according to their | voroshil | 2007-01-27 |
* | fix typos from previous commit | voroshil | 2007-01-27 |
* | Cosmetics. Doxygen comments. | voroshil | 2007-01-27 |
* | Remove illegal definition of underscored-prefixed symbol "__MODULE__": | gpoirier | 2007-01-26 |
* | Fix crashes in loader code: There is still some code that can not handle omit... | reimar | 2006-12-16 |
* | mmap memory area for generated code to avoid crashes on machines which | reimar | 2006-12-03 |
* | Fix 21381, make sure gcc does not make any ip-relative calls or similar. | reimar | 2006-12-03 |
* | Get rid of stubs.S, move code to inline asm. | reimar | 2006-11-29 |
* | Cosmetics: remove unused and commented out add_stub function header | reimar | 2006-11-29 |
* | Some extra checks and safety space for add_stub function. | reimar | 2006-11-29 |
* | Change add_stub code to also work without -fomit-frame-pointer | reimar | 2006-11-29 |
* | Remove #ifdef __OpenBSD__, there is no indication this is needed. | diego | 2006-11-28 |
* | wrapper.S should be compiled on non-Darwin, non-Windows systems. | diego | 2006-11-27 |
* | Remove unused unk_exp1 loader asm code | reimar | 2006-11-27 |
* | simplify test target | diego | 2006-11-27 |
* | fix compilation for win32 dll codec support for intel osx | nplourde | 2006-11-27 |
* | Rename config.h --> debug.h and include config.h explicitly. | diego | 2006-11-26 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 |
* | Revert r21251 (moving loader/config.h contents to main config.h). | uau | 2006-11-26 |
* | Remove useless fd parameter for mmap_anon | reimar | 2006-11-26 |
* | Fix loader code: closed .dll file handles when it should not | reimar | 2006-11-26 |
* | open /dev/zero left over from mmap_anon patch | reimar | 2006-11-26 |
* | Move contents of loader/config.h to configure/config.h, there are | diego | 2006-11-25 |
* | There are no more .depend files in subdirectories. | diego | 2006-11-25 |
* | Remove superfluous comment. | diego | 2006-11-25 |
* | added mmap_anon to osdep lib. Used in loader for now | nplourde | 2006-11-25 |
* | Make loader Makefile non-recursive. | diego | 2006-11-25 |
* | Use $@ and $^ to designate target and prerequisites. | diego | 2006-11-25 |
* | cosmetics: Move around targets for consistency. | diego | 2006-11-25 |
* | Remove superfluous suffix rule. | diego | 2006-11-25 |
* | Handle stubs.s like all other source files. | diego | 2006-11-24 |
* | Remove .depend on distclean. | diego | 2006-11-24 |
* | Clean up CFLAGS handling. | diego | 2006-11-24 |
* | Remove bug workarounds for ancient gcc and libc versions. | diego | 2006-11-24 |
* | Unify dep/depend targets. | diego | 2006-11-20 |
* | Hack to make wrapper.S be compiled again. Someone who knows make please fix p... | reimar | 2006-11-10 |