summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
* 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/+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
* | loader/qtx/qtxsdk/components.h: Disable large unused inline functionsUoti Urpala2008-04-281-0/+2
|/
* 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_RDONLYreimar2007-10-211-1/+1
* add comment to endifcompn2007-10-181-1/+1
* Add Coinitialize function to vfw encoder and win32 loader.compn2007-10-172-1/+48
* Detect support of and add necessary CFLAGS to avoid crashes when loadingdiego2007-10-011-0/+2
* Move AM_MEDIA_TYPE structure definition to mediatype.h.voroshil2007-09-133-13/+26
* Remove leading underscores from multiple inclusion guards,diego2007-09-1331-103/+98
* Fix include path.diego2007-09-131-1/+1
* Remove redundant #ifndef, __WINE_MMSYSTEM_H is never defined.diego2007-09-121-2/+0
* cosmetics: Use uppercase for multiple inclusion guards and comment #endifs.diego2007-09-122-6/+6
* Remove useless #ifndef, __WINE_WINGDI_H is never defined.diego2007-09-121-2/+0
* Remove redundant multiple inclusion guard.diego2007-09-121-2/+0
* Consistently use path as multiple inclusion guard.diego2007-09-123-11/+11
* Fix indentation after r24367.cehoyos2007-09-101-2/+2
* Revert r24424.voroshil2007-09-105-48/+48
* Fix for:voroshil2007-09-102-13/+13
* Fix for a lot ofvoroshil2007-09-105-48/+48
* cosmetics: Add comments to some #endif preprocessor directives.diego2007-09-104-4/+4
* warning fixes:diego2007-09-101-2/+0
* warning fix:diego2007-09-101-1/+0
* warning fix:diego2007-09-101-1/+0
* warning fixes:diego2007-09-101-3/+0
* Fix for:voroshil2007-09-101-2/+2
* Fix for:voroshil2007-09-101-6/+6
* Proper fix for:voroshil2007-09-101-2/+1
* cosmetics: Fix silly typo.diego2007-09-101-3/+3
* warning fix:diego2007-09-101-1/+1
* warning fixes:diego2007-09-101-2/+0
* warning fix:diego2007-09-101-0/+1
* warning fixes:diego2007-09-101-1/+0
* warning fixes:diego2007-09-101-1/+0
* warning fixes:diego2007-09-101-4/+4
* warning fixes:diego2007-09-101-2/+0
* warning fixes:diego2007-09-101-2/+2
* warning fixes:diego2007-09-101-7/+2
* warning fix:diego2007-09-101-1/+0
* warning fixes:diego2007-09-101-2/+1
* warning fixes:diego2007-09-101-4/+3
* warning fixes:diego2007-09-101-3/+1
* warning fixes:diego2007-09-101-2/+1
* warning fix:diego2007-09-101-1/+0
* Avoid releasing of unallocated memory.voroshil2007-09-081-0/+2
* Always initialize pUnk pointer with zero.voroshil2007-09-081-0/+1
* Revert last commit, -mstackrealign was added in gcc 4.2 and should notdiego2007-08-271-2/+0
* Add -mstackrealign to CFLAGS on Darwin, fixes loading WMV9 DLL.diego2007-08-241-0/+2
* Ugly hack to make xanlib.dll work.reimar2007-08-011-1/+2
* ISO8859-1 --> UTF-8diego2007-07-091