| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge svn changes up to r29277 | Uoti Urpala | 2009-05-08 | 5 | -25/+23 |
|\ |
|
| * | Add missing 'void' to parameterless function declarations. | diego | 2009-05-04 | 5 | -25/+23 |
* | | Merge svn changes up to r29134 | Uoti Urpala | 2009-04-02 | 3 | -9/+0 |
|\| |
|
| * | Remove unnecessary malloc.h #includes and related #ifdeffery. | diego | 2009-04-02 | 3 | -9/+0 |
* | | Merge svn changes up to r29117 | Uoti Urpala | 2009-04-01 | 1 | -3/+5 |
|\| |
|
| * | enable vp6 codec to read/write .fpf (passlogfile) | compn | 2009-03-25 | 1 | -3/+5 |
* | | Merge svn changes up to r28641 | Uoti Urpala | 2009-02-18 | 6 | -6/+6 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r28403 | Uoti Urpala | 2009-01-31 | 1 | -1/+0 |
|\| |
|
| * | remove sys/timeb.h include | compn | 2009-01-29 | 1 | -1/+0 |
* | | Merge svn changes up to r28341 | Uoti Urpala | 2009-01-19 | 1 | -2/+2 |
|\| |
|
| * | Reduce QuickTime binary decoder verbosity. | diego | 2009-01-17 | 1 | -2/+2 |
* | | Merge svn changes up to r28310 | Uoti Urpala | 2009-01-15 | 2 | -3/+3 |
|\| |
|
| * | #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 |
* | | Merge svn changes up to r28204 | Uoti Urpala | 2008-12-27 | 1 | -13/+13 |
|\| |
|
| * | Avoid u_ BSD type names. | diego | 2008-12-27 | 1 | -13/+13 |
* | | Merge svn changes up to r28149 | Uoti Urpala | 2008-12-14 | 1 | -6/+6 |
|\| |
|
| * | Change some printf calls to 'Debug printf' so as not to pollute stdout. | diego | 2008-12-11 | 1 | -6/+6 |
* | | Merge svn changes up to r28103 | Uoti Urpala | 2008-12-06 | 1 | -1/+1 |
|\| |
|
| * | Re-add "extern"s incorrectly removed in r28085 | reimar | 2008-12-04 | 1 | -1/+1 |
* | | Merge svn changes up to r28087 | Uoti Urpala | 2008-12-04 | 13 | -74/+74 |
|\| |
|
| * | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 13 | -74/+74 |
* | | Merge svn changes up to r27899 | Uoti Urpala | 2008-11-06 | 1 | -6/+7 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to 27824 | Uoti Urpala | 2008-10-25 | 7 | -30/+26 |
|\| |
|
| * | 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 |
* | | Merge svn changes up to r27514 | Uoti Urpala | 2008-09-03 | 1 | -13/+0 |
|\| |
|
| * | Remove duplicate vsscanf fallback implementation, we have another in osdep/. | diego | 2008-08-22 | 1 | -13/+0 |
* | | Merge svn changes up to r27399 | Uoti Urpala | 2008-08-02 | 1 | -3/+1 |
|\| |
|
| * | Do not provide a prototype for vsscanf when vsscanf is available. | diego | 2008-08-02 | 1 | -3/+1 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 | 1 | -1/+1 |
|\| |
|
| * | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -1/+1 |
* | | Merge svn changes up to r27092 | Uoti Urpala | 2008-06-17 | 7 | -9/+9 |
|\| |
|
| * | Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h can | diego | 2008-06-08 | 7 | -9/+9 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 5 | -13/+13 |
|\| |
|
| * | cosmetics: Remove pointless parentheses from return statements. | diego | 2008-05-16 | 5 | -13/+13 |
* | | Merge svn changes up to r26587 | Uoti Urpala | 2008-04-29 | 9 | -139/+14 |
|\| |
|
| * | 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 |
* | | loader/qtx/qtxsdk/components.h: Disable large unused inline functions | Uoti Urpala | 2008-04-28 | 1 | -0/+2 |
|/ |
|
* | 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/ |