summaryrefslogtreecommitdiffstats
path: root/osdep
Commit message (Expand)AuthorAgeFilesLines
* 100l misplaced #endifdiego2007-01-121-1/+1
* Remove superfluous #ifdefs.diego2007-01-111-5/+0
* Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system.diego2007-01-104-38/+39
* Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system.diego2007-01-103-19/+22
* Move #ifdef directives around complete files into the build system.diego2007-01-1010-33/+13
* Remove redundant ifdef, this file is only ever compiled on MinGW.diego2007-01-101-2/+0
* consistent include pathdiego2007-01-101-1/+1
* bswap.h --> mpbswap.hdiego2007-01-101-1/+1
* Always use tcgetattr/tcsetattr instead of #ifdef messreimar2006-12-121-18/+0
* fix include clash for mmap_anon on darwin ppcnplourde2006-12-051-1/+1
* Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,diego2006-12-041-1/+0
* FFmpeg-style dependency declarationdiego2006-11-271-4/+3
* Simplify, TARGET_WIN32 is both Cygwin and MinGW.diego2006-11-271-4/+1
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-27/+1
* Disable when HAVE_SYS_MMAN_H is not defined, since it can not be compiled then.reimar2006-11-261-0/+3
* Adjust icon path since windres is now called from osdep subdirreimar2006-11-261-1/+1
* Remove useless fd parameter for mmap_anonreimar2006-11-262-6/+3
* Remove superfluous comment.diego2006-11-251-3/+0
* all should be the first target.diego2006-11-251-2/+2
* 10l copy + paste typodiego2006-11-251-1/+1
* Simplify LIBNAME target with $@ and $^.diego2006-11-251-2/+2
* Remove commented-out cruft.diego2006-11-251-4/+0
* Move osdep/mplayer.rc handling to the osdep Makefile.diego2006-11-251-0/+6
* added mmap_anon to osdep lib. Used in loader for nownplourde2006-11-253-0/+76
* Unify dep/depend targets.diego2006-11-201-3/+1
* * remove extern definitions of functions in .c filesattila2006-09-121-0/+3
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-1/+1
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
* Remove now obsolete .cvsignore files.diego2006-06-021-1/+0
* remove useless cruft (caused error tz undefined)rfelker2006-05-131-4/+2
* 10l, fix broken if (X >= Y >= Z) comparison, probably stopped F-keys from wor...reimar2006-04-151-1/+1
* getch2 should wait for input. Fixes 100% CPU usage during cache fill.reimar2006-04-101-0/+1
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-251-3/+10
* Missing initializationreimar2006-03-081-1/+1
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-094-14/+14
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* AIX PPC portdiego2005-12-291-3/+3
* change erase to end of line, fall back to old behavior if no termcap foundods152005-12-292-4/+3
* Fix erase to end of line with windows, windows terminal does not supportods152005-12-271-1/+1
* 10000l to me, broke compilation on mingw, erase_to_end_of_line needs to beods152005-12-261-0/+1
* - move our setenv() fallback implementation to osdepal2005-12-262-1/+30
* Use termcap "erase to end of line" character code instead of using spacesods152005-12-252-0/+6
* Unify include paths, -I.. is in CFLAGS.diego2005-11-1414-17/+17
* libvo input cleanup: remove the dependency on libinput,albeu2005-11-021-6/+19
* fix broken (off-by-one) behavior of our strl* functions (patch by reimar)rfelker2005-10-251-17/+5
* use libvbe from vesautilsalex2005-08-185-2027/+0
* add some closedir() to fix some opendir() leaksaurel2005-07-221-1/+3
* proper disabling/enabling of console output for vo_vesaaurel2005-07-161-21/+26
* not used anymorereimar2005-05-271-9/+0
* DragonFly BSD supportdiego2005-05-251-3/+3
* use sleep_accurate darwin timernplourde2005-04-271-1/+11
* - fix gcc warnings, strlcat/strlcpy prototypesrathann2005-04-061-3/+4
* add support for macosx finder argument support (let you bundle mplayer to be ...nplourde2004-11-102-0/+111
* repace call to sleep_accurate to usleep which fix hang while using -cache opt...nplourde2004-10-271-9/+1
* Zeta OS support, mostly working.reimar2004-10-114-0/+23
* Currently vbeGetProtModeInfo call the 0x4f0a function of int 10h the getfaust32004-10-061-8/+3
* stdout and stderr are macros --- you can't assign to them. Assignment doesn't...faust32004-09-161-2/+2
* fix slave mode for mingw, patch by Anton Ragnarsson <anton.ragnarsson.1093 at...faust32004-08-131-12/+6
* And a tiny compile fix.wight2004-08-041-1/+1
* Native darwin timer update.wight2004-08-044-107/+63
* typodiego2004-06-281-1/+1
* mingw crosscompiling step 1faust32004-06-271-2/+2
* 10lfaust32004-06-261-1/+1
* neomagic tv out support throught vesa vbe, patch by Rudolf Marekalex2004-06-252-0/+44
* string handling security fixesdiego2004-06-252-1/+49
* name changediego2004-06-251-2/+2
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+1
* morphos support by Nicolas Detalex2004-04-051-1/+1
* 10l for the orignial author and 1000l for me for commiting a broken workaroundfaust32004-04-041-2/+2
* fseeko emulation patch by Steven M. Schultz <sms at 2bsd.com>faust32004-03-262-1/+85
* The attached patch fixes a minor build problem on GNU/k*BSD: getch2.c shoulddiego2004-03-241-3/+3
* disable buggy code, patch by Romain Dolbeaualex2004-01-281-0/+4
* Modification statement added.diego2004-01-161-0/+2
* happy new year, copyright is MPlayer team now, naming cosmeticsdiego2004-01-121-2/+2
* linux 2.6 patch by "ismail 'cartman' dönmez" <ismail.donmez@boun.edu.tr>attila2004-01-101-0/+9
* Save fs before calling vm86, this might eleminate bugs (if there were any) in...alex2003-11-241-1/+3
* Sleep(0) != usleep(0), bugreport by Paul-Kenji Cahierfaust32003-11-161-0/+4
* cumulative libc5 compatibility patch ;)gabucino2003-11-132-0/+10
* Fix pthread & lrmi segfault issue. ("Oleg I. Vdovikin" <vdovikin@jscc.ru>)ranma2003-11-111-0/+8
* add a read function for slave mode on mingwfaust32003-09-221-0/+19
* warning fix (missing C initializer)pl2003-09-121-2/+2
* 10lalex2003-08-031-3/+0
* Obsoleted by timer-win2.c.diego2003-06-181-71/+0
* obsoleted by timer-darwin.cdiego2003-06-111-64/+0
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...arpi2003-06-091-1/+0
* fix volume increasingfaust32003-06-011-1/+3
* use threads on windowsfaust32003-05-261-1/+1
* Precise timer for Darwin (it's more accurate than timer-macosx.c)alex2003-05-212-2/+171
* uninit fix by Aurelien JACOBS <aurel at gnuage.org>faust32003-05-161-1/+1
* alternative timer and glob emulation code for mingw32 portfaust32003-04-255-3/+145
* windows resource file for versioninfo and iconfaust32003-04-201-0/+39
* disable getch2 on windows when we can't read stdin (msys)faust32003-04-191-3/+10
* mem mapped area need to be unmapped.albeu2003-04-122-2/+9
* keypad and function (f1-f10) suppport (currently only vo_sdl and the terminal...alex2003-04-091-0/+17
* Unbreakrguyom2003-04-041-0/+1
* enable timer-win and getch2-win for mingw32faust32003-04-041-4/+13
* gettimeofday() emulation using ftime()faust32003-04-041-0/+11
* Support for "internet" or "multimedia" keyboards in X11.albeu2003-04-041-0/+6
* atm shmem.c is only needed for cache2faust32003-04-021-0/+4
* windows getch2 for MINGW32 portfaust32003-03-301-0/+109
* high precision timer for windows patch by Frodo <csharprules at hotmail.com>faust32003-03-301-0/+71
* precise macosx timer by Dan Christiansen <danchr@daimi.au.dk> and 10l fix by mealex2003-02-192-2/+73
* linux->osdeparpi2003-02-0916-0/+2705