aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep
Commit message (Expand)AuthorAge
* 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
* Add code to detect and convert to console codepage on Windows.Gravatar reimar2007-03-04
* Include stdio.h for printfGravatar reimar2007-03-04
* Move the decision about stream cache compilation to configure.Gravatar diego2007-02-27
* Move glob-win.c out of MinGW section, configure handles it.Gravatar diego2007-02-27
* 100l misplaced #endifGravatar diego2007-01-12
* Remove superfluous #ifdefs.Gravatar diego2007-01-11
* Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system.Gravatar diego2007-01-10
* Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system.Gravatar diego2007-01-10
* Move #ifdef directives around complete files into the build system.Gravatar diego2007-01-10
* Remove redundant ifdef, this file is only ever compiled on MinGW.Gravatar diego2007-01-10
* consistent include pathGravatar diego2007-01-10
* bswap.h --> mpbswap.hGravatar diego2007-01-10
* Always use tcgetattr/tcsetattr instead of #ifdef messGravatar reimar2006-12-12
* fix include clash for mmap_anon on darwin ppcGravatar nplourde2006-12-05
* Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,Gravatar diego2006-12-04
* FFmpeg-style dependency declarationGravatar diego2006-11-27
* Simplify, TARGET_WIN32 is both Cygwin and MinGW.Gravatar diego2006-11-27
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* Disable when HAVE_SYS_MMAN_H is not defined, since it can not be compiled then.Gravatar reimar2006-11-26
* Adjust icon path since windres is now called from osdep subdirGravatar reimar2006-11-26
* Remove useless fd parameter for mmap_anonGravatar reimar2006-11-26
* Remove superfluous comment.Gravatar diego2006-11-25
* all should be the first target.Gravatar diego2006-11-25