aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep
Commit message (Expand)AuthorAge
* 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
* Make terminal input work more like VO key inputGravatar uau2007-08-25
* Identifiers starting with underscores are reserved.Gravatar diego2007-07-31
* Remove unused scandir() check and fallback implementation.Gravatar diego2007-07-17
* Remove unused ftello() check and fallback implementation.Gravatar diego2007-07-17
* Remove unused fseeko() check and fallback implementation.Gravatar diego2007-07-17
* Remove empty strlcat and strlcpy filesGravatar reimar2007-07-06
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyGravatar reimar2007-07-05
* "()" to "(void)" function param list fixesGravatar uau2007-04-01
* Update copyright year.Gravatar diego2007-03-24
* Do not disable cache on MinGW, just disable shmem compilation.Gravatar diego2007-03-17
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13