aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep
Commit message (Expand)AuthorAge
* Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\
| * Remove unnecessary _UWIN #define.Gravatar diego2009-02-11
| * Add priority support for OS/2 and factorize the Windows priority support.Gravatar diego2009-02-10
* | Merge svn changes up to r28341Gravatar Uoti Urpala2009-01-19
|\|
| * Update copyright year, patch by Zhou Zongyi, zhouzongyi pset.suntec net.Gravatar diego2009-01-15
* | Merge svn changes up to r28310Gravatar Uoti Urpala2009-01-15
|\|
| * timer-win2.c: Fix "voi" (void) typo breaking Windows compilationGravatar uau2009-01-05
| * Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* | Use correct terminal "clear line" codeGravatar Uoti Urpala2008-08-13
* | Include corresponding .h in some .c filesGravatar Uoti Urpala2008-08-12
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Rename font-related preprocessor directives.Gravatar diego2008-08-07
* | Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\|
| * Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
| * Remove useless variable startup_time, since we do not need it any more.Gravatar ulion2008-05-05
* | Merge svn changes up to r26624Gravatar Uoti Urpala2008-05-01
|\|
| * Use consistent include paths, we always build from the top level now.Gravatar diego2008-04-30
* | Add a context for mp_fifoGravatar Uoti Urpala2008-04-29
* | mp_fifo.c, osdep/: Include corresponding .h in .c filesGravatar Uoti Urpala2008-04-29
* | Merge svn changes up to r26587Gravatar Uoti Urpala2008-04-29
|\|
| * Force to uint64_t first to avoid direct conversion from double to unsigned int.Gravatar ulion2008-04-28
* | osdep: Remove cruftGravatar Uoti Urpala2008-04-28
* | timers: Remove GetRelativeTime()Gravatar Uoti Urpala2008-04-28
* | osdep: Change timer_name to a saner typeGravatar Uoti Urpala2008-04-28
|/
* Merge osdep/Makefile into the top-level Makefile, thus getting ridGravatar diego2008-04-08
* Move decision about which getch2 and timer file to compile to configure.Gravatar diego2008-04-08
* Move decision about whether or not to compile osdep/mmap_os2.c to configure.Gravatar diego2008-04-08
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-07
* mmap() support for OS/2Gravatar diego2008-02-27
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* OS/2 getch2() supportGravatar diego2008-02-21
* Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.Gravatar diego2008-02-21
* Remove pointless #ifdefs around extern declarations.Gravatar diego2008-02-20
* Happy New Year!Gravatar zuxy2008-01-02
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* Replace multiple inclusion guards with leading underscores by default names.Gravatar diego2008-01-01
* Fix warnings when compiling test application.Gravatar diego2007-12-28
* Make windres binary name configurable, useful for cross-compiling.Gravatar diego2007-12-28
* Rename timer-lx.c --> timer-linux.c.Gravatar diego2007-11-21
* main() --> main(void)Gravatar diego2007-11-21
* Fix GetTimerMS() discontinuous return value bug caused by GetTimer() overflowGravatar ulion2007-10-23
* getch2: Fix incorrect testGravatar uau2007-09-15
* warning fix:Gravatar diego2007-08-25
* Clean up getch2() code somewhatGravatar uau2007-08-25