summaryrefslogtreecommitdiffstats
path: root/osdep
Commit message (Expand)AuthorAgeFilesLines
* mpv.rc: readd actual version infoRicardo Constantino2018-01-011-2/+2
* build: move copyright statement to a shared locationwm42018-01-012-2/+3
* Update copyright yearwm42018-01-011-1/+1
* subprocess-win: don't change the mouse cursor in CreateProcesspavelxdd2017-12-141-1/+1
* terminal-unix: fix race condition with tty resetDrew DeVault2017-12-091-10/+10
* terminal-unix: switch back to poll(3)Drew DeVault2017-12-091-15/+9
* osdep: add poll shim for macOSDrew DeVault2017-12-092-0/+82
* terminal-unix: fix busy looping on LinuxDrew DeVault2017-12-081-2/+1
* Use /dev/tty instead of stdin for terminal inputDrew DeVault2017-12-081-18/+43
* build: remove nanosleep() checkwm42017-12-021-9/+0
* build: remove termios checkwm42017-12-021-14/+0
* ao: simplify hack for float atomicswm42017-11-301-0/+3
* win32: fix semantics of POSIX 2008 locale stubsJames Ross-Gowan2017-11-192-4/+19
* stream_libarchive, osdep: use stubs for POSIX 2008 locale on MinGWwm42017-11-121-0/+7
* osx: fix the bundle $PATH yet againAkemi2017-11-111-1/+1
* win32: add more-POSIXy versions of open() and fstat()James Ross-Gowan2017-10-252-39/+296
* osx: add right MacPorts paths to our bundle $PATHAkemi2017-10-071-2/+3
* osx: add some common paths to our $PATH when started from bundleAkemi2017-10-031-0/+8
* osx: fix bundle on macOS High Sierra (10.13)Akemi2017-10-032-6/+21
* android: posix_spawn(p) replacementsfan52017-09-224-1/+143
* osdep/io: add android related bullshitJan Ekström2017-09-181-0/+27
* osx: fix media keys input when other Apps steal the priorityAkemi2017-09-073-0/+27
* osx: fix build on macOS 10.11 and earlierAkemi2017-08-262-2/+8
* win32: fix massive memory corruption (take 2)wm42017-08-211-3/+4
* win32: fix massive memory corruptionwm42017-08-211-2/+6
* osx: remove the standard "Show Tab Bar" menu itemAkemi2017-08-181-0/+3
* osx: code cleanups and cosmetic fixesAkemi2017-08-182-5/+7
* osx: refactor menu bar creationAkemi2017-08-184-81/+686
* osx: move menu bar creation into its own fileAkemi2017-08-186-142/+211
* {demux_mf,osdep/io}: disable glob usage when it is not availableJan Ekström2017-08-051-1/+1
* w32_common: handle media keysJames Ross-Gowan2017-08-052-0/+23
* subprocess-win: fix swprintf usageJames Ross-Gowan2017-07-291-1/+2
* subprocess-win: don't leak pipe handle on errorJames Ross-Gowan2017-07-281-1/+3
* subprocess-win: remove VLA usageJames Ross-Gowan2017-07-261-2/+4
* Universal Windows Plaform (UWP) supportPedro Pombeiro2017-06-296-3/+89
* Avoid calling close(-1)wm42017-06-292-20/+24
* build: change how some OS specific source files are selectedwm42017-06-293-10/+40
* build: replace glob() check and assume it's always in POSIXwm42017-06-291-1/+1
* terminal: remove unused return valuewm42017-06-273-6/+3
* osx: change license of OSX and cocoa files to LGPLwm42017-06-2410-71/+71
* w32_common, w32_keyboard: change license to LGPLwm42017-06-242-14/+14
* Revert "osdep: NetBSD pthread_setname_np()"wm42017-06-221-6/+0
* win32: pthread: avoid using TLS, simplify pthread_twm42017-06-152-48/+89
* terminal: change license to LGPLwm42017-06-143-32/+25
* mpv.rc, mpv.exe.manifest: change license to LGPLwm42017-06-121-9/+7
* win32: pthread: use the new thread naming APIJames Ross-Gowan2017-05-183-1/+27
* osdep/compiler.h: change license to LGPLwm42017-05-081-14/+8
* osdep/timer*: change license to LGPLwm42017-05-053-23/+21
* osx: fix deadlock on exit with libmpv on OSXwm42017-04-191-8/+11
* Fix use of ISC licensewm42017-04-154-2/+37
* win32: fix mismatched free/talloc_freewm42017-04-121-1/+1
* win32: rewrite getcwd() using GetFullPathNameWwm42017-04-111-2/+11
* win32: add UTF-8 getcwd() wrapperwm42017-04-112-0/+20
* osx: fix Touch Bar access on systems without Touch Bar supportAkemi2017-04-021-4/+7
* osx: fix event propagation of menu bar item key shortcutsAkemi2017-03-271-4/+3
* osx: fix key input in certain circumstancesAkemi2017-03-265-25/+15
* osx: initial Touch Bar supportAkemi2017-03-267-0/+433
* osx: add key mappings for previous and next Media KeysAkemi2017-03-091-3/+5
* osx: drop support for OS X 10.7 and earlierAkemi2017-02-272-31/+0
* cocoa: fix dragging out of focus windowAkemi2017-02-211-0/+1
* osx: improve bundle handlingAkemi2017-02-161-50/+5
* cocoa: gracefully quit from the Dock's context menuAkemi2017-02-161-4/+10
* atomic: remove __atomic builtin usagewm42017-02-131-30/+7
* vo_opengl: angle: rewrite with custom swap chainJames Ross-Gowan2017-02-071-0/+8
* win32: add COM-specific SAFE_RELEASE to windows_utils.hJames Ross-Gowan2017-01-301-0/+4
* atomic: drop __sync builtinswm42017-01-271-19/+0
* Update copyright yearwm42017-01-011-1/+1
* cocoa: cosmetic fixesAkemi2016-12-162-6/+11
* cocoa: fullscreen refactoringAkemi2016-12-151-0/+1
* cocoa: support append file to paylist on dropAkemi2016-12-141-1/+4
* osx: update the menu and remove conflicting itemAkemi2016-12-121-7/+5
* win32: fix some Clang warningsJames Ross-Gowan2016-11-171-3/+3
* build: fix compilation with mingw-w64/ClangJames Ross-Gowan2016-11-171-1/+1
* terminal-win: support modifier keys in console inputJames Ross-Gowan2016-10-141-2/+14
* terminal-win: clean up console inputJames Ross-Gowan2016-10-141-49/+33
* win32: build with -DINITGUIDJames Ross-Gowan2016-09-281-1/+0
* player: do not let pseudo-gui override user config settingswm42016-09-231-2/+4
* cocoa: fix macOS 10.12 deprecation warningsAkemi2016-09-223-9/+42
* player: make --terminal freetly settable at runtimewm42016-09-192-4/+3
* terminal-unix: don't send quit command on terminal_uninit()wm42016-09-191-4/+8
* osdep: rename atomics.h to atomic.hwm42016-09-072-3/+3
* atomics: readd some emulationwm42016-09-061-0/+43
* build: always require atomicswm42016-08-051-21/+8
* osdep/io: introduce mp_flush_wakeup_pipe()Rostislav Pehlivanov2016-07-302-0/+9
* Use - as command-name separator everywhereTimotej Lazar2016-07-141-1/+1
* win32: mpv.rc: re-add version infoJames Ross-Gowan2016-07-121-7/+25
* subprocess: add a callback to ignore outputBen Boeckel2016-07-052-0/+6
* Fix misspellingsstepshal2016-06-262-5/+5
* build: silence -Wunused-resultNiklas Haas2016-06-071-3/+3
* win32: pthread: use SRW locks by defaultwm42016-05-242-20/+33
* mpv.rc: remove most contentswm42016-03-141-21/+0
* glob-win: relicense to LGPLJames Ross-Gowan2016-02-181-7/+7
* windows_utils: try and use FormatMessage for errors.Kevin Mitchell2016-02-172-3/+23
* dxva2: use mp_HESULT_to_str on FAILED(hr)Kevin Mitchell2016-02-161-0/+35
* cocoa: fix charcode retrieving for accented charactersAlexis Nootens2016-02-151-1/+2
* Initial Android supportJan Ekström2016-02-103-0/+102
* build: make posix_spawn optionalwm42016-02-081-0/+12
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-1912-84/+85
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-115-5/+5
* ao_wasapi: move out some utility functionswm42016-01-112-0/+126
* win32: fix fd://James Ross-Gowan2016-01-071-0/+7
* Update copyright yearwm42016-01-011-1/+1
* path-win: include initguid.hKevin Mitchell2015-12-201-0/+1
* win32: add Windows 10 compatibility GUIDJames Ross-Gowan2015-12-201-0/+2
* win32: path: use Known Folder IDsJames Ross-Gowan2015-12-201-7/+9
* win32: use PIPE_REJECT_REMOTE_CLIENTSJames Ross-Gowan2015-12-201-1/+2
* win32: remove ProcThreadAttributeList dynamic loadingJames Ross-Gowan2015-12-201-36/+6
* win32: remove SetDllDirectoryW dynamic loadingJames Ross-Gowan2015-12-201-4/+1
* win32: fix console output with raw stdio functionsJames Ross-Gowan2015-12-061-8/+7
* input: add append argument to file drop eventKevin Mitchell2015-08-301-1/+1
* atomics: cleanup HAVE_ATOMICS definewm42015-08-131-5/+0
* terminal: disable terminal foreground state pollingwm42015-08-011-2/+1
* win32: revert wchar_t changeswm42015-08-014-21/+21
* win32: more wchar_t -> WCHAR replacementswm42015-07-301-1/+1
* win32: replace wchar_t with WCHARwm42015-07-293-20/+20
* win32: pthread: don't play dirty tricks for mutex initwm42015-07-272-28/+10
* win32: add portable config modewm42015-07-271-9/+30
* player: use exit code 0 by default for quit, 4 for signals, etc.Philip Sequeira2015-07-111-1/+1
* timer: fix a corner case on clock changeswm42015-07-041-1/+4
* win32: use QueryPerformanceCounter for timingJames Ross-Gowan2015-07-041-13/+11
* subprocess, lua: export whether the process was killed by uswm42015-06-273-3/+13
* terminal-unix: set terminal mode on initwm42015-06-271-1/+1
* Revert "win32: add mappings for some special keys"wm42015-06-241-9/+0
* Various spelling fixesMarcin Kurczewski2015-06-181-1/+1
* osx: add NULL check for input context in a missing casewm42015-06-011-1/+2
* osx: synchronize access to the input_ctxwm42015-05-261-18/+30
* osx: never expose input_ctx from EventsResponderwm42015-05-263-20/+33
* win32: do not call timeEndPeriod(1) on terminationwm42015-05-211-8/+0
* Remove trailing whitespacesMichael Vetter2015-05-152-200/+200
* win32: add mappings for some special keyswm42015-05-121-0/+9
* threads: use utility+POSIX functions instead of weird wrapperswm42015-05-114-23/+11
* ao: make better use of atomicswm42015-05-111-0/+1
* atomics: add atomic_fetch_and/atomic_fetch_orwm42015-05-111-7/+20
* Always block SIGPIPE globallywm42015-05-111-3/+0
* build: exclude -Wredundant-declswm42015-05-091-2/+0
* path: make mp_path_join accept normal C stringswm42015-05-092-3/+3
* subprocess-win: use the correct pipe namespaceJames Ross-Gowan2015-05-041-1/+1
* win32: fix desktop directorywm42015-05-031-1/+1
* win32: move platform specifics to osdepwm42015-05-021-0/+28
* build: move main-fn files to osdepwm42015-05-026-7/+76
* cocoa: always compile OSX application code with cocoawm42015-05-023-11/+15
* path: update path descriptionswm42015-05-021-1/+2
* path: add resolving desktop path to platform-specific pathswm42015-05-013-2/+14
* timer: add "static" to a variablewm42015-05-011-1/+1
* path: refactorwm42015-05-014-25/+98
* terminal: printf() is not signal-safewm42015-04-241-2/+1
* subprocess: move implementation for deatched subprocesseswm42015-04-152-0/+60
* subprocess-posix: always connect stdin to /dev/nullwm42015-04-151-1/+12
* Update license headersMarcin Kurczewski2015-04-1313-49/+41
* win32: only attach to the console from mpv.comJames Ross-Gowan2015-04-113-13/+44
* win32: use a platform-specific unicode entry-pointJames Ross-Gowan2015-04-112-28/+0
* subprocess-win: clarify argument escaping logicJames Ross-Gowan2015-03-241-8/+8
* subprocess-win: handle empty arguments correctlyJames Ross-Gowan2015-03-241-0/+6
* osx: terminate argv properly when arguments are removedwm42015-03-061-1/+4
* cocoa: silence -Wlogical-op-parenthesesStefano Pigozzi2015-03-041-1/+1
* msg: use relaxed atomics for log level testwm42015-03-021-0/+5
* cocoa: remove unused functionStefano Pigozzi2015-02-141-7/+0
* cocoa: fix exiting the command line playerwm42015-02-131-4/+3
* osx: move cocoa specific call out of common codewm42015-02-121-0/+2
* win32: fix/change application namewm42015-02-092-3/+3
* osdep/subprocess-posix: remove __GLIBC__ guardKevin Mitchell2015-02-031-3/+2
* msg: add --log-file optionwm42015-01-262-1/+3
* win32: use monotonic clock on windows if possibleHiltjo Posthuma2015-01-191-0/+10
* subprocess-win: Always quote argv[0]James Ross-Gowan2015-01-161-3/+5
* win32: request UTF-16 API variants, Vista+ APIs, and COM C macroswm42015-01-071-1/+0
* terminal: always print to stderr with --no-input-terminalwm42015-01-071-5/+6
* player: use libavutil API to get number of CPUswm42015-01-052-67/+0
* subprocess: allow disabling redirection of stdout/stderrwm42015-01-012-6/+10
* win32: add native wrappers for pthread functionswm42015-01-013-0/+380
* Update copyright yearwm42015-01-011-1/+1
* win32: add mmap() emulationwm42014-12-262-0/+74
* client API: document requirement to block SIGPIPEwm42014-12-241-1/+1
* cocoa: ignore first file open events from command lineStefano Pigozzi2014-12-072-0/+9
* cocoa: use --idle when running inside bundleStefano Pigozzi2014-12-064-152/+56
* cocoa: don't create Dock icon for audio only filesStefano Pigozzi2014-12-051-17/+4
* cocoa: remove urlencoding for url open eventsStefano Pigozzi2014-12-021-0/+2
* cocoa: fix opening reference URLs (.file/id=)Stefano Pigozzi2014-12-011-2/+4
* subprocess-win: remove a Vista-only flagJames Ross-Gowan2014-11-281-3/+2
* subprocess: minor cosmetic cleanupwm42014-11-223-5/+9
* lua: subprocess: move to osdep/subprocess-{win,posix}.cJames Ross-Gowan2014-11-223-0/+547
* Catch SIGPIPEwm42014-11-201-0/+3
* terminal-unix: Add some comments about FD use.Rudolf Polzer2014-11-131-0/+8
* terminal-unix: Fix initial terminal state.Rudolf Polzer2014-11-131-1/+1
* atomics: add atomic_compare_exchange_strong()wm42014-11-091-0/+11
* win32: silence some warningsJames Ross-Gowan2014-11-081-1/+1
* osdep: potentially fix compilation on OpenBSDwm42014-10-311-0/+1
* osdep: add helper for creating a sane pipe()wm42014-10-262-4/+21
* terminal: drop ncurses/terminfo/termcap supportwm42014-10-231-386/+3
* terminal: strictly don't read terminal input if stdout is not a terminalwm42014-10-231-5/+8
* win32: change config path prioritieswm42014-10-231-2/+2
* osdep: NetBSD pthread_setname_np()wm42014-10-221-0/+6
* osdep: shorten thread name on glibc onlywm42014-10-201-3/+7
* osdep: limit thread names to 16 characterswm42014-10-201-1/+1
* Set thread name for debuggingwm42014-10-195-0/+25
* win32: remove an unneeded mechanismwm42014-10-192-7/+3
* win32: remove outdated commentwm42014-10-191-3/+0
* win32: get rid of mp_stat in the normal source codewm42014-10-172-7/+54
* win32: make lseek() fail on pipeswm42014-10-172-0/+19
* cocoa: allow to disable apple remote at compile timeStefano Pigozzi2014-10-171-0/+9
* terminal: recognize ^hwm42014-10-171-0/+1
* cocoa: post keydown and keyup events without event monitorStefano Pigozzi2014-10-092-0/+6
* libmpv/cocoa: don't start the event monitorStefano Pigozzi2014-10-092-10/+21
* Remove mpbswap.hwm42014-09-251-32/+0
* audio: drop swapped-endian audio formatswm42014-09-231-0/+6
* osdep: hack to fix build with low quality pthreads-w32 headerswm42014-09-201-0/+1
* osdep/semaphore_osx.c: Include osdep/semaphore.h before #ifdefDiogo Franco (Kovensky)2014-09-101-3/+2
* osdep: fix windows buildwm42014-09-101-1/+2
* osdep: add POSIX semaphore emulation for OSXwm42014-09-102-0/+179
* terminal-unix: don't read from stdin if it's not a terminalwm42014-09-101-1/+1
* terminal-unix: move to threadwm42014-09-103-37/+73
* terminal-win: minor simplificationwm42014-09-101-2/+2
* win32: add tmpfile() replacementJames Ross-Gowan2014-09-052-0/+37
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-294-2/+137
* bstr: preparation for next commitwm42014-08-291-0/+1
* posix: use STD*_FILENO constantsBen Boeckel2014-08-281-4/+4
* win32: correct SGR sequence handlingJames Ross-Gowan2014-08-241-5/+13
* win32: correct HANDLE typeJames Ross-Gowan2014-08-243-5/+5
* terminal-unix: new input handling codewm42014-08-211-33/+246
* terminal-win: read input from a threadwm42014-08-212-29/+51
* terminal: some cleanupswm42014-08-213-64/+32
* terminal-win: remove nonsensical codewm42014-08-211-9/+0
* win32: emulate some ANSI terminal escape codeswm42014-08-214-41/+82
* terminal-unix: eliminate unnecessary variablewm42014-08-201-5/+2
* cocoa: move handleFilesArray: to macosx_eventsFRAU KOUJIRO2014-08-064-17/+18
* cocoa: move set_input_context to macosx_eventsFRAU KOUJIRO2014-08-064-9/+9
* cocoa: sync inputContext inside EventsResponderFRAU KOUJIRO2014-08-063-12/+28
* cocoa: decouple events from application somewhatFRAU KOUJIRO2014-08-064-64/+118
* Remove the last remains of slave modewm42014-08-013-32/+2
* cocoa: fix key equivalent dispatchingStefano Pigozzi2014-07-302-22/+7
* osdep: don't assume errno is positivewm42014-07-251-2/+2
* cocoa: fix compilation on OS X 10.8Stefano Pigozzi2014-07-142-4/+30
* build: deal with endian messwm42014-07-101-0/+31
* config: use the same signature for win32/OSX specific path functionswm42014-06-263-8/+12
* config: make passing talloc context optional for some functionswm42014-06-262-14/+7
* Basic xdg directory implementationKenneth Zhou2014-06-263-40/+39
* win32: implement --priority differentlywm42014-06-122-94/+0
* input: separate wakeup pipe creation into a separate functionwm42014-05-302-0/+26
* timer: remove unneeded time_t overflow checkwm42014-05-241-12/+1
* timer: workaround for crappy operating systemswm42014-05-231-0/+1
* timer: fix previous commitwm42014-05-221-1/+1
* timer: improve overflow checkswm42014-05-221-4/+5
* timer: fix (usually impossible) timespec.tv_sec overflowwm42014-05-221-1/+13
* osdep: silence a -Wshadow warningwm42014-05-211-2/+2
* timer: account for negative time valueswm42014-05-181-2/+6
* threads: use mpv time for mpthread_cond_timedwait wrapperwm42014-05-184-53/+87
* terminal: always use SA_RESTART with sigaction()wm42014-04-261-1/+1
* threads: fix function namewm42014-04-232-4/+4
* dispatch: move into its own source filewm42014-04-232-249/+0
* glob-win: support UnicodeJames Ross-Gowan2014-04-213-103/+151
* Kill all tabswm42014-04-132-1865/+1865
* client API: add mpv_get_wakeup_pipe convenience functionwm42014-04-122-1/+4
* terminal-unix: reject overlong termcap stringswm42014-04-101-0/+3
* timer: reduce ifdef headsplitting-factorwm42014-03-091-3/+8
* timer: switch to CLOCK_MONOTONICwm42014-03-091-0/+10
* timer: add utility function to get relative timewm42014-02-282-0/+17
* threads: fix wait time overflow checkwm42014-02-261-2/+2
* win32: restore support for exe directory as config directoryelevengu2014-02-141-1/+5
* cocoa: fix deadlock during initialization [2]Stefano Pigozzi2014-02-131-6/+3
* cocoa: fix deadlock during initializationStefano Pigozzi2014-02-131-1/+2
* timer: init only oncewm42014-02-102-3/+18
* threads: add a dispatch queue thingwm42014-02-102-0/+250
* threads: avoid timeout calculation overflowwm42014-02-101-0/+3
* io: make MP_PATH_MAX private to win32 codewm42014-02-032-12/+10
* threads: add function to calculate deadline for timed waitswm42014-01-312-3/+14
* threads: add wrapper for initializing recursive mutexeswm42014-01-312-0/+13
* cocoa: sort files opened from Finder the same way Finder doesBilal Syed Hussain2014-01-201-1/+2
* w32: use the w32_common keymap in terminal-win tooJames Ross-Gowan2014-01-193-40/+130
* io/win32: move mp_attach_console to terminal-win.cMartin Herkt2014-01-163-23/+17
* cocoa: add application icon to the Dock when run from CLIStefano Pigozzi2014-01-141-0/+16
* terminal-unix: fix terminfo/termcap name for cursor upwm42014-01-141-1/+1
* terminal-unix: add fallback for enter keywm42014-01-131-0/+3
* terminal-unix: fix fallbacks in case terminfo/termcap are disabledwm42014-01-131-2/+2
* terminal-unix: add termcap/terminfo documentation linkswm42014-01-131-0/+4
* player: redo terminal OSD and status line handlingwm42014-01-133-8/+16
* terminal: don't initialize termcap etc. if stdout is not a terminalwm42014-01-071-2/+6
* Windows: use roaming AppData instead of localMartin Herkt2014-01-061-1/+1
* win32-console-wrapper: use child process exit codeMartin Herkt2014-01-061-4/+6
* win32-console-wrapper: remove command line manglingMartin Herkt2014-01-061-11/+2
* win32-console-wrapper: Fix heap corruptionMartin Herkt2014-01-061-1/+1
* cocoa: handle files drag and drop on the player video viewStefano Pigozzi2014-01-041-0/+1
* cocoa: refactor files drag and drop on the Dock iconStefano Pigozzi2014-01-041-24/+16
* Add Windows console wrapper program (mpv.com)Martin Herkt2014-01-021-0/+83
* Windows: use the GUI subsystem, attach to consoleMartin Herkt2014-01-022-0/+23
* osdep/io, mp_vfprintf: split out console detectionMartin Herkt2014-01-021-42/+43
* Update copyright yearwm42014-01-011-1/+1
* path-macosx: attempt to fix buildwm42013-12-221-1/+1
* macosx_application: replace mp_msg with stderr for semi-fatal errorwm42013-12-211-3/+4
* path lookup functions: mp_msg conversionswm42013-12-212-3/+7
* input: rework how input sources are addedwm42013-12-213-20/+48
* osdep/priority: drop message output when setting prioritywm42013-12-211-2/+0
* terminal: abstract terminal color handlingwm42013-12-203-9/+75
* terminal: move SIGTTOU signal handler setup codewm42013-12-191-0/+2
* Rename getch2....c/h to terminal....c/hwm42013-12-193-2/+2
* Reduce recursive config.h inclusions in headerswm42013-12-182-3/+0
* stream: move O_BINARY dummy definitionwm42013-12-181-0/+4
* Fix OSX build; remove all remaining mpvcore references11rcombs2013-12-173-5/+5
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-173-4/+4
* Merge mp_talloc.h into ta/ta_talloc.hwm42013-12-171-4/+2
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* Move mpvcore/input/ to input/wm42013-12-173-5/+5
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-161-1/+1
* macosx_events: fix null dereference on uninitStefano Pigozzi2013-12-071-1/+4
* options: add option to disable using right Alt key as Alt GrVivek Jain2013-12-021-2/+8
* osdep/io: also include unistd.hwm42013-11-301-0/+2
* Use O_CLOEXEC when creating FDswm42013-11-302-1/+28
* build: make pthreads mandatorywm42013-11-281-7/+0
* switch the build system to wafStefano Pigozzi2013-11-211-1/+0
* osdep/io.c: include config.hwm42013-11-201-0/+2
* stream: split out pthread helper functionwm42013-11-172-0/+66
* osdep: handle SIGTERMwm42013-11-061-0/+2
* osx: fix -Wshadow warnings on platform specific codeStefano Pigozzi2013-11-041-4/+4
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-033-16/+17
* getch2: assume EOF when input file descriptor is invalidwm42013-10-281-2/+5
* getch2: move global state to file scope variableswm42013-10-281-6/+5
* 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