summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
* loader: remove weird kstat thingwm42012-08-031-47/+0
* Rip out 3DNOW supportwm42012-07-301-2/+0
* Remove compile time/runtime CPU detection, and drop some platformswm42012-07-301-15/+13
* Remove QTX testswm42012-07-282-193/+0
* build: remove OS/2 supportUoti Urpala2012-04-062-23/+0
* cleanup: Silence compilation warnings on MinGW-w64wm42012-03-0115-85/+69
* loader/module.c: Fix compilation with --disable-qtxreimar2011-07-061-5/+5
* loader: Remove __ptr32 and __ptr64 typedefsreimar2011-01-291-12/+0
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-148-26/+14
* cosmetics: Remove some obsolete and misleading commentsdiego2010-11-021-1/+0
* Remove #warning preprocessor directivesdiego2010-11-025-8/+8
* Remove remaining %lf printf conversionsreimar2010-11-021-5/+5
* cosmetics: Remove vim/emacs coding style hints from sourcesdiego2010-11-022-4/+0
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-021-3/+3
* loader: Move local_wm extern variable declaration to loader.hdiego2010-11-022-4/+5
* loader: Move fs_seg extern variable declaration to ldt_keeper.hdiego2010-11-022-2/+3
* loader: Disable loading codecs from the current directoryreimar2010-11-021-0/+4
* loader: Add msvcr100 support to the win32 loaderalexc2010-11-021-0/+10
* loader: Reuse do_cpuid from cpudetect.c in loader/win32.creimar2010-11-021-15/+1
* loader/win32.c: misc cleanupreimar2010-11-021-32/+33
* loader/win32.c: remove sys/timeb.h includecompn2010-11-021-1/+0
* loader/dshow/graph.h: Add prototypes for exported FilterGraph_ functionsdiego2010-11-021-0/+19
* loader: Rename loader/qt_comp.h --> loader/qt_comp_template.cdiego2010-11-022-7/+2
* loader/qtx: cleanupdiego2010-11-022-30/+2
* Merge svn changes up to r31197Uoti Urpala2010-05-303-37/+27
|\
| * Add final missing bits of CineForm HD support on Linux (via the Windowssesse2010-05-232-4/+27
| * Remove unused function MODULE_DecRefCount(), fixes the warning:diego2010-05-231-33/+0
* | Merge svn changes up to r31176Uoti Urpala2010-05-301-1/+1
|\|
| * Silence a gcc warning about char trying to be packed.cehoyos2010-05-131-1/+1
* | Merge svn changes up to r31004Uoti Urpala2010-04-261-0/+2
|\|
| * Mark parameterless function declarations as (void). Fixes the warnings:diego2010-04-041-0/+2
* | Merge svn changes up to r30967Uoti Urpala2010-04-267-94/+41
|\|
| * Don't try to delete the global memory mutex in the Win32 loader code,sesse2010-03-251-4/+1
| * Remove /usr[/local]/lib/win32 from the list of Win32 codec search paths.diego2010-03-241-1/+1
| * loader: Remove commented-out extra_ld_library_path cruft.diego2010-03-232-3/+0
| * Get rid of pointless def_path variable; use codec_path directly instead.diego2010-03-233-13/+16
| * Rename get_path.[ch] --> path.[ch].diego2010-03-205-5/+5
| * Move SetCodecPath() from loader to get_path.c and make it unconditional.diego2010-03-206-42/+4
| * Split codec path related code into a separate file to fix Windows build.reimar2010-03-187-26/+42
| * Fix thread safety issue in mreq_private: last_alloc was accessed from multiplesesse2010-03-171-8/+3
| * Announce Windows XP SP2 instead of Windows 95 OSR2.sesse2010-03-171-31/+15
| * Announce SMP support for Win32.sesse2010-03-171-7/+0
* | Merge svn changes up to r30917Uoti Urpala2010-04-261-1/+2
|\|
| * Fix return value of InitializeCriticalSectionAndSpinCount.sesse2010-03-161-1/+2
* | Merge svn changes up to r30907Uoti Urpala2010-04-264-3/+80
|\|
| * Fix indentation in GetVersionExW.sesse2010-03-151-5/+5
| * Add support for Apple's ProRes and AIC codecs, now that all prerequisitessesse2010-03-151-0/+2
| * Implement GetVersionExW with the same data as GetVersionExA but taking in asesse2010-03-151-0/+67
| * Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS andsesse2010-03-151-0/+8
| * Replace separate Win32, XAnim and Real codec directories by one global dir.diego2010-03-142-3/+3
* | 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
* |