summaryrefslogtreecommitdiffstats
path: root/osdep
Commit message (Expand)AuthorAgeFilesLines
* 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
*