| Commit message (Expand) | Author | Age |
* | Avoid u_ BSD type names. | diego | 2008-12-27 |
* | Change some printf calls to 'Debug printf' so as not to pollute stdout. | diego | 2008-12-11 |
* | Re-add "extern"s incorrectly removed in r28085 | reimar | 2008-12-04 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 |
* | Missing free in malloc error case in COutputPinCreate. | reimar | 2008-10-31 |
* | Avoid useless casts of malloc results. | reimar | 2008-10-31 |
* | Translate a Hungarian comment, thanks to Denes Balatoni. | diego | 2008-10-19 |
* | 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 pointless #ifdef around the whole file, it is just a complicated #if 1. | diego | 2008-10-13 |
* | 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 |
* | Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h can | diego | 2008-06-08 |
* | cosmetics: Remove pointless parentheses from return statements. | diego | 2008-05-16 |
* | Use consistent #include paths without "../". | diego | 2008-04-28 |
* | Merge loader/Makefile into top-level Makefile. | diego | 2008-04-28 |
* | Remove calls to Restore_LDT_Keeper, exit() is called immediately afterwards | diego | 2008-04-28 |
* | Add missing ldt_keeper.h #include; this fixes a bunch of implicit declaration | diego | 2008-04-28 |
* | Merge TEST_OBJS and TEST_LDFLAGS. | diego | 2008-04-28 |
* | Add -g to CFLAGS, not to LDFLAGS. | diego | 2008-04-28 |
* | Merge test program compilation rules using patterns. | diego | 2008-04-28 |
* | Add CFLAGS to test program compilation commands. | diego | 2008-04-28 |
* | Add missing ../osdep/mmap_anon.o to TEST_OBJS. | diego | 2008-04-28 |
* | Remove unnecessary linker flags. | diego | 2008-04-28 |
* | Add missing #include, fixes the warning: | diego | 2008-04-28 |
* | Adjust printf length modifier, fixes the warning: | diego | 2008-04-28 |
* | Comment out variables only used in commented-out code, fixes the warnings: | diego | 2008-04-28 |
* | Link against individual objects, the osdep library is not generated anymore. | diego | 2008-04-28 |
* | Remove obsolete and non-working test program. | diego | 2008-04-28 |
* | Use directory name as library name template. | diego | 2008-04-22 |
* | 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 |
* | cosmetics: prettyprinting and alphabetical order | diego | 2008-03-03 |
* | Move decision about whether or not to compile Windows emulation | diego | 2008-03-03 |
* | Move decision about whether or not to compile wrapper.S to configure. | diego | 2008-03-03 |
* | Add CFLAG_STACKREALIGN unconditionally to win32.o CFLAGS, configure takes care | diego | 2008-03-03 |
* | #include osdep/mman.h if sys/mman.h is not available. | diego | 2008-03-03 |
* | Revert fixing illegal identifiers to fix compilation on MinGW. Unfortunately | diego | 2008-03-02 |
* | Fix illegal identifiers starting with _ and capital letters. | diego | 2008-03-01 |
* | Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H. | diego | 2008-03-01 |
* | Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check. | diego | 2008-03-01 |
* | Add missing #includes for Mac OS X, fixes the warning | diego | 2008-02-24 |
* | Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012). | cehoyos | 2008-02-24 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-23 |
* | Remove misplaced #endif comment. | diego | 2008-02-21 |
* | Get rid of redundant dbg_printf redefinition. Fixes some warnings: | diego | 2008-01-28 |
* | Consistently use uppercase filename as multiple inclusion guard. | diego | 2008-01-28 |
* | Remove $Id$ tags, they make diffs between different versions | reimar | 2008-01-27 |