summaryrefslogtreecommitdiffstats
path: root/osdep
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r29412Uoti Urpala2009-07-073-5/+7
|\
| * Use a malloced string for the get_term_charset return value.reimar2009-05-313-5/+7
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-139-42/+42
* | Remove trailing whitespace from most filesUoti Urpala2009-07-0714-46/+41
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-1/+1
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-1/+1
* | Merge svn changes up to r29277Uoti Urpala2009-05-082-8/+11
|\|
| * Add missing 'void' to parameterless function declarations.diego2009-05-042-5/+5
| * cosmetics: reindentdiego2009-04-191-31/+38
* | Merge branch 'ordered_chapters'Uoti Urpala2009-04-082-0/+99
|\ \
| * | Initial ordered chapters supportUoti Urpala2009-04-022-0/+99
* | | Merge svn changes up to r29117Uoti Urpala2009-04-011-1/+1
|\ \ \ | |/ / |/| / | |/
| * cosmetics: Remove file names from file header, it only causes trouble.diego2009-03-151-1/+1
* | Merge svn changes up to r28862Uoti Urpala2009-03-0720-20/+383
|\|
| * Add back mistakenly removed copyright notice.diego2009-03-031-0/+2
| * Add standard license headers to files.diego2009-03-0120-20/+381
* | Merge svn changes up to r28537Uoti Urpala2009-02-122-0/+120
|\|
| * Remove unnecessary _UWIN #define.diego2009-02-111-3/+0
| * Add priority support for OS/2 and factorize the Windows priority support.diego2009-02-102-0/+123
* | Merge svn changes up to r28341Uoti Urpala2009-01-191-1/+1
|\|
| * Update copyright year, patch by Zhou Zongyi, zhouzongyi pset.suntec net.diego2009-01-151-1/+1
* | Merge svn changes up to r28310Uoti Urpala2009-01-152-6/+11
|\|
| * timer-win2.c: Fix "voi" (void) typo breaking Windows compilationuau2009-01-051-1/+1
| * Add missing 'void' keyword to parameterless function declarations.diego2009-01-052-7/+13
* | Merge svn changes up to r28087Uoti Urpala2008-12-042-10/+10
|\|
| * Get rid of pointless 'extern' keywords.diego2008-12-033-12/+12
* | Use correct terminal "clear line" codeUoti Urpala2008-08-131-1/+1
* | Include corresponding .h in some .c filesUoti Urpala2008-08-121-0/+1
* | Merge svn changes up to r27441Uoti Urpala2008-08-083-5/+5
|\|
| * Rename font-related preprocessor directives.diego2008-08-073-5/+5
* | Merge svn changes up to r27399Uoti Urpala2008-08-023-9/+9
|\|
| * Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-013-9/+9
* | Merge svn changes up to r27374Uoti Urpala2008-07-303-12/+12
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-303-12/+12
* | Merge svn changes up to r26979Uoti Urpala2008-06-043-4/+4
|\|
| * cosmetics: Remove useless parentheses from return statements.diego2008-05-163-4/+4
| * Remove useless variable startup_time, since we do not need it any more.ulion2008-05-051-5/+4
* | Merge svn changes up to r26624Uoti Urpala2008-05-011-2/+2
|\|
| * Use consistent include paths, we always build from the top level now.diego2008-04-301-2/+2
* | Add a context for mp_fifoUoti Urpala2008-04-294-7/+8
* | mp_fifo.c, osdep/: Include corresponding .h in .c filesUoti Urpala2008-04-295-0/+8
* | Merge svn changes up to r26587Uoti Urpala2008-04-291-4/+2
|\|
| * Force to uint64_t first to avoid direct conversion from double to unsigned int.ulion2008-04-281-4/+2
* | osdep: Remove cruftUoti Urpala2008-04-282-21/+0
* | timers: Remove GetRelativeTime()Uoti Urpala2008-04-284-44/+2
* | osdep: Change timer_name to a saner typeUoti Urpala2008-04-284-4/+4
|/
* Merge osdep/Makefile into the top-level Makefile, thus getting riddiego2008-04-081-23/+0
* Move decision about which getch2 and timer file to compile to configure.diego2008-04-081-17/+3
* Move decision about whether or not to compile osdep/mmap_os2.c to configure.diego2008-04-081-3/+1
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-072-0/+3
* mmap() support for OS/2diego2008-02-273-0/+269
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-225-15/+15
* OS/2 getch2() supportdiego2008-02-213-0/+211
* Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.diego2008-02-212-2/+2
* Remove pointless #ifdefs around extern declarations.diego2008-02-201-2/+0
* Happy New Year!zuxy2008-01-021-1/+1
* Add multiple inclusion guards to all header files that lack them.diego2008-01-014-0/+18
* Replace multiple inclusion guards with leading underscores by default names.diego2008-01-011-3/+3
* Fix warnings when compiling test application.diego2007-12-281-1/+2
* Make windres binary name configurable, useful for cross-compiling.diego2007-12-281-1/+1
* Rename timer-lx.c --> timer-linux.c.diego2007-11-212-1/+1
* main() --> main(void)diego2007-11-213-3/+3
* Fix GetTimerMS() discontinuous return value bug caused by GetTimer() overflowulion2007-10-231-1/+2
* getch2: Fix incorrect testuau2007-09-151-1/+1
* warning fix:diego2007-08-251-1/+1
* Clean up getch2() code somewhatuau2007-08-251-69/+102
* Make terminal input work more like VO key inputuau2007-08-253-17/+18
* Identifiers starting with underscores are reserved.diego2007-07-311-3/+3
* Remove unused scandir() check and fallback implementation.diego2007-07-172-134/+0
* Remove unused ftello() check and fallback implementation.diego2007-07-172-20/+0
* Remove unused fseeko() check and fallback implementation.diego2007-07-172-68/+0
* Remove empty strlcat and strlcpy filesreimar2007-07-062-0/+0
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyreimar2007-07-053-39/+0
* "()" to "(void)" function param list fixesuau2007-04-012-2/+2
* Update copyright year.diego2007-03-241-1/+1
* Do not disable cache on MinGW, just disable shmem compilation.diego2007-03-171-1/+1
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-1/+0
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-17/+17
* Add code to detect and convert to console codepage on Windows.reimar2007-03-042-0/+58
* Include stdio.h for printfreimar2007-03-041-0/+3
* Move the decision about stream cache compilation to configure.diego2007-02-271-2/+0
* Move glob-win.c out of MinGW section, configure handles it.diego2007-02-271-1/+1
* 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)pl