summaryrefslogtreecommitdiffstats
path: root/osdep
Commit message (Expand)AuthorAgeFilesLines
* cocoa: fix opening quarantined files on 10.9 with the bundle [2]Stefano Pigozzi2013-10-251-2/+2
* cocoa: fix opening quarantined files on 10.9 with the bundleStefano Pigozzi2013-10-241-2/+7
* cocoa: fix race condition with input context creationStefano Pigozzi2013-10-242-0/+14
* getch2: remove pointless ifdefferywm42013-10-171-8/+0
* Copyright, LICENSE: switch to GPL version 2 or laterwm42013-10-131-1/+1
* osx: fix buildwm42013-09-271-2/+2
* win32: edit resource files, in particular set CompanyNamewm42013-09-232-5/+5
* macosx_application: fix regression causing crashStefano Pigozzi2013-09-191-2/+11
* osdep/path: remove ifdefswm42013-09-181-6/+0
* macosx: move bundle path stuff to path-macosx.mStefano Pigozzi2013-09-183-33/+14
* path, win32: redo user configfile path handlingwm42013-09-183-2/+86
* win32: add getenv() UTF-8 variantwm42013-09-182-0/+62
* HIDRemote: remove OS X version checksStefano Pigozzi2013-09-171-44/+1
* macosx_application: remove deprecation warning on OS X 10.9Nyx0uf2013-09-161-15/+29
* macosx_application: fix file opening on 10.9 (for real this time)Stefano Pigozzi2013-09-131-1/+1
* macosx_application: fix file opening on OS X 10.9 (hopefully)Stefano Pigozzi2013-09-121-1/+10
* macosx_application: handle mpv:// linksStefano Pigozzi2013-09-071-0/+7
* macosx_application: handle URL events as fileopen eventsStefano Pigozzi2013-09-071-0/+30
* macosx_events: fix modifiers handling with media keysStefano Pigozzi2013-09-051-1/+1
* macosx_events: send a `release all` after key up eventsStefano Pigozzi2013-09-021-0/+2
* macosx_events: remove duplicationStefano Pigozzi2013-09-021-29/+33
* cocoa: enqueue events only if input context is presentStefano Pigozzi2013-09-011-1/+2
* osx: use MP_KEY_* instead of MK_* for media keysStefano Pigozzi2013-09-011-3/+3
* cocoa: let the core handle key repeatsStefano Pigozzi2013-08-303-6/+17
* macosx: remove platform specific input queueStefano Pigozzi2013-08-134-65/+3
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-068-14/+14
* mpv.rc: update Windows iconJames Ross-Gowan2013-07-301-1/+1
* getch2: Load the "ce", "ks" and "ke" caps into a static bufferDiogo Franco (Kovensky)2013-07-261-3/+6
* getch2: Deactivate getch2 on SIGINT; also handle SIGQUITDiogo Franco (Kovensky)2013-07-261-0/+4
* getch2: Only send ESC if it was typed twiceDiogo Franco (Kovensky)2013-07-261-3/+5
* getch2: Handle setupterm errorsDiogo Franco (Kovensky)2013-07-261-1/+18
* getch2: fix compilationwm42013-07-261-1/+1
* getch2: Support ESC keypresses againDiogo Franco (Kovensky)2013-07-251-1/+9
* getch2: Doing it right this timeDiogo Franco (Kovensky)2013-07-251-1/+1
* Revert "getch2: Avoid possible infinite loop"Diogo Franco (Kovensky)2013-07-251-4/+4
* getch2: Avoid possible infinite loopDiogo Franco (Kovensky)2013-07-251-4/+4
* getch2, mplayer: Always call load_termcapDiogo Franco (Kovensky)2013-07-251-0/+5
* getch2: Remove unused function, fix possible crashDiogo Franco (Kovensky)2013-07-251-25/+19
* getch2: Refactor/rewriteDiogo Franco (Kovensky)2013-07-251-192/+344
* cocoa_common: handle keyboard modifiers for mouse eventsStefano Pigozzi2013-07-213-13/+24
* w32: update manifest for high DPI and Windows 8.1James Ross-Gowan2013-07-141-0/+18
* getch2-win: uncrustifywm42013-07-141-116/+118
* osdep: remove unused mmap compatibility hackswm42013-07-073-168/+0
* cocoa: remove usage of mp_fifoStefano Pigozzi2013-07-034-11/+2
* core: cleanup more mp_fifo leftoverswm42013-07-023-8/+6
* OSX: fix compilation with 10.7 SDKStefano Pigozzi2013-06-193-1/+61
* osdep: remove shmem wrapperwm42013-06-182-164/+0
* macosx_events: handle key modifiers with media keysStefano Pigozzi2013-06-062-27/+56
* macosx_events: DRY up key lookup over dictionaryStefano Pigozzi2013-06-051-10/+12
* macosx_events: make remote property an instance variableStefano Pigozzi2013-06-052-7/+8
* osx: improve Media Keys supportStefano Pigozzi2013-06-044-31/+109
* osx: add Apple Remote supportStefano Pigozzi2013-06-035-3/+2512
* osx: implement media keysStefano Pigozzi2013-06-033-1/+33
* macosx_events: send all queued eventsStefano Pigozzi2013-06-031-2/+3
* osx: cocoa_common: use default wakeup periodStefano Pigozzi2013-06-031-0/+8
* osx: create macosx_events to deal with keyDown eventsStefano Pigozzi2013-06-035-26/+268
* macosx_application: refactor psn matching codeStefano Pigozzi2013-05-301-7/+5
* macosx_application: refactor filename escapeStefano Pigozzi2013-05-301-14/+8
* macosx_application: use @autoreleasepoolStefano Pigozzi2013-05-302-35/+25
* macosx_application: move escape_loadfile_name in this fileStefano Pigozzi2013-05-301-0/+21
* macosx_application: fix menu 'ghosting'Stefano Pigozzi2013-05-261-0/+7
* Replace calls to usec_sleep()wm42013-05-262-9/+0
* Replace all calls to GetTimer()/GetTimerMS()wm42013-05-262-12/+0
* timer: use gettimeofday() on Windowswm42013-05-261-1/+4
* timer: refactor, add 64 bit timer functionwm42013-05-265-96/+138
* macosx_application: implement "Quit & remember position"Stefano Pigozzi2013-05-232-7/+20
* input: do property expansion for all input command string argumentswm42013-05-181-1/+1
* macosx_application: fix crash when quitting playerStefano Pigozzi2013-05-121-1/+5
* macosx_application: add menu item for hide operationStefano Pigozzi2013-05-121-0/+2
* OSX: run native event loop in a separate threadStefano Pigozzi2013-05-123-59/+71
* OSX: use native Cocoa's event loopStefano Pigozzi2013-05-125-126/+446
* mp_msg: fix status output disappearing when redirecting INPUT.Rudolf Polzer2013-03-181-2/+2
* Prefix keycode defines with MP_wm42013-02-122-52/+52
* cocoa_events: remove this functionalityStefano Pigozzi2013-02-022-167/+0
* mp_msg, getch2: unix tty background supportRudolf Polzer2013-01-233-17/+104
* Replace strsep() useswm42013-01-132-88/+0
* windows support: fix _wstat misusagewm42013-01-132-2/+2
* osdep: remove gettimeofday() emulationwm42013-01-131-29/+0
* osdep: remove setenv() emulationwm42013-01-131-43/+0
* osdep: remove broken vsscanf() emulationwm42013-01-131-36/+0
* Update copyright yearwm42013-01-041-1/+1
* path: add mp_find_config_file and reorganize some of the codeStefano Pigozzi2012-12-152-0/+56
* Rename directories, move files (step 2 of 2)wm42012-11-129-13/+13
* build: fix compilation on Windows (manifest files)wm42012-10-202-0/+0
* Rename to "mpv"wm42012-10-124-10/+10
* windows support: include io.h when building on CygwinKovensky2012-09-301-0/+4
* getch2: request at least 1 byte of input each readRudolf Polzer2012-09-191-1/+1
* timer: remove timer_namewm42012-09-074-14/+0
* macosx_finder_args: fix file open orderStefano Pigozzi2012-08-161-1/+3
* macosx_finder_args: make work with recent changesStefano Pigozzi2012-08-162-4/+4
* cache2: allow cache sizes up to 4 TBmplayer-svn2012-08-032-9/+17
* osdep:/glob-win.c: reformatmplayer-svn2012-08-031-55/+47
* Remove leftover BeOS support stuffwm42012-08-033-38/+0
* mplayer: turn playtree into a list, and change per-file option handlingwm42012-07-312-18/+20
* mp_msg: remove filename_recodewm42012-07-313-69/+0
* Merge remote-tracking branch 'origin/master'wm42012-04-292-0/+167
|\
| * OSX, input: implement wakeup in response to Cocoa eventsStefano Pigozzi2012-04-262-0/+167
* | win32: simplify icon loadingwm42012-04-141-3/+3
* | Merge remote-tracking branch 'origin/master'wm42012-04-137-470/+17
|\|
| * build: remove OS/2 supportUoti Urpala2012-04-066-466/+3
| * input: stop trying to read terminal input on EOFUoti Urpala2012-04-063-4/+14
* | win32: use more unicode functionswm42012-04-062-5/+22
* | Merge remote-tracking branch 'origin/master'wm42012-04-013-132/+99
|\|
| * macosx_finder_args: use a custom logfile instead of system.logStefano Pigozzi2012-03-251-0/+12
| * macosx_finder_args: use cocoa instead of carbonStefano Pigozzi2012-03-253-132/+87
| * input: handle UTF-8 terminal inputwm42012-03-251-0/+11
| * input: allow unicode keys and reassign internal key codeswm42012-03-251-1/+1
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-164-2/+331
|\|
| * windows: terminal: unicode, --msgcolor, size changeMartin Herkt2012-03-093-0/+66
| * windows support: unicode filenameswm42012-03-092-0/+261
| * cleanup: Silence compilation warnings on MinGW-w64wm42012-03-012-2/+4
* | input: restore terminal attributes after resumewm42012-02-251-6/+21
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-02-191-1/+1
|\|
| * Update copyright yearUoti Urpala2012-01-281-1/+1
* | input: fix "enter" on consolewm42012-02-191-8/+9
* | input: handle UTF-8 terminal inputwm42012-01-181-0/+10
* | input: allow unicode keys and reassign internal key codeswm42012-01-181-1/+1
|/
* getch2.c: fix negative keycodes returned for non-asciiUoti Urpala2011-10-031-1/+1
* osdep/mplayer.rc: change to use "mplayer2" nameMartin Herkt2011-08-211-7/+6
* build: fix --enable-debug, remove some "#ifdef MP_DEBUG"Uoti Urpala2011-07-301-3/+0
* options: change option parsing to use bstrUoti Urpala2011-07-291-1/+1
* options: indicate ambiguous option parameters explicitlyUoti Urpala2011-07-291-1/+1
* input: don't make fd 0 nonblockingUoti Urpala2011-07-171-5/+0
* input: make slave command file descriptors nonblockingUoti Urpala2011-05-041-2/+2
* input: move all key code lists to input/keycodes.hUoti Urpala2011-05-024-106/+3
* input: make stdin non-blocking for terminal inputUoti Urpala2011-04-281-1/+7
* tl_matroska.c: move the find_files() function hereUoti Urpala2011-03-032-79/+0
* bstr.[ch], path.[ch]: add string and path handling functionsUoti Urpala2011-02-261-27/+7
* osdep: tweak some #includesdiego2011-01-315-1/+6
* build: cygwin: don't rely on _WIN32 being definedreimar2011-01-291-1/+1
* Merge branch 'hr-seek'Uoti Urpala2010-12-201-0/+6
|\
| * input: support bindings with modifier keys for X inputUoti Urpala2010-12-201-0/+6
* | vd_ffmpeg: set thread count to number of cores on machine by defaultUoti Urpala2010-12-202-0/+67
|/
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-2/+1
* osdep/macosx_finder_args.h: include required header m_config.hdiego2010-11-021-0/+1
* osdep: Fix gettimeofday type to match the real onereimar2010-11-021-1/+2
* Windows support: add a manifest filereimar2010-11-022-0/+22
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30848Uoti Urpala2010-03-102-23/+21
|\
| * 1. Move the macros for priority classes for OS/2 from priority.c to osdep.hkomh2010-03-042-23/+21
* | Merge svn changes up to r30798Uoti Urpala2010-03-102-13/+57
|\|
| * Add cddb:// support for OS/2komh2010-02-281-0/+33
| * Add support for reading key events from MinGW xterm.reimar2010-02-281-1/+10
| * Make -slave also work with the normal console on Windows.reimar2010-02-271-3/+8
| * Do not misuse the stdin name.reimar2010-02-271-10/+8
| * Include getch2.h to get rid of some warnings.reimar2010-02-271-0/+1
* | Merge svn changes up to r30748Uoti Urpala2010-03-101-1/+1
|\|
| * Do not cast the results of malloc/calloc/realloc.diego2010-02-261-1/+1
* | Merge svn changes up to r30732Uoti Urpala2010-03-104-3/+42
|\|
| * Add header for macosx_finder_args() instead of forward declaring it.diego2010-02-232-0/+27
| * Mark sleep_accurate() as static, it is only used within the file.diego2010-02-221-1/+1
| * Conditionally declare mp_input_slave_cmd_func().diego2010-02-221-2/+1
| * Properly declare get_term_charset() instead of forward declaring it.diego2010-02-221-0/+13
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-205-5/+0
| * #include corresponding .h files in .c files.diego2010-02-164-0/+5
* | Merge svn changes up to r30375Uoti Urpala2010-01-252-0/+31
|\|
| * Add a proper header for our strsep implementation so strsep willreimar2010-01-172-0/+31
* | Merge svn changes up to r30236Uoti Urpala2010-01-081-1/+1
|\|
| * Happy new year!zuxy2010-01-071-1/+1
* | 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)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