summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
* 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
* Silence a gcc warning about char trying to be packed.cehoyos2010-05-131-1/+1
* Mark parameterless function declarations as (void). Fixes the warnings:diego2010-04-041-0/+2
* 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
* Fix return value of InitializeCriticalSectionAndSpinCount.sesse2010-03-161-1/+2
* 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
* 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
* 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
* Do not cast the results of malloc/calloc/realloc.diego2010-02-2612-41/+41
* Remove pointless '#if 1' preprocessor directive.diego2010-02-221-2/+0
* Add declaration for exp_EH_prolog_dummy().diego2010-02-221-0/+1
* 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
* cosmetics: Remove pointless empty lines at EOF.diego2010-02-208-11/+0
* Remove pointless '#if 1' preprocessor directives.diego2010-02-191-6/+0
* 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
* Directly mark structs as WINE_PACKED where all members are marked as packed.diego2010-02-142-26/+26
* 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
* 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
* 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
* Add missing license headers to test programs for external libraries.diego2010-02-032-2/+37
* Hack to avoid a GUID_NULL clash on 64 bit MinGW.reimar2010-01-171-0/+2
* 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
* Use ARCH_X86_32 instead of the compiler-specific __i386__reimar2010-01-121-6/+6
* 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
* 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
* 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
* Several hacks to fix compilation of tvi_dshow on MinGW64.reimar2010-01-022-5/+6
* Implement dummy EncodePointer/DecodePointer functions needed for e.g. lagarit...reimar2009-10-101-0/+12
* add YAXPAX and YAPAXI exports to msvcr80compn2009-09-161-0/+3
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-1341-601/+601
* Add missing 'void' to parameterless function declarations.diego2009-05-045-25/+23
* Remove unnecessary malloc.h #includes and related #ifdeffery.diego2009-04-023-9/+0
* enable vp6 codec to read/write .fpf (passlogfile)compn2009-03-251-3/+5
* 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
* remove sys/timeb.h includecompn2009-01-291-1/+0
* Reduce QuickTime binary decoder verbosity.diego2009-01-171-2/+2
* #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
* Avoid u_ BSD type names.diego2008-12-271-13/+13
* Change some printf calls to 'Debug printf' so as not to pollute stdout.diego2008-12-111-6/+6
* Re-add "extern"s incorrectly removed in r28085reimar2008-12-041-1/+1
* Get rid of pointless 'extern' keywords.diego2008-12-0313-74/+74
* Missing free in malloc error case in COutputPinCreate.reimar2008-10-311-0/+1
* Avoid useless casts of malloc results.reimar2008-10-311-6/+6
* 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
* Remove duplicate vsscanf fallback implementation, we have another in osdep/.diego2008-08-221-13/+0
* Do not provide a prototype for vsscanf when vsscanf is available.diego2008-08-021-3/+1
* Start unifying names of internal preprocessor directives.diego2008-07-301-1/+1
* Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h candiego2008-06-087-9/+9
* cosmetics: Remove pointless parentheses from return statements.diego2008-05-165-13/+13
* 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/+2
* Link against individual objects, the osdep library is not generated anymore.diego2008-04-281-1/+1
* Remove obsolete and non-working test program.diego2008-04-283-74/+0
* Use directory name as library name template.diego2008-04-221-1/+1
* Fix potential segfault in debug printf in expSetFilePointerrtogni2008-04-211-1/+1
* Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLLrtogni2008-04-201-0/+22
* Add support for msn siren audio coced via binary dll sirenacm.dllrtogni2008-04-201-0/+30
* cosmetics: prettyprinting and alphabetical orderdiego2008-03-031-3/+10
* Move decision about whether or not to compile Windows emulationdiego2008-03-031-3/+1
* Move decision about whether or not to compile wrapper.S to configure.diego2008-03-031-4/+1
* Add CFLAG_STACKREALIGN unconditionally to win32.o CFLAGS, configure takes carediego2008-03-031-2/+1
* #include osdep/mman.h if sys/mman.h is not available.diego2008-03-034-0/+8
* Revert fixing illegal identifiers to fix compilation on MinGW. Unfortunatelydiego2008-03-022-11/+11
* Fix illegal identifiers starting with _ and capital letters.diego2008-03-012-11/+11
* Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.diego2008-03-014-0/+9
* Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check.diego2008-03-012-2/+2
* Add missing #includes for Mac OS X, fixes the warningdiego2008-02-241-0/+5
* Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012).cehoyos2008-02-241-1/+1
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-2360-194/+196
* Remove misplaced #endif comment.diego2008-02-211-1/+1
* Get rid of redundant dbg_printf redefinition. Fixes some warnings:diego2008-01-282-23/+14
* Consistently use uppercase filename as multiple inclusion guard.diego2008-01-281-3/+3
* Remove $Id$ tags, they make diffs between different versionsreimar2008-01-2729-29/+0
* Disable unused functions find_handle_2, find_handle_by_name, fixes the warning:diego2008-01-231-0/+4
* Disable unused function test_heap, fixes the warning:diego2008-01-231-2/+4
* Remove unused function exp_ftol_wrong, fixes the warning:diego2008-01-231-6/+0
* Remove unused function fixup_address, fixes the warning:diego2008-01-231-12/+0
* Remove unused DPRINTF__ macro.diego2008-01-231-9/+0
* Surround variable declarations by preprocessor conditionals to avoid warnings:diego2008-01-211-0/+5
* Comment out unused variables, fixes the warnings:diego2008-01-211-2/+2
* Fix a ton of illegal identifiers. Identifiers starting with __ or _ and adiego2008-01-2044-347/+347
* Add missing #include, fixes the warning:diego2008-01-191-0/+1
* Use ld conversion specifier for long int argument, fixes the warning:diego2008-01-191-1/+1
* Add missing #include, fixes the warning:diego2008-01-191-0/+1
* Remove another 2 useless castsreimar2008-01-131-2/+2
* Get rid of another useless castreimar2008-01-131-1/+1
* Remove a cast useless since r24425.reimar2008-01-131-1/+1
* Move variable declaration into block where it is used.reimar2008-01-131-1/+1
* Remove result from warning string, it has no useful meaning here.reimar2008-01-131-1/+1
* Remove a useless castreimar2008-01-131-1/+1
* Remove all test programs with 'make clean'.diego2008-01-061-2/+1
* /usr/lib/win32 --> /usr/local/lib/codecsdiego2008-01-062-2/+2
* Remove compilation command comments.diego2008-01-062-4/+0
* Comment out non-existing mp_msg_set_level function to fix linking.diego2008-01-061-1/+1
* Fix compilation by replacing a broken macro with in-place code.diego2008-01-061-3/+1
* Fix compilation due to conflicting type declaration:diego2008-01-061-2/+0
* Add missing #include so that the header works standalone.diego2008-01-061-0/+2
* Add proper compilation rules for qtx/list and qtx/qtxload and remove sillydiego2008-01-062-4/+11
* Get the dshow test program closer to linking.diego2008-01-061-2/+2
* Fix warnings:diego2008-01-061-0/+1
* Add missing #includes to fix compilation:diego2008-01-061-0/+3
* Fix typo, LIBNAME should be LIBNAME_COMMON.diego2008-01-051-1/+1
* Add multiple inclusion guards to all header files that lack them.diego2008-01-015-0/+21
* Consistently use just the name of the #ifdef directive in preprocessor comments.diego2008-01-016-11/+11
* consistency cosmeticsdiego2008-01-015-5/+5
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-313-3/+4
* Stop MPlayer from complaining about bogus AviSynth DLL load failures.diego2007-12-181-1/+1
* Replace hardcoded 0 by equivalent O_RDONLYreimar