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
Commit message (
Expand
)
Author
Age
*
Do not cast the results of malloc/calloc/realloc.
diego
2010-02-26
*
Remove pointless '#if 1' preprocessor directive.
diego
2010-02-22
*
Add declaration for exp_EH_prolog_dummy().
diego
2010-02-22
*
Add public function VideoForWindowsVersion() to the appropriate header file.
diego
2010-02-21
*
Only #define WIN32_LOADER if it has not been #defined already, fixes warning:
diego
2010-02-21
*
cosmetics: Remove pointless empty lines at EOF.
diego
2010-02-20
*
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
*
Add header #include for print_wave_header() instead of a forward declaration.
diego
2010-02-18
*
Directly mark structs as WINE_PACKED where all members are marked as packed.
diego
2010-02-14
*
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 win32 loader support for OS/2
komh
2010-02-12
*
Remove pointless egcs #ifdefs; that compiler was never supported.
diego
2010-02-11
*
Remove extern "C" declarations from loader code.
diego
2010-02-11
*
Add stubs for several functions, needed for CineForm codec.
reimar
2010-02-09
*
Remove disabled AVIFILE-specific preprocessor code.
diego
2010-02-08
*
Merge some preprocessor conditionals where appropriate.
diego
2010-02-08
*
Release pin enumerator after we are done using it.
reimar
2010-02-05
*
Prefix EXTERN_ASM to global variables to match them to an extern prefix of C.
komh
2010-02-05
*
Remove '.section' causing the following assembler error on OS/2.
komh
2010-02-05
*
Add missing license headers to test programs for external libraries.
diego
2010-02-03
*
Hack to avoid a GUID_NULL clash on 64 bit MinGW.
reimar
2010-01-17
*
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
*
Use ARCH_X86_32 instead of the compiler-specific __i386__
reimar
2010-01-12
*
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
*
Fix RegCloseKey to not return an error on success.
reimar
2010-01-10
*
Add required header #includes to satisfy 'make checkheaders'.
diego
2010-01-04
*
Drop -Iloader from CPPFLAGS for the loader subdirectory.
diego
2010-01-04
*
Add missing header #includes to fix 'make checkheaders'.
diego
2010-01-04
*
Several hacks to fix compilation of tvi_dshow on MinGW64.
reimar
2010-01-02
*
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
*
cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.
diego
2009-02-17
*
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
diego
2009-02-17
*
Replace double semicolon by single semicolon.
diego
2009-02-16
*
remove sys/timeb.h include
compn
2009-01-29
*
Reduce QuickTime binary decoder verbosity.
diego
2009-01-17
*
#include the appropriate header instead of using local declarations.
diego
2009-01-05
[next]