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
*
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
*
Add missing 'void' keyword to parameterless function declarations.
diego
2009-01-05
*
Avoid u_ BSD type names.
diego
2008-12-27
*
Change some printf calls to 'Debug printf' so as not to pollute stdout.
diego
2008-12-11
*
Re-add "extern"s incorrectly removed in r28085
reimar
2008-12-04
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
Missing free in malloc error case in COutputPinCreate.
reimar
2008-10-31
*
Avoid useless casts of malloc results.
reimar
2008-10-31
*
Translate a Hungarian comment, thanks to Denes Balatoni.
diego
2008-10-19
*
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 pointless #ifdef around the whole file, it is just a complicated #if 1.
diego
2008-10-13
*
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
*
Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h can
diego
2008-06-08
*
cosmetics: Remove pointless parentheses from return statements.
diego
2008-05-16
*
Use consistent #include paths without "../".
diego
2008-04-28
*
Merge loader/Makefile into top-level Makefile.
diego
2008-04-28
*
Remove calls to Restore_LDT_Keeper, exit() is called immediately afterwards
diego
2008-04-28
*
Add missing ldt_keeper.h #include; this fixes a bunch of implicit declaration
diego
2008-04-28
*
Merge TEST_OBJS and TEST_LDFLAGS.
diego
2008-04-28
*
Add -g to CFLAGS, not to LDFLAGS.
diego
2008-04-28
*
Merge test program compilation rules using patterns.
diego
2008-04-28
*
Add CFLAGS to test program compilation commands.
diego
2008-04-28
*
Add missing ../osdep/mmap_anon.o to TEST_OBJS.
diego
2008-04-28
[next]