index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
osdep
Commit message (
Expand
)
Author
Age
*
timer-win2.c: Fix "voi" (void) typo breaking Windows compilation
uau
2009-01-05
*
Add missing 'void' keyword to parameterless function declarations.
diego
2009-01-05
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
Rename font-related preprocessor directives.
diego
2008-08-07
*
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
diego
2008-08-01
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
cosmetics: Remove useless parentheses from return statements.
diego
2008-05-16
*
Remove useless variable startup_time, since we do not need it any more.
ulion
2008-05-05
*
Use consistent include paths, we always build from the top level now.
diego
2008-04-30
*
Force to uint64_t first to avoid direct conversion from double to unsigned int.
ulion
2008-04-28
*
Merge osdep/Makefile into the top-level Makefile, thus getting rid
diego
2008-04-08
*
Move decision about which getch2 and timer file to compile to configure.
diego
2008-04-08
*
Move decision about whether or not to compile osdep/mmap_os2.c to configure.
diego
2008-04-08
*
Add missing header #includes to fix 'make checkheaders'.
diego
2008-03-07
*
mmap() support for OS/2
diego
2008-02-27
*
Add MPLAYER_ prefix to multiple inclusion guards.
diego
2008-02-22
*
OS/2 getch2() support
diego
2008-02-21
*
Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.
diego
2008-02-21
*
Remove pointless #ifdefs around extern declarations.
diego
2008-02-20
*
Happy New Year!
zuxy
2008-01-02
*
Add multiple inclusion guards to all header files that lack them.
diego
2008-01-01
*
Replace multiple inclusion guards with leading underscores by default names.
diego
2008-01-01
*
Fix warnings when compiling test application.
diego
2007-12-28
*
Make windres binary name configurable, useful for cross-compiling.
diego
2007-12-28
*
Rename timer-lx.c --> timer-linux.c.
diego
2007-11-21
*
main() --> main(void)
diego
2007-11-21
*
Fix GetTimerMS() discontinuous return value bug caused by GetTimer() overflow
ulion
2007-10-23
*
getch2: Fix incorrect test
uau
2007-09-15
*
warning fix:
diego
2007-08-25
*
Clean up getch2() code somewhat
uau
2007-08-25
*
Make terminal input work more like VO key input
uau
2007-08-25
*
Identifiers starting with underscores are reserved.
diego
2007-07-31
*
Remove unused scandir() check and fallback implementation.
diego
2007-07-17
*
Remove unused ftello() check and fallback implementation.
diego
2007-07-17
*
Remove unused fseeko() check and fallback implementation.
diego
2007-07-17
*
Remove empty strlcat and strlcpy files
reimar
2007-07-06
*
Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
reimar
2007-07-05
*
"()" to "(void)" function param list fixes
uau
2007-04-01
*
Update copyright year.
diego
2007-03-24
*
Do not disable cache on MinGW, just disable shmem compilation.
diego
2007-03-17
*
cosmetics: Fix indentation, reorder some lines for consistency.
diego
2007-03-13
*
Give more descriptive names to the source and library variables and split
diego
2007-03-13
*
Add code to detect and convert to console codepage on Windows.
reimar
2007-03-04
*
Include stdio.h for printf
reimar
2007-03-04
*
Move the decision about stream cache compilation to configure.
diego
2007-02-27
*
Move glob-win.c out of MinGW section, configure handles it.
diego
2007-02-27
*
100l misplaced #endif
diego
2007-01-12
*
Remove superfluous #ifdefs.
diego
2007-01-11
*
Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system.
diego
2007-01-10
*
Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system.
diego
2007-01-10
[next]