| Commit message (Expand) | Author | Age | Files | Lines |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 41 | -601/+601 |
* | Add missing 'void' to parameterless function declarations. | diego | 2009-05-04 | 5 | -25/+23 |
* | Remove unnecessary malloc.h #includes and related #ifdeffery. | diego | 2009-04-02 | 3 | -9/+0 |
* | enable vp6 codec to read/write .fpf (passlogfile) | compn | 2009-03-25 | 1 | -3/+5 |
* | cosmetics: Replace unused 'argc/argv' in main declarations by 'void'. | diego | 2009-02-17 | 2 | -2/+2 |
* | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 | 3 | -3/+3 |
* | Replace double semicolon by single semicolon. | diego | 2009-02-16 | 1 | -1/+1 |
* | remove sys/timeb.h include | compn | 2009-01-29 | 1 | -1/+0 |
* | Reduce QuickTime binary decoder verbosity. | diego | 2009-01-17 | 1 | -2/+2 |
* | #include the appropriate header instead of using local declarations. | diego | 2009-01-05 | 1 | -2/+2 |
* | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 | 1 | -1/+1 |
* | Avoid u_ BSD type names. | diego | 2008-12-27 | 1 | -13/+13 |
* | Change some printf calls to 'Debug printf' so as not to pollute stdout. | diego | 2008-12-11 | 1 | -6/+6 |
* | Re-add "extern"s incorrectly removed in r28085 | reimar | 2008-12-04 | 1 | -1/+1 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 13 | -74/+74 |
* | Missing free in malloc error case in COutputPinCreate. | reimar | 2008-10-31 | 1 | -0/+1 |
* | Avoid useless casts of malloc results. | reimar | 2008-10-31 | 1 | -6/+6 |
* | Translate a Hungarian comment, thanks to Denes Balatoni. | diego | 2008-10-19 | 1 | -1/+1 |
* | Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. | diego | 2008-10-16 | 5 | -23/+23 |
* | Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg. | diego | 2008-10-16 | 2 | -2/+2 |
* | Remove pointless #ifdef around the whole file, it is just a complicated #if 1. | diego | 2008-10-13 | 1 | -4/+0 |
* | Remove duplicate vsscanf fallback implementation, we have another in osdep/. | diego | 2008-08-22 | 1 | -13/+0 |
* | Do not provide a prototype for vsscanf when vsscanf is available. | diego | 2008-08-02 | 1 | -3/+1 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -1/+1 |
* | Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h can | diego | 2008-06-08 | 7 | -9/+9 |
* | cosmetics: Remove pointless parentheses from return statements. | diego | 2008-05-16 | 5 | -13/+13 |
* | Use consistent #include paths without "../". | diego | 2008-04-28 | 4 | -6/+6 |
* | Merge loader/Makefile into top-level Makefile. | diego | 2008-04-28 | 1 | -49/+0 |
* | Remove calls to Restore_LDT_Keeper, exit() is called immediately afterwards | diego | 2008-04-28 | 2 | -4/+2 |
* | Add missing ldt_keeper.h #include; this fixes a bunch of implicit declaration | diego | 2008-04-28 | 2 | -0/+2 |
* | Merge TEST_OBJS and TEST_LDFLAGS. | diego | 2008-04-28 | 1 | -4/+3 |
* | Add -g to CFLAGS, not to LDFLAGS. | diego | 2008-04-28 | 1 | -1/+2 |
* | Merge test program compilation rules using patterns. | diego | 2008-04-28 | 1 | -4/+1 |
* | Add CFLAGS to test program compilation commands. | diego | 2008-04-28 | 1 | -2/+2 |
* | Add missing ../osdep/mmap_anon.o to TEST_OBJS. | diego | 2008-04-28 | 1 | -1/+1 |
* | Remove unnecessary linker flags. | diego | 2008-04-28 | 1 | -1/+1 |
* | Add missing #include, fixes the warning: | diego | 2008-04-28 | 1 | -0/+1 |
* | Adjust printf length modifier, fixes the warning: | diego | 2008-04-28 | 1 | -1/+1 |
* | Comment out variables only used in commented-out code, fixes the warnings: | diego | 2008-04-28 | 1 | -2/+2 |
* | Link against individual objects, the osdep library is not generated anymore. | diego | 2008-04-28 | 1 | -1/+1 |
* | Remove obsolete and non-working test program. | diego | 2008-04-28 | 3 | -74/+0 |
* | Use directory name as library name template. | diego | 2008-04-22 | 1 | -1/+1 |
* | Fix potential segfault in debug printf in expSetFilePointer | rtogni | 2008-04-21 | 1 | -1/+1 |
* | Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL | rtogni | 2008-04-20 | 1 | -0/+22 |
* | Add support for msn siren audio coced via binary dll sirenacm.dll | rtogni | 2008-04-20 | 1 | -0/+30 |
* | cosmetics: prettyprinting and alphabetical order | diego | 2008-03-03 | 1 | -3/+10 |
* | Move decision about whether or not to compile Windows emulation | diego | 2008-03-03 | 1 | -3/+1 |
* | Move decision about whether or not to compile wrapper.S to configure. | diego | 2008-03-03 | 1 | -4/+1 |
* | Add CFLAG_STACKREALIGN unconditionally to win32.o CFLAGS, configure takes care | diego | 2008-03-03 | 1 | -2/+1 |
* | #include osdep/mman.h if sys/mman.h is not available. | diego | 2008-03-03 | 4 | -0/+8 |
* | Revert fixing illegal identifiers to fix compilation on MinGW. Unfortunately | diego | 2008-03-02 | 2 | -11/+11 |
* | Fix illegal identifiers starting with _ and capital letters. | diego | 2008-03-01 | 2 | -11/+11 |
* | Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H. | diego | 2008-03-01 | 4 | -0/+9 |
* | Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check. | diego | 2008-03-01 | 2 | -2/+2 |
* | Add missing #includes for Mac OS X, fixes the warning | diego | 2008-02-24 | 1 | -0/+5 |
* | Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012). | cehoyos | 2008-02-24 | 1 | -1/+1 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-23 | 60 | -194/+196 |
* | Remove misplaced #endif comment. | diego | 2008-02-21 | 1 | -1/+1 |
* | Get rid of redundant dbg_printf redefinition. Fixes some warnings: | diego | 2008-01-28 | 2 | -23/+14 |
* | Consistently use uppercase filename as multiple inclusion guard. | diego | 2008-01-28 | 1 | -3/+3 |
* | Remove $Id$ tags, they make diffs between different versions | reimar | 2008-01-27 | 29 | -29/+0 |
* | Disable unused functions find_handle_2, find_handle_by_name, fixes the warning: | diego | 2008-01-23 | 1 | -0/+4 |
* | Disable unused function test_heap, fixes the warning: | diego | 2008-01-23 | 1 | -2/+4 |
* | Remove unused function exp_ftol_wrong, fixes the warning: | diego | 2008-01-23 | 1 | -6/+0 |
* | Remove unused function fixup_address, fixes the warning: | diego | 2008-01-23 | 1 | -12/+0 |
* | Remove unused DPRINTF__ macro. | diego | 2008-01-23 | 1 | -9/+0 |
* | Surround variable declarations by preprocessor conditionals to avoid warnings: | diego | 2008-01-21 | 1 | -0/+5 |
* | Comment out unused variables, fixes the warnings: | diego | 2008-01-21 | 1 | -2/+2 |
* | Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a | diego | 2008-01-20 | 44 | -347/+347 |
* | Add missing #include, fixes the warning: | diego | 2008-01-19 | 1 | -0/+1 |
* | Use ld conversion specifier for long int argument, fixes the warning: | diego | 2008-01-19 | 1 | -1/+1 |
* | Add missing #include, fixes the warning: | diego | 2008-01-19 | 1 | -0/+1 |
* | Remove another 2 useless casts | reimar | 2008-01-13 | 1 | -2/+2 |
* | Get rid of another useless cast | reimar | 2008-01-13 | 1 | -1/+1 |
* | Remove a cast useless since r24425. | reimar | 2008-01-13 | 1 | -1/+1 |
* | Move variable declaration into block where it is used. | reimar | 2008-01-13 | 1 | -1/+1 |
* | Remove result from warning string, it has no useful meaning here. | reimar | 2008-01-13 | 1 | -1/+1 |
* | Remove a useless cast | reimar | 2008-01-13 | 1 | -1/+1 |
* | Remove all test programs with 'make clean'. | diego | 2008-01-06 | 1 | -2/+1 |
* | /usr/lib/win32 --> /usr/local/lib/codecs | diego | 2008-01-06 | 2 | -2/+2 |
* | Remove compilation command comments. | diego | 2008-01-06 | 2 | -4/+0 |
* | Comment out non-existing mp_msg_set_level function to fix linking. | diego | 2008-01-06 | 1 | -1/+1 |
* | Fix compilation by replacing a broken macro with in-place code. | diego | 2008-01-06 | 1 | -3/+1 |
* | Fix compilation due to conflicting type declaration: | diego | 2008-01-06 | 1 | -2/+0 |
* | Add missing #include so that the header works standalone. | diego | 2008-01-06 | 1 | -0/+2 |
* | Add proper compilation rules for qtx/list and qtx/qtxload and remove silly | diego | 2008-01-06 | 2 | -4/+11 |
* | Get the dshow test program closer to linking. | diego | 2008-01-06 | 1 | -2/+2 |
* | Fix warnings: | diego | 2008-01-06 | 1 | -0/+1 |
* | Add missing #includes to fix compilation: | diego | 2008-01-06 | 1 | -0/+3 |
* | Fix typo, LIBNAME should be LIBNAME_COMMON. | diego | 2008-01-05 | 1 | -1/+1 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 | 5 | -0/+21 |
* | Consistently use just the name of the #ifdef directive in preprocessor comments. | diego | 2008-01-01 | 6 | -11/+11 |
* | consistency cosmetics | diego | 2008-01-01 | 5 | -5/+5 |
* | Add explanatory comments to the #endif part of multiple inclusion guards. | diego | 2007-12-31 | 3 | -3/+4 |
* | Stop MPlayer from complaining about bogus AviSynth DLL load failures. | diego | 2007-12-18 | 1 | -1/+1 |
* | Replace hardcoded 0 by equivalent O_RDONLY | reimar | 2007-10-21 | 1 | -1/+1 |
* | add comment to endif | compn | 2007-10-18 | 1 | -1/+1 |
* | Add Coinitialize function to vfw encoder and win32 loader. | compn | 2007-10-17 | 2 | -1/+48 |
* | Detect support of and add necessary CFLAGS to avoid crashes when loading | diego | 2007-10-01 | 1 | -0/+2 |
* | Move AM_MEDIA_TYPE structure definition to mediatype.h. | voroshil | 2007-09-13 | 3 | -13/+26 |
* | Remove leading underscores from multiple inclusion guards, | diego | 2007-09-13 | 31 | -103/+98 |
* | Fix include path. | diego | 2007-09-13 | 1 | -1/+1 |
* | Remove redundant #ifndef, __WINE_MMSYSTEM_H is never defined. | diego | 2007-09-12 | 1 | -2/+0 |
* | cosmetics: Use uppercase for multiple inclusion guards and comment #endifs. | diego | 2007-09-12 | 2 | -6/+6 |
* | Remove useless #ifndef, __WINE_WINGDI_H is never defined. | diego | 2007-09-12 | 1 | -2/+0 |
* | Remove redundant multiple inclusion guard. | diego | 2007-09-12 | 1 | -2/+0 |
* | Consistently use path as multiple inclusion guard. | diego | 2007-09-12 | 3 | -11/+11 |
* | Fix indentation after r24367. | cehoyos | 2007-09-10 | 1 | -2/+2 |
* | Revert r24424. | voroshil | 2007-09-10 | 5 | -48/+48 |
* | Fix for: | voroshil | 2007-09-10 | 2 | -13/+13 |
* | Fix for a lot of | voroshil | 2007-09-10 | 5 | -48/+48 |
* | cosmetics: Add comments to some #endif preprocessor directives. | diego | 2007-09-10 | 4 | -4/+4 |
* | warning fixes: | diego | 2007-09-10 | 1 | -2/+0 |
* | warning fix: | diego | 2007-09-10 | 1 | -1/+0 |
* | warning fix: | diego | 2007-09-10 | 1 | -1/+0 |
* | warning fixes: | diego | 2007-09-10 | 1 | -3/+0 |
* | Fix for: | voroshil | 2007-09-10 | 1 | -2/+2 |
* | Fix for: | voroshil | 2007-09-10 | 1 | -6/+6 |
* | Proper fix for: | voroshil | 2007-09-10 | 1 | -2/+1 |
* | cosmetics: Fix silly typo. | diego | 2007-09-10 | 1 | -3/+3 |
* | warning fix: | diego | 2007-09-10 | 1 | -1/+1 |
* | warning fixes: | diego | 2007-09-10 | 1 | -2/+0 |
* | warning fix: | diego | 2007-09-10 | 1 | -0/+1 |
* | warning fixes: | diego | 2007-09-10 | 1 | -1/+0 |
* | warning fixes: | diego | 2007-09-10 | 1 | -1/+0 |
* | warning fixes: | diego | 2007-09-10 | 1 | -4/+4 |
* | warning fixes: | diego | 2007-09-10 | 1 | -2/+0 |
* | warning fixes: | diego | 2007-09-10 | 1 | -2/+2 |
* | warning fixes: | diego | 2007-09-10 | 1 | -7/+2 |
* | warning fix: | diego | 2007-09-10 | 1 | -1/+0 |
* | warning fixes: | diego | 2007-09-10 | 1 | -2/+1 |
* | warning fixes: | diego | 2007-09-10 | 1 | -4/+3 |
* | warning fixes: | diego | 2007-09-10 | 1 | -3/+1 |
* | warning fixes: | diego | 2007-09-10 | 1 | -2/+1 |
* | warning fix: | diego | 2007-09-10 | 1 | -1/+0 |
* | Avoid releasing of unallocated memory. | voroshil | 2007-09-08 | 1 | -0/+2 |
* | Always initialize pUnk pointer with zero. | voroshil | 2007-09-08 | 1 | -0/+1 |
* | Revert last commit, -mstackrealign was added in gcc 4.2 and should not | diego | 2007-08-27 | 1 | -2/+0 |
* | Add -mstackrealign to CFLAGS on Darwin, fixes loading WMV9 DLL. | diego | 2007-08-24 | 1 | -0/+2 |
* | Ugly hack to make xanlib.dll work. | reimar | 2007-08-01 | 1 | -1/+2 |
* | ISO8859-1 --> UTF-8 | diego | 2007-07-09 | 1 | -1/+1 |
* | Add regular #define for header file. | voroshil | 2007-06-08 | 1 | -0/+4 |
* | 10l: Remove overlooked instance of NOAVIFILE_HEADERS. | diego | 2007-06-02 | 1 | -7/+0 |
* | Get rid of superfluous __WINE__ #define, it was always enabled and | diego | 2007-06-02 | 7 | -59/+0 |
* | Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled and | diego | 2007-06-02 | 6 | -39/+1 |
* | Get rid of superfluous MPLAYER #define, it was always enabled and | diego | 2007-06-02 | 4 | -72/+1 |
* | typo fixes ported from VLC | diego | 2007-04-01 | 2 | -2/+2 |
* | check that definition of prototype of sysi86(int, void*) doesn't conflict; fi... | nicodvb | 2007-03-18 | 1 | -2/+2 |
* | Use explicit path for headers from the dshow/ subdirectory. | diego | 2007-03-15 | 3 | -5/+5 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 | 1 | -14/+14 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 | 1 | -5/+5 |
* | Support function lookup via ordinal | reimar | 2007-03-08 | 1 | -4/+6 |
* | Allow declaring special undefined functions that will return NULL | reimar | 2007-03-08 | 1 | -0/+9 |
* | Fix and simplify the WideCharToMultiByte and MultiByteToWideChar pseudo-imple... | reimar | 2007-03-04 | 1 | -24/+10 |
* | The original asm code for the stub returned 0, restore that behaviour. | reimar | 2007-03-03 | 1 | -1/+2 |
* | Rework of copying samples from directshow codecs. | voroshil | 2007-03-02 | 6 | -92/+71 |
* | Update 3ivx decoder to latest version and allow it to load required library. | voroshil | 2007-03-01 | 1 | -1/+1 |
* | Fix wrong typecast, which can cause MPlayer crash | voroshil | 2007-02-26 | 1 | -3/+3 |
* | Replace __MINGW32__ by more consistent WIN32_LOADER. This should fix compilat... | voroshil | 2007-02-25 | 1 | -2/+1 |
* | Fix loading of mpeg4ds direct show video codec under win32, broken in r22322 | voroshil | 2007-02-23 | 1 | -0/+19 |
* | Free AM_MEDIA_TYPE structure content when CEnumMediaTypes object is destroyed | voroshil | 2007-02-23 | 1 | -0/+1 |
* | Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separ... | voroshil | 2007-02-23 | 7 | -43/+272 |
* | Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine. | voroshil | 2007-02-23 | 4 | -27/+38 |
* | Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been | rtogni | 2007-02-11 | 1 | -0/+1 |
* | Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been | rtogni | 2007-02-11 | 1 | -0/+1 |
* | Doxygen comments for used DirectShow methods. | voroshil | 2007-01-28 | 2 | -2/+969 |
* | fix overlooked debug message | voroshil | 2007-01-27 | 1 | -1/+1 |
* | Changing debug messages and renaming method names according to their | voroshil | 2007-01-27 | 1 | -29/+29 |
* | fix typos from previous commit | voroshil | 2007-01-27 | 1 | -2/+2 |
* | Cosmetics. Doxygen comments. | voroshil | |