| Commit message (Expand) | Author | Age |
* | enable vp6 codec to read/write .fpf (passlogfile) | compn | 2009-03-25 |
* | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 |
* | remove sys/timeb.h include | compn | 2009-01-29 |
* | Reduce QuickTime binary decoder verbosity. | diego | 2009-01-17 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 |
* | Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. | diego | 2008-10-16 |
* | Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg. | diego | 2008-10-16 |
* | Remove duplicate vsscanf fallback implementation, we have another in osdep/. | diego | 2008-08-22 |
* | Do not provide a prototype for vsscanf when vsscanf is available. | diego | 2008-08-02 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 |
* | cosmetics: Remove pointless parentheses from return statements. | diego | 2008-05-16 |
* | Fix potential segfault in debug printf in expSetFilePointer | rtogni | 2008-04-21 |
* | Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL | rtogni | 2008-04-20 |
* | Add support for msn siren audio coced via binary dll sirenacm.dll | rtogni | 2008-04-20 |
* | #include osdep/mman.h if sys/mman.h is not available. | diego | 2008-03-03 |
* | Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H. | diego | 2008-03-01 |
* | Remove $Id$ tags, they make diffs between different versions | reimar | 2008-01-27 |
* | Disable unused function test_heap, fixes the warning: | diego | 2008-01-23 |
* | Remove unused function exp_ftol_wrong, fixes the warning: | diego | 2008-01-23 |
* | Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a | diego | 2008-01-20 |
* | Replace hardcoded 0 by equivalent O_RDONLY | reimar | 2007-10-21 |
* | Add Coinitialize function to vfw encoder and win32 loader. | compn | 2007-10-17 |
* | warning fixes: | diego | 2007-09-10 |
* | warning fix: | diego | 2007-09-10 |
* | warning fix: | diego | 2007-09-10 |
* | warning fixes: | diego | 2007-09-10 |
* | Get rid of superfluous MPLAYER #define, it was always enabled and | diego | 2007-06-02 |
* | typo fixes ported from VLC | diego | 2007-04-01 |
* | Support function lookup via ordinal | reimar | 2007-03-08 |
* | Allow declaring special undefined functions that will return NULL | reimar | 2007-03-08 |
* | The original asm code for the stub returned 0, restore that behaviour. | reimar | 2007-03-03 |
* | Update 3ivx decoder to latest version and allow it to load required library. | voroshil | 2007-03-01 |
* | 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 unused unk_exp1 loader asm code | reimar | 2006-11-27 |
* | Dummy EnumDisplaySettingsA, required by frapsvid.dll 2.8.1 | rtogni | 2006-11-04 |
* | rm unnecesary casts from void* - part 2 | reynaldo | 2006-07-02 |
* | CVS --> Subversion in copyright notices | diego | 2006-06-22 |
* | Support WVC1 decoding via dmo binary codec wvc1dmod.dll | rtogni | 2006-06-05 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 |
* | export ldexp() and frexp() in pncrt, they are needed by rp8 sipr dll | rtognimp | 2005-12-01 |
* | Add CharNextA(), needed by rp8 sipr dll | rtognimp | 2005-12-01 |
* | Unify include paths, -I.. is in CFLAGS. | diego | 2005-11-19 |
* | expGetSystemInfo should not leave SYSTEM_INFO unitialized, even when | reimar | 2005-10-03 |
* | Several minor fixes: Correctly advertise SSE and SSE2 instruction sets, | reimar | 2005-10-02 |
* | Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFo... | reimar | 2005-09-01 |