summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30876Uoti Urpala2010-03-109-40/+431
|\
| * Fix a syntax error in graph.h.sesse2010-03-091-1/+1
| * Add copyright headers.sesse2010-03-092-0/+37
| * Style changes as requested by Diego.sesse2010-03-092-38/+37
| * Commit files by Steinar Gunderson, forgotten in r30866.cehoyos2010-03-092-0/+184
| * Implement DirectShow filter graph.sesse2010-03-085-4/+45
| * Correct QuickTime dpi output.sesse2010-03-081-2/+2
| * Implement ResumeThread and SignalObjectAndWait.sesse2010-03-081-0/+31
| * Fix QuickTime emulated OSErr type.sesse2010-03-061-1/+1
| * Implement Win32 mutexes.sesse2010-03-061-27/+99
| * Fix semaphore behavior in WaitForSingleObject.sesse2010-03-061-1/+2
| * Make Win32 mutex and thread linked lists thread safe.sesse2010-03-061-5/+31
* | Merge svn changes up to r30848Uoti Urpala2010-03-101-27/+65
|\|
| * Make GetModuleHandle(NULL) return a valid pointer.sesse2010-03-051-5/+19
| * Partial revert of r30843.sesse2010-03-051-17/+5
| * Support thread handles in WaitForSingleObject.sesse2010-03-051-5/+29
| * Make emulated Win32 critical sections thread safe.sesse2010-03-041-17/+30
| * Fix crashes in CreatePalette by fixing the LOGPALETTE struct.sesse2010-03-041-2/+1
| * Fix manual reset behavior of Win32 events.sesse2010-03-041-1/+1
| * Fix return values of WaitForSingleObject when checking an event.sesse2010-03-041-2/+2
* | Merge svn changes up to r30748Uoti Urpala2010-03-1012-41/+41
|\|
| * Do not cast the results of malloc/calloc/realloc.diego2010-02-2612-41/+41
* | Merge svn changes up to r30702Uoti Urpala2010-03-102-2/+1
|\|
| * Remove pointless '#if 1' preprocessor directive.diego2010-02-221-2/+0
| * Add declaration for exp_EH_prolog_dummy().diego2010-02-221-0/+1
* | Merge svn changes up to r30694Uoti Urpala2010-03-102-0/+5
|\|
| * Add public function VideoForWindowsVersion() to the appropriate header file.diego2010-02-211-0/+3
| * Only #define WIN32_LOADER if it has not been #defined already, fixes warning:diego2010-02-211-0/+2
* | Merge svn changes up to r30675Uoti Urpala2010-03-103-3/+0
|\|
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-208-11/+0
* | Merge svn changes up to r30663Uoti Urpala2010-03-101-6/+0
|\|
| * Remove pointless '#if 1' preprocessor directives.diego2010-02-191-6/+0
* | Merge svn changes up to r30643Uoti Urpala2010-03-102-3/+23
|\|
| * Add a InitializeCriticalSectionAndSpinCount function.reimar2010-02-181-0/+6
| * Add a GetModuleHandleW implementation.reimar2010-02-181-0/+14
| * Use snprintf to ensure we do not write outside the buffer boundsreimar2010-02-181-2/+2
| * Add header #include for print_wave_header() instead of a forward declaration.diego2010-02-181-1/+1
* | Merge svn changes up to r30595Uoti Urpala2010-03-092-26/+26
|\|
| * Directly mark structs as WINE_PACKED where all members are marked as packed.diego2010-02-142-26/+26
* | Merge svn changes up to r30550Uoti Urpala2010-03-0921-210/+155
|\|
| * Explain WIN32_LOADER definition hack.diego2010-02-121-0/+3
| * Get rid of pointless CONFIG_QTX_CODECS --> QTX preprocessor indirection.diego2010-02-121-42/+39
| * Fix linking of loader test programs when loader is disabled.diego2010-02-121-0/+1
| * Add win32 loader support for OS/2komh2010-02-122-2/+30
| * Remove pointless egcs #ifdefs; that compiler was never supported.diego2010-02-111-8/+0
| * Remove extern "C" declarations from loader code.diego2010-02-1119-158/+0
| * Add stubs for several functions, needed for CineForm codec.reimar2010-02-091-0/+82
* | Merge svn changes up to r30529Uoti Urpala2010-03-093-21/+5
|\|
| * Remove disabled AVIFILE-specific preprocessor code.diego2010-02-081-9/+0
| * Merge some preprocessor conditionals where appropriate.diego2010-02-081-12/+4
| * Release pin enumerator after we are done using it.reimar2010-02-051-0/+1
* | Merge svn changes up to r30514Uoti Urpala2010-03-091-25/+31
|\|
| * Prefix EXTERN_ASM to global variables to match them to an extern prefix of C.komh2010-02-051-22/+28
| * Remove '.section' causing the following assembler error on OS/2.komh2010-02-051-2/+2
* | Merge svn changes up to r30494Uoti Urpala2010-03-092-2/+37
|\|
| * Add missing license headers to test programs for external libraries.diego2010-02-032-2/+37
* | Restore collapsed whitespace in output messagesUoti Urpala2010-03-071-1/+1
* | Merge svn changes up to r30375Uoti Urpala2010-01-251-0/+2
|\|
| * Hack to avoid a GUID_NULL clash on 64 bit MinGW.reimar2010-01-171-0/+2
* | Merge svn changes up to r30322Uoti Urpala2010-01-251-1/+3
|\|
| * Document some of the ext_stub magic.reimar2010-01-161-0/+2
| * 100l, forgot to change the "magic" value in the stub also in the place replac...reimar2010-01-161-1/+1
* | Merge svn changes up to r30301Uoti Urpala2010-01-251-6/+6
|\|
| * Use ARCH_X86_32 instead of the compiler-specific __i386__reimar2010-01-121-6/+6
* | Merge svn changes up to r30268Uoti Urpala2010-01-251-3/+3
|\|
| * Place a volatile at a more appropriate place.reimar2010-01-101-1/+1
| * Change dummy value to fit into int.reimar2010-01-101-1/+1
| * Remove return statement from function that has no return value.reimar2010-01-101-1/+1
* | Merge svn changes up to r30264Uoti Urpala2010-01-252-2/+2
|\|
| * Avoid excessive fflush in dbgprintf if we didn't even print anything.reimar2010-01-101-1/+1
| * Fix RegCloseKey to not return an error on success.reimar2010-01-101-1/+1
* | Merge svn changes up to r30216Uoti Urpala2010-01-0828-42/+63
|\|
| * Add required header #includes to satisfy 'make checkheaders'.diego2010-01-048-0/+19
| * Drop -Iloader from CPPFLAGS for the loader subdirectory.diego2010-01-0419-42/+42
| * Add missing header #includes to fix 'make checkheaders'.diego2010-01-041-0/+2
* | Merge svn changes up to r30173Uoti Urpala2010-01-082-5/+6
|\|
| * Several hacks to fix compilation of tvi_dshow on MinGW64.reimar2010-01-022-5/+6
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-0/+12
|\|
| * Implement dummy EncodePointer/DecodePointer functions needed for e.g. lagarit...reimar2009-10-101-0/+12
* | Merge svn changes up to r29684Uoti Urpala2009-09-161-0/+3
|\|
| * add YAXPAX and YAPAXI exports to msvcr80compn2009-09-161-0/+3
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-1341-601/+601
* | Remove trailing whitespace from most filesUoti Urpala2009-07-0742-608/+600
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-1/+1
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-1/+1
* | Merge svn changes up to r29277Uoti Urpala2009-05-085-25/+23
|\|
| * Add missing 'void' to parameterless function declarations.diego2009-05-045-25/+23
* | Merge svn changes up to r29134Uoti Urpala2009-04-023-9/+0
|\|
| * Remove unnecessary malloc.h #includes and related #ifdeffery.diego2009-04-023-9/+0
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-3/+5
|\|
| * enable vp6 codec to read/write .fpf (passlogfile)compn2009-03-251-3/+5
* | Merge svn changes up to r28641Uoti Urpala2009-02-186-6/+6
|\|
| * cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.diego2009-02-172-2/+2
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-173-3/+3
| * Replace double semicolon by single semicolon.diego2009-02-161-1/+1
* | Merge svn changes up to r28403Uoti Urpala2009-01-311-1/+0
|\|
| * remove sys/timeb.h includecompn2009-01-291-1/+0
* | Merge svn changes up to r28341Uoti Urpala2009-01-191-2/+2
|\|
| * Reduce QuickTime binary decoder verbosity.diego2009-01-171-2/+2
* | Merge svn changes up to r28310Uoti Urpala2009-01-152-3/+3
|\|
| * #include the appropriate header instead of using local declarations.diego2009-01-051-2/+2
| * Add missing 'void' keyword to parameterless function declarations.diego2009-01-051-1/+1
* | Merge svn changes up to r28204Uoti Urpala2008-12-271-13/+13
|\|
| * Avoid u_ BSD type names.diego2008-12-271-13/+13
* | Merge svn changes up to r28149Uoti Urpala2008-12-141-6/+6
|\|
| * Change some printf calls to 'Debug printf' so as not to pollute stdout.diego2008-12-111-6/+6
* | Merge svn changes up to r28103Uoti Urpala2008-12-061-1/+1
|\|
| * Re-add "extern"s incorrectly removed in r28085reimar2008-12-041-1/+1
* | Merge svn changes up to r28087Uoti Urpala2008-12-0413-74/+74
|\|
| * Get rid of pointless 'extern' keywords.diego2008-12-0313-74/+74
* | Merge svn changes up to r27899Uoti Urpala2008-11-061-6/+7
|\|
| * Missing free in malloc error case in COutputPinCreate.reimar2008-10-311-0/+1
| * Avoid useless casts of malloc results.reimar2008-10-311-6/+6
* | Merge svn changes up to 27824Uoti Urpala2008-10-257-30/+26
|\|
| * Translate a Hungarian comment, thanks to Denes Balatoni.diego2008-10-191-1/+1
| * Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-165-23/+23
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-162-2/+2
| * Remove pointless #ifdef around the whole file, it is just a complicated #if 1.diego2008-10-131-4/+0
* | Merge svn changes up to r27514Uoti Urpala2008-09-031-13/+0
|\|
| * Remove duplicate vsscanf fallback implementation, we have another in osdep/.diego2008-08-221-13/+0
* | Merge svn changes up to r27399Uoti Urpala2008-08-021-3/+1
|\|
| * Do not provide a prototype for vsscanf when vsscanf is available.diego2008-08-021-3/+1
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-1/+1
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-1/+1
* | Merge svn changes up to r27092Uoti Urpala2008-06-177-9/+9
|\|
| * Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h candiego2008-06-087-9/+9
* | Merge svn changes up to r26979Uoti Urpala2008-06-045-13/+13
|\|
| * cosmetics: Remove pointless parentheses from return statements.diego2008-05-165-13/+13
* | Merge svn changes up to r26587Uoti Urpala2008-04-299-139/+14
|\|
| * Use consistent #include paths without "../".diego2008-04-284-6/+6
| * Merge loader/Makefile into top-level Makefile.diego2008-04-281-49/+0
| * Remove calls to Restore_LDT_Keeper, exit() is called immediately afterwardsdiego2008-04-282-4/+2
| * Add missing ldt_keeper.h #include; this fixes a bunch of implicit declarationdiego2008-04-282-0/+2
| * Merge TEST_OBJS and TEST_LDFLAGS.diego2008-04-281-4/+3
| * Add -g to CFLAGS, not to LDFLAGS.diego2008-04-281-1/+2
| * Merge test program compilation rules using patterns.diego2008-04-281-4/+1
| * Add CFLAGS to test program compilation commands.diego2008-04-281-2/+2
| * Add missing ../osdep/mmap_anon.o to TEST_OBJS.diego2008-04-281-1/+1
| * Remove unnecessary linker flags.diego2008-04-281-1/+1
| * Add missing #include, fixes the warning:diego2008-04-281-0/+1
| * Adjust printf length modifier, fixes the warning:diego2008-04-281-1/+1
| * Comment out variables only used in commented-out code, fixes the warnings:diego2008-04-281-2/