summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
* 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_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-1/+1
* Add regular #define for header file.voroshil2007-06-081-0/+4
* 10l: Remove overlooked instance of NOAVIFILE_HEADERS.diego2007-06-021-7/+0
* Get rid of superfluous __WINE__ #define, it was always enabled anddiego2007-06-027-59/+0
* Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled anddiego2007-06-026-39/+1
* Get rid of superfluous MPLAYER #define, it was always enabled anddiego2007-06-024-72/+1
* typo fixes ported from VLCdiego2007-04-012-2/+2
* check that definition of prototype of sysi86(int, void*) doesn't conflict; fi...nicodvb2007-03-181-2/+2
* Use explicit path for headers from the dshow/ subdirectory.diego2007-03-153-5/+5
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-14/+14
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-5/+5
* Support function lookup via ordinalreimar2007-03-081-4/+6
* Allow declaring special undefined functions that will return NULLreimar2007-03-081-0/+9
* Fix and simplify the WideCharToMultiByte and MultiByteToWideChar pseudo-imple...reimar2007-03-041-24/+10
* The original asm code for the stub returned 0, restore that behaviour.reimar2007-03-031-1/+2
* Rework of copying samples from directshow codecs.voroshil2007-03-026-92/+71
* Update 3ivx decoder to latest version and allow it to load required library.voroshil2007-03-011-1/+1
* Fix wrong typecast, which can cause MPlayer crashvoroshil2007-02-261-3/+3
* Replace __MINGW32__ by more consistent WIN32_LOADER. This should fix compilat...voroshil2007-02-251-2/+1
* Fix loading of mpeg4ds direct show video codec under win32, broken in r22322voroshil2007-02-231-0/+19
* Free AM_MEDIA_TYPE structure content when CEnumMediaTypes object is destroyedvoroshil2007-02-231-0/+1
* Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separ...voroshil2007-02-237-43/+272
* Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine.voroshil2007-02-234-27/+38
* Precent overflow of this->m_sVhdr->bmiHeader buffer, may have beenrtogni2007-02-111-0/+1
* Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been rtogni2007-02-111-0/+1
* Doxygen comments for used DirectShow methods.voroshil2007-01-282-2/+969
* fix overlooked debug messagevoroshil2007-01-271-1/+1
* Changing debug messages and renaming method names according to theirvoroshil2007-01-271-29/+29
* fix typos from previous commitvoroshil2007-01-271-2/+2
* Cosmetics. Doxygen comments.voroshil2007-01-271-6/+484
* Remove illegal definition of underscored-prefixed symbol "__MODULE__":gpoirier2007-01-264-8/+0
* Fix crashes in loader code: There is still some code that can not handle omit...reimar2006-12-161-0/+2
* mmap memory area for generated code to avoid crashes on machines whichreimar2006-12-031-2/+9
* Fix 21381, make sure gcc does not make any ip-relative calls or similar.reimar2006-12-031-5/+14
* Get rid of stubs.S, move code to inline asm.reimar2006-11-293-20/+21
* Cosmetics: remove unused and commented out add_stub function headerreimar2006-11-291-2/+0
* Some extra