| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix return value of InitializeCriticalSectionAndSpinCount. | sesse | 2010-03-16 | 1 | -1/+2 |
* | Fix indentation in GetVersionExW. | sesse | 2010-03-15 | 1 | -5/+5 |
* | Add support for Apple's ProRes and AIC codecs, now that all prerequisites | sesse | 2010-03-15 | 1 | -0/+2 |
* | Implement GetVersionExW with the same data as GetVersionExA but taking in a | sesse | 2010-03-15 | 1 | -0/+67 |
* | Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS and | sesse | 2010-03-15 | 1 | -0/+8 |
* | Replace separate Win32, XAnim and Real codec directories by one global dir. | diego | 2010-03-14 | 2 | -3/+3 |
* | Fix a syntax error in graph.h. | sesse | 2010-03-09 | 1 | -1/+1 |
* | Add copyright headers. | sesse | 2010-03-09 | 2 | -0/+37 |
* | Style changes as requested by Diego. | sesse | 2010-03-09 | 2 | -38/+37 |
* | Commit files by Steinar Gunderson, forgotten in r30866. | cehoyos | 2010-03-09 | 2 | -0/+184 |
* | Implement DirectShow filter graph. | sesse | 2010-03-08 | 5 | -4/+45 |
* | Correct QuickTime dpi output. | sesse | 2010-03-08 | 1 | -2/+2 |
* | Implement ResumeThread and SignalObjectAndWait. | sesse | 2010-03-08 | 1 | -0/+31 |
* | Fix QuickTime emulated OSErr type. | sesse | 2010-03-06 | 1 | -1/+1 |
* | Implement Win32 mutexes. | sesse | 2010-03-06 | 1 | -27/+99 |
* | Fix semaphore behavior in WaitForSingleObject. | sesse | 2010-03-06 | 1 | -1/+2 |
* | Make Win32 mutex and thread linked lists thread safe. | sesse | 2010-03-06 | 1 | -5/+31 |
* | Make GetModuleHandle(NULL) return a valid pointer. | sesse | 2010-03-05 | 1 | -5/+19 |
* | Partial revert of r30843. | sesse | 2010-03-05 | 1 | -17/+5 |
* | Support thread handles in WaitForSingleObject. | sesse | 2010-03-05 | 1 | -5/+29 |
* | Make emulated Win32 critical sections thread safe. | sesse | 2010-03-04 | 1 | -17/+30 |
* | Fix crashes in CreatePalette by fixing the LOGPALETTE struct. | sesse | 2010-03-04 | 1 | -2/+1 |
* | Fix manual reset behavior of Win32 events. | sesse | 2010-03-04 | 1 | -1/+1 |
* | Fix return values of WaitForSingleObject when checking an event. | sesse | 2010-03-04 | 1 | -2/+2 |
* | Do not cast the results of malloc/calloc/realloc. | diego | 2010-02-26 | 12 | -41/+41 |
* | Remove pointless '#if 1' preprocessor directive. | diego | 2010-02-22 | 1 | -2/+0 |
* | Add declaration for exp_EH_prolog_dummy(). | diego | 2010-02-22 | 1 | -0/+1 |
* | Add public function VideoForWindowsVersion() to the appropriate header file. | diego | 2010-02-21 | 1 | -0/+3 |
* | Only #define WIN32_LOADER if it has not been #defined already, fixes warning: | diego | 2010-02-21 | 1 | -0/+2 |
* | cosmetics: Remove pointless empty lines at EOF. | diego | 2010-02-20 | 8 | -11/+0 |
* | Remove pointless '#if 1' preprocessor directives. | diego | 2010-02-19 | 1 | -6/+0 |
* | Add a InitializeCriticalSectionAndSpinCount function. | reimar | 2010-02-18 | 1 | -0/+6 |
* | Add a GetModuleHandleW implementation. | reimar | 2010-02-18 | 1 | -0/+14 |
* | Use snprintf to ensure we do not write outside the buffer bounds | reimar | 2010-02-18 | 1 | -2/+2 |
* | Add header #include for print_wave_header() instead of a forward declaration. | diego | 2010-02-18 | 1 | -1/+1 |
* | Directly mark structs as WINE_PACKED where all members are marked as packed. | diego | 2010-02-14 | 2 | -26/+26 |
* | Explain WIN32_LOADER definition hack. | diego | 2010-02-12 | 1 | -0/+3 |
* | Get rid of pointless CONFIG_QTX_CODECS --> QTX preprocessor indirection. | diego | 2010-02-12 | 1 | -42/+39 |
* | Fix linking of loader test programs when loader is disabled. | diego | 2010-02-12 | 1 | -0/+1 |
* | Add win32 loader support for OS/2 | komh | 2010-02-12 | 2 | -2/+30 |
* | Remove pointless egcs #ifdefs; that compiler was never supported. | diego | 2010-02-11 | 1 | -8/+0 |
* | Remove extern "C" declarations from loader code. | diego | 2010-02-11 | 19 | -158/+0 |
* | Add stubs for several functions, needed for CineForm codec. | reimar | 2010-02-09 | 1 | -0/+82 |
* | Remove disabled AVIFILE-specific preprocessor code. | diego | 2010-02-08 | 1 | -9/+0 |
* | Merge some preprocessor conditionals where appropriate. | diego | 2010-02-08 | 1 | -12/+4 |
* | Release pin enumerator after we are done using it. | reimar | 2010-02-05 | 1 | -0/+1 |
* | Prefix EXTERN_ASM to global variables to match them to an extern prefix of C. | komh | 2010-02-05 | 1 | -22/+28 |
* | Remove '.section' causing the following assembler error on OS/2. | komh | 2010-02-05 | 1 | -2/+2 |
* | Add missing license headers to test programs for external libraries. | diego | 2010-02-03 | 2 | -2/+37 |
* | Hack to avoid a GUID_NULL clash on 64 bit MinGW. | reimar | 2010-01-17 | 1 | -0/+2 |
* | Document some of the ext_stub magic. | reimar | 2010-01-16 | 1 | -0/+2 |
* | 100l, forgot to change the "magic" value in the stub also in the place replac... | reimar | 2010-01-16 | 1 | -1/+1 |
* | Use ARCH_X86_32 instead of the compiler-specific __i386__ | reimar | 2010-01-12 | 1 | -6/+6 |
* | Place a volatile at a more appropriate place. | reimar | 2010-01-10 | 1 | -1/+1 |
* | Change dummy value to fit into int. | reimar | 2010-01-10 | 1 | -1/+1 |
* | Remove return statement from function that has no return value. | reimar | 2010-01-10 | 1 | -1/+1 |
* | Avoid excessive fflush in dbgprintf if we didn't even print anything. | reimar | 2010-01-10 | 1 | -1/+1 |
* | Fix RegCloseKey to not return an error on success. | reimar | 2010-01-10 | 1 | -1/+1 |
* | Add required header #includes to satisfy 'make checkheaders'. | diego | 2010-01-04 | 8 | -0/+19 |
* | Drop -Iloader from CPPFLAGS for the loader subdirectory. | diego | 2010-01-04 | 19 | -42/+42 |
* | Add missing header #includes to fix 'make checkheaders'. | diego | 2010-01-04 | 1 | -0/+2 |
* | Several hacks to fix compilation of tvi_dshow on MinGW64. | reimar | 2010-01-02 | 2 | -5/+6 |
* | Implement dummy EncodePointer/DecodePointer functions needed for e.g. lagarit... | reimar | 2009-10-10 | 1 | -0/+12 |
* | add YAXPAX and YAPAXI exports to msvcr80 | compn | 2009-09-16 | 1 | -0/+3 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 41 | -601/+601 |
* | Add missing 'void' to parameterless function declarations. | diego | 2009-05-04 | 5 | -25/+23 |
* | Remove unnecessary malloc.h #includes and related #ifdeffery. | diego | 2009-04-02 | 3 | -9/+0 |
* | enable vp6 codec to read/write .fpf (passlogfile) | compn | 2009-03-25 | 1 | -3/+5 |
* | cosmetics: Replace unused 'argc/argv' in main declarations by 'void'. | diego | 2009-02-17 | 2 | -2/+2 |
* | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 | 3 | -3/+3 |
* | Replace double semicolon by single semicolon. | diego | 2009-02-16 | 1 | -1/+1 |
* | remove sys/timeb.h include | compn | 2009-01-29 | 1 | -1/+0 |
* | Reduce QuickTime binary decoder verbosity. | diego | 2009-01-17 | 1 | -2/+2 |
* | #include the appropriate header instead of using local declarations. | diego | 2009-01-05 | 1 | -2/+2 |
* | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 | 1 | -1/+1 |
* | Avoid u_ BSD type names. | diego | 2008-12-27 | 1 | -13/+13 |
* | Change some printf calls to 'Debug printf' so as not to pollute stdout. | diego | 2008-12-11 | 1 | -6/+6 |
* | Re-add "extern"s incorrectly removed in r28085 | reimar | 2008-12-04 | 1 | -1/+1 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 13 | -74/+74 |
* | Missing free in malloc error case in COutputPinCreate. | reimar | 2008-10-31 | 1 | -0/+1 |
* | Avoid useless casts of malloc results. | reimar | 2008-10-31 | 1 | -6/+6 |
* | Translate a Hungarian comment, thanks to Denes Balatoni. | diego | 2008-10-19 | 1 | -1/+1 |
* | Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. | diego | 2008-10-16 | 5 | -23/+23 |
* | Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg. | diego | 2008-10-16 | 2 | -2/+2 |
* | Remove pointless #ifdef around the whole file, it is just a complicated #if 1. | diego | 2008-10-13 | 1 | -4/+0 |
* | Remove duplicate vsscanf fallback implementation, we have another in osdep/. | diego | 2008-08-22 | 1 | -13/+0 |
* | Do not provide a prototype for vsscanf when vsscanf is available. | diego | 2008-08-02 | 1 | -3/+1 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -1/+1 |
* | Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h can | diego | 2008-06-08 | 7 | -9/+9 |
* | cosmetics: Remove pointless parentheses from return statements. | diego | 2008-05-16 | 5 | -13/+13 |
* | Use consistent #include paths without "../". | diego | 2008-04-28 | 4 | -6/+6 |
* | Merge loader/Makefile into top-level Makefile. | diego | 2008-04-28 | 1 | -49/+0 |
* | Remove calls to Restore_LDT_Keeper, exit() is called immediately afterwards | diego | 2008-04-28 | 2 | -4/+2 |
* | Add missing ldt_keeper.h #include; this fixes a bunch of implicit declaration | diego | 2008-04-28 | 2 | -0/+2 |
* | Merge TEST_OBJS and TEST_LDFLAGS. | diego | 2008-04-28 | 1 | -4/+3 |
* | Add -g to CFLAGS, not to LDFLAGS. | diego | 2008-04-28 | 1 | -1/+2 |
* | Merge test program compilation rules using patterns. | diego | 2008-04-28 | 1 | -4/+1 |
* | Add CFLAGS to test program compilation commands. | diego | 2008-04-28 | 1 | -2/+2 |
* | Add missing ../osdep/mmap_anon.o to TEST_OBJS. | diego | 2008-04-28 | 1 | -1/+1 |
* | Remove unnecessary linker flags. | diego | 2008-04-28 | 1 | -1/+1 |
* | Add missing #include, fixes the warning: | diego | 2008-04-28 | 1 | -0/+1 |
* | Adjust printf length modifier, fixes the warning: | diego | 2008-04-28 | 1 | -1/+1 |
* | Comment out variables only used in commented-out code, fixes the warnings: | diego | 2008-04-28 | 1 | -2/+2 |
* | Link against individual objects, the osdep library is not generated anymore. | diego | 2008-04-28 | 1 | -1/+1 |
* | Remove obsolete and non-working test program. | diego | 2008-04-28 | 3 | -74/+0 |
* | Use directory name as library name template. | diego | 2008-04-22 | 1 | -1/+1 |
* | Fix potential segfault in debug printf in expSetFilePointer | rtogni | 2008-04-21 | 1 | -1/+1 |
* | Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL | rtogni | 2008-04-20 | 1 | -0/+22 |
* | Add support for msn siren audio coced via binary dll sirenacm.dll | rtogni | 2008-04-20 | 1 | -0/+30 |
* | cosmetics: prettyprinting and alphabetical order | diego | 2008-03-03 | 1 | -3/+10 |
* | Move decision about whether or not to compile Windows emulation | diego | 2008-03-03 | 1 | -3/+1 |
* | Move decision about whether or not to compile wrapper.S to configure. | diego | 2008-03-03 | 1 | -4/+1 |
* | Add CFLAG_STACKREALIGN unconditionally to win32.o CFLAGS, configure takes care | diego | 2008-03-03 | 1 | -2/+1 |
* | #include osdep/mman.h if sys/mman.h is not available. | diego | 2008-03-03 | 4 | -0/+8 |
* | Revert fixing illegal identifiers to fix compilation on MinGW. Unfortunately | diego | 2008-03-02 | 2 | -11/+11 |
* | Fix illegal identifiers starting with _ and capital letters. | diego | 2008-03-01 | 2 | -11/+11 |
* | Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H. | diego | 2008-03-01 | 4 | -0/+9 |
* | Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check. | diego | 2008-03-01 | 2 | -2/+2 |
* | Add missing #includes for Mac OS X, fixes the warning | diego | 2008-02-24 | 1 | -0/+5 |
* | Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012). | cehoyos | 2008-02-24 | 1 | -1/+1 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-23 | 60 | -194/+196 |
* | Remove misplaced #endif comment. | diego | 2008-02-21 | 1 | -1/+1 |
* | Get rid of redundant dbg_printf redefinition. Fixes some warnings: | diego | 2008-01-28 | 2 | -23/+14 |
* | Consistently use uppercase filename as multiple inclusion guard. | diego | 2008-01-28 | 1 | -3/+3 |
* | Remove $Id$ tags, they make diffs between different versions | reimar | 2008-01-27 | 29 | -29/+0 |
* | Disable unused functions find_handle_2, find_handle_by_name, fixes the warning: | diego | 2008-01-23 | 1 | -0/+4 |
* | Disable unused function test_heap, fixes the warning: | diego | 2008-01-23 | 1 | -2/+4 |
* | Remove unused function exp_ftol_wrong, fixes the warning: | diego | 2008-01-23 | 1 | -6/+0 |
* | Remove unused function fixup_address, fixes the warning: | diego | 2008-01-23 | 1 | -12/+0 |
* | Remove unused DPRINTF__ macro. | diego | 2008-01-23 | 1 | -9/+0 |
* | Surround variable declarations by preprocessor conditionals to avoid warnings: | diego | 2008-01-21 | 1 | -0/+5 |
* | Comment out unused variables, fixes the warnings: | diego | 2008-01-21 | 1 | -2/+2 |
* | Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a | diego | 2008-01-20 | 44 | -347/+347 |
* | Add missing #include, fixes the warning: | diego | 2008-01-19 | 1 | -0/+1 |
* | Use ld conversion specifier for long int argument, fixes the warning: | diego | 2008-01-19 | 1 | -1/+1 |
* | Add missing #include, fixes the warning: | diego | 2008-01-19 | 1 | -0/+1 |
* | Remove another 2 useless casts | reimar | 2008-01-13 | 1 | -2/+2 |
* | Get rid of another useless cast | reimar | 2008-01-13 | 1 | -1/+1 |
* | Remove a cast useless since r24425. | reimar | 2008-01-13 | 1 | -1/+1 |
* | Move variable declaration into block where it is used. | reimar | 2008-01-13 | 1 | -1/+1 |
* | Remove result from warning string, it has no useful meaning here. | reimar | 2008-01-13 | 1 | -1/+1 |
* | Remove a useless cast | reimar | 2008-01-13 | 1 | -1/+1 |
* | Remove all test programs with 'make clean'. | diego | 2008-01-06 | 1 | -2/+1 |
* | /usr/lib/win32 --> /usr/local/lib/codecs | diego | 2008-01-06 | 2 | -2/+2 |
* | Remove compilation command comments. | diego | 2008-01-06 | 2 | -4/+0 |
* | Comment out non-existing mp_msg_set_level function to fix linking. | diego | 2008-01-06 | 1 | -1/+1 |
* | Fix compilation by replacing a broken macro with in-place code. | diego | 2008-01-06 | 1 | -3/+1 |
* | Fix compilation due to conflicting type declaration: | diego | 2008-01-06 | 1 | -2/+0 |
* | Add missing #include so that the header works standalone. | diego | 2008-01-06 | 1 | -0/+2 |
* | Add proper compilation rules for qtx/list and qtx/qtxload and remove silly | diego | 2008-01-06 | 2 | -4/+11 |
* | Get the dshow test program closer to linking. | diego | 2008-01-06 | 1 | -2/+2 |
* | Fix warnings: | diego | 2008-01-06 | 1 | -0/+1 |
* | Add missing #includes to fix compilation: | diego | 2008-01-06 | 1 | -0/+3 |
* | Fix typo, LIBNAME should be LIBNAME_COMMON. | diego | 2008-01-05 | 1 | -1/+1 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 | 5 | -0/+21 |
* | Consistently use just the name of the #ifdef directive in preprocessor comments. | diego | 2008-01-01 | 6 | -11/+11 |
* | consistency cosmetics | diego | 2008-01-01 | 5 | -5/+5 |
* | Add explanatory comments to the #endif part of multiple inclusion guards. | diego | 2007-12-31 | 3 | -3/+4 |
* | Stop MPlayer from complaining about bogus AviSynth DLL load failures. | diego | 2007-12-18 | 1 | -1/+1 |
* | Replace hardcoded 0 by equivalent O_RDONLY | reimar | 2007-10-21 | 1 | -1/+1 |
* | add comment to endif | compn | 2007-10-18 | 1 | -1/+1 |
* | Add Coinitialize function to vfw encoder and win32 loader. | compn | 2007-10-17 | 2 | -1/+48 |
* | Detect support of and add necessary CFLAGS to avoid crashes when loading | diego | 2007-10-01 | 1 | -0/+2 |
* | Move AM_MEDIA_TYPE structure definition to mediatype.h. | voroshil | 2007-09-13 | 3 | -13/+26 |
* | Remove leading underscores from multiple inclusion guards, | diego | 2007-09-13 | 31 | -103/+98 |
* | Fix include path. | diego | 2007-09-13 | 1 | -1/+1 |
* | Remove redundant #ifndef, __WINE_MMSYSTEM_H is never defined. | diego | 2007-09-12 | 1 | -2 |