index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
loader
/
win32.c
Commit message (
Expand
)
Author
Age
*
Implement Win32 mutexes.
sesse
2010-03-06
*
Fix semaphore behavior in WaitForSingleObject.
sesse
2010-03-06
*
Make Win32 mutex and thread linked lists thread safe.
sesse
2010-03-06
*
Make GetModuleHandle(NULL) return a valid pointer.
sesse
2010-03-05
*
Partial revert of r30843.
sesse
2010-03-05
*
Support thread handles in WaitForSingleObject.
sesse
2010-03-05
*
Make emulated Win32 critical sections thread safe.
sesse
2010-03-04
*
Fix crashes in CreatePalette by fixing the LOGPALETTE struct.
sesse
2010-03-04
*
Fix manual reset behavior of Win32 events.
sesse
2010-03-04
*
Fix return values of WaitForSingleObject when checking an event.
sesse
2010-03-04
*
Do not cast the results of malloc/calloc/realloc.
diego
2010-02-26
*
Add declaration for exp_EH_prolog_dummy().
diego
2010-02-22
*
Only #define WIN32_LOADER if it has not been #defined already, fixes warning:
diego
2010-02-21
*
Remove pointless '#if 1' preprocessor directives.
diego
2010-02-19
*
Add a InitializeCriticalSectionAndSpinCount function.
reimar
2010-02-18
*
Add a GetModuleHandleW implementation.
reimar
2010-02-18
*
Use snprintf to ensure we do not write outside the buffer bounds
reimar
2010-02-18
*
Explain WIN32_LOADER definition hack.
diego
2010-02-12
*
Get rid of pointless CONFIG_QTX_CODECS --> QTX preprocessor indirection.
diego
2010-02-12
*
Fix linking of loader test programs when loader is disabled.
diego
2010-02-12
*
Add stubs for several functions, needed for CineForm codec.
reimar
2010-02-09
*
Document some of the ext_stub magic.
reimar
2010-01-16
*
100l, forgot to change the "magic" value in the stub also in the place replac...
reimar
2010-01-16
*
Place a volatile at a more appropriate place.
reimar
2010-01-10
*
Change dummy value to fit into int.
reimar
2010-01-10
*
Remove return statement from function that has no return value.
reimar
2010-01-10
*
Avoid excessive fflush in dbgprintf if we didn't even print anything.
reimar
2010-01-10
*
Implement dummy EncodePointer/DecodePointer functions needed for e.g. lagarit...
reimar
2009-10-10
*
add YAXPAX and YAPAXI exports to msvcr80
compn
2009-09-16
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Add missing 'void' to parameterless function declarations.
diego
2009-05-04
*
Remove unnecessary malloc.h #includes and related #ifdeffery.
diego
2009-04-02
*
enable vp6 codec to read/write .fpf (passlogfile)
compn
2009-03-25
*
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
diego
2009-02-17
*
remove sys/timeb.h include
compn
2009-01-29
*
Reduce QuickTime binary decoder verbosity.
diego
2009-01-17
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
diego
2008-10-16
*
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
diego
2008-10-16
*
Remove duplicate vsscanf fallback implementation, we have another in osdep/.
diego
2008-08-22
*
Do not provide a prototype for vsscanf when vsscanf is available.
diego
2008-08-02
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
cosmetics: Remove pointless parentheses from return statements.
diego
2008-05-16
*
Fix potential segfault in debug printf in expSetFilePointer
rtogni
2008-04-21
*
Support for MSU SCLS (Screen Capture Lossless Codec) with SCLS.DLL
rtogni
2008-04-20
*
Add support for msn siren audio coced via binary dll sirenacm.dll
rtogni
2008-04-20
*
#include osdep/mman.h if sys/mman.h is not available.
diego
2008-03-03
*
Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.
diego
2008-03-01
*
Remove $Id$ tags, they make diffs between different versions
reimar
2008-01-27
*
Disable unused function test_heap, fixes the warning:
diego
2008-01-23
[next]