| Commit message (Expand) | Author | Age | Files | Lines |
* | input: rename recently added HALF_SPACE | wm4 | 2015-10-21 | 1 | -1/+1 |
* | input: add key name for U+3000 IDEOGRAPHIC SPACE | wm4 | 2015-10-21 | 1 | -0/+1 |
* | player: rename and move find_subfiles.c | wm4 | 2015-09-20 | 1 | -1/+1 |
* | command: make "add <property> 0" not change the value | wm4 | 2015-09-10 | 2 | -1/+8 |
* | options: fix --no-config | wm4 | 2015-09-05 | 1 | -1/+1 |
* | input: add append argument to file drop event | Kevin Mitchell | 2015-08-30 | 2 | -7/+15 |
* | lua: implement input_enable_section/input_disable_section via commands | wm4 | 2015-08-06 | 1 | -2/+4 |
* | command: define-section with empty contents removes a section | wm4 | 2015-08-06 | 1 | -1/+1 |
* | command: add a command for defining input bindings | wm4 | 2015-08-06 | 2 | -0/+7 |
* | player: remove higher-level remains of DVD/BD menu support | wm4 | 2015-08-03 | 2 | -5/+0 |
* | player: use exit code 0 by default for quit, 4 for signals, etc. | Philip Sequeira | 2015-07-11 | 1 | -2/+2 |
* | input: fix exit code for quit-watch-later command | wm4 | 2015-07-08 | 1 | -1/+1 |
* | ipc: fix undefined behavior in some error cases | wm4 | 2015-07-06 | 1 | -1/+2 |
* | ipc: add request_id to json | Preston Hunt | 2015-07-03 | 1 | -0/+10 |
* | input: improve wording of key binding messages | wm4 | 2015-06-30 | 1 | -2/+2 |
* | command: add keypress, keydown, and keyup commands. | torque | 2015-06-11 | 2 | -0/+6 |
* | player: use 4 as process exit code on user quits | wm4 | 2015-06-10 | 1 | -1/+1 |
* | command: remove deprecated get_property command | wm4 | 2015-05-27 | 2 | -2/+0 |
* | input: remove some unneeded things | wm4 | 2015-05-26 | 2 | -34/+5 |
* | input: allow - as separator between commands, instead of _ | wm4 | 2015-05-25 | 3 | -53/+61 |
* | input: add relative percentage seek | rrooij | 2015-05-19 | 1 | -0/+1 |
* | command: add playlist_shuffle command | wm4 | 2015-05-17 | 2 | -0/+2 |
* | ipc: avoid SIGPIPE | wm4 | 2015-05-12 | 1 | -1/+5 |
* | input: filter out redundant mp_input_set_mouse_pos() calls | wm4 | 2015-05-08 | 1 | -1/+3 |
* | ipc: silence some common info messages | wm4 | 2015-05-05 | 1 | -3/+3 |
* | command: change the default action for rescan_external_files | wm4 | 2015-04-28 | 1 | -1/+1 |
* | client API: add a screenshot_raw command | wm4 | 2015-04-20 | 2 | -0/+6 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 8 | -40/+33 |
* | options: add M_OPT_FILE to --input-conf | Philip Sequeira | 2015-03-31 | 1 | -1/+1 |
* | input: remove Linux joystick support | wm4 | 2015-03-24 | 5 | -299/+0 |
* | input: remove classic LIRC support | wm4 | 2015-03-24 | 3 | -181/+0 |
* | input: use flag option type for some input commands | wm4 | 2015-03-04 | 1 | -13/+19 |
* | input: remove numeric compatibility parameters from commands | wm4 | 2015-03-04 | 1 | -14/+14 |
* | input: handle closed pipe correctly | wm4 | 2015-02-26 | 1 | -1/+1 |
* | input: if FD is not writable, just don't write to the FD | wm4 | 2015-02-26 | 1 | -6/+11 |
* | input: allow passing FDs to --input-file | wm4 | 2015-02-26 | 1 | -3/+12 |
* | input: avoid creating world-writeable file with --input-unix-socket | wm4 | 2015-02-26 | 1 | -0/+4 |
* | input: minor cleanup | wm4 | 2015-02-18 | 2 | -12/+11 |
* | input: add MOUSE_ENTER keybinding. | torque | 2015-02-18 | 3 | -1/+10 |
* | command: add rescan_external_files | wm4 | 2015-02-16 | 2 | -0/+7 |
* | x11: add XK_Cancel to the list of special keys | Martin Herkt | 2015-02-14 | 2 | -0/+2 |
* | x11: make all XF86 special keys mappable | wm4 | 2015-02-13 | 1 | -1/+6 |
* | ipc: put playback core to sleep while dequeuing commands | wm4 | 2015-02-13 | 1 | -1/+7 |
* | command: new commands audio_add/audio_remove/audio_reload | xylosper | 2015-02-03 | 2 | -0/+9 |
* | input: fix dangling pointer | wm4 | 2015-01-25 | 1 | -0/+1 |
* | input, player: new command for mouse event | xylosper | 2015-01-23 | 2 | -0/+9 |
* | input: handle mixing key press and up/down events better | wm4 | 2015-01-23 | 1 | -4/+5 |
* | client API: reasonable behavior if window is closed | wm4 | 2015-01-12 | 1 | -0/+2 |
* | ipc: add enable_event and disable_event commands | wm4 | 2014-12-24 | 1 | -0/+33 |
* | ipc: report some user errors better | wm4 | 2014-12-24 | 1 | -2/+5 |
* | command: extend revert_seek command | wm4 | 2014-12-17 | 1 | -1/+3 |
* | client API: be more lenient about mpv_suspend/resume mismatches | wm4 | 2014-12-15 | 1 | -16/+4 |
* | pipe-win32: possible fix for Windows XP deadlock | James Ross-Gowan | 2014-12-11 | 1 | -0/+10 |
* | input: add a hack to fix keyboard navigation with dvd/bd menu | wm4 | 2014-12-04 | 1 | -0/+2 |
* | input, lua: make removing key bindings work | wm4 | 2014-12-03 | 1 | -3/+4 |
* | Do not call strerror() | wm4 | 2014-11-26 | 2 | -6/+12 |
* | input: simplify | wm4 | 2014-11-24 | 5 | -38/+25 |
* | lua: always handle key repeat on the script side | wm4 | 2014-11-24 | 1 | -1/+3 |
* | lua, ipc: remove leftovers | wm4 | 2014-11-24 | 1 | -9/+0 |
* | command: don't queue framesteps | wm4 | 2014-11-23 | 1 | -0/+1 |
* | input, lua: redo input handling | wm4 | 2014-11-23 | 4 | -10/+17 |
* | input: set mouse area by default for all input | wm4 | 2014-11-23 | 1 | -1/+2 |
* | Remove some unneeded NULL checks | wm4 | 2014-11-21 | 1 | -1/+1 |
* | ipc: fix confusion of write() return value and errno | wm4 | 2014-11-21 | 1 | -3/+3 |
* | input: add a prefix to make any binding act on key repeat | wm4 | 2014-11-20 | 4 | -3/+7 |
* | command: add drop_buffers | wm4 | 2014-11-20 | 2 | -0/+4 |
* | command: add an ab_loop command | wm4 | 2014-11-18 | 2 | -0/+4 |
* | ipc: make sure --input-file=/dev/stdin always works | wm4 | 2014-11-07 | 1 | -7/+20 |
* | ipc: make it possible to receive log messages | wm4 | 2014-11-01 | 1 | -0/+13 |
* | ipc: add a command to retrieve API version | wm4 | 2014-11-01 | 1 | -0/+4 |
* | ipc: verify resume/suspend commands | wm4 | 2014-11-01 | 1 | -4/+16 |
* | command: don't require whitespace before ';' or '#' | wm4 | 2014-10-31 | 1 | -4/+1 |
* | input: cascade-load input.conf | wm4 | 2014-10-29 | 1 | -8/+6 |
* | audio: add command/function to reload audio output | wm4 | 2014-10-27 | 2 | -0/+2 |
* | input: resolve ~ and similar for --input-file | wm4 | 2014-10-24 | 1 | -2/+3 |
* | command: fix debug output | wm4 | 2014-10-24 | 1 | -2/+2 |
* | command: print executed commands with -v | wm4 | 2014-10-23 | 2 | -0/+23 |
* | command: add a "cached" mode to sub_add | wm4 | 2014-10-23 | 1 | -1/+1 |
* | command: make trailing sub_add actually optional | wm4 | 2014-10-22 | 1 | -1/+2 |
* | command: extend sub_add command | wm4 | 2014-10-21 | 1 | -1/+3 |
* | Set thread name for debugging | wm4 | 2014-10-19 | 2 | -0/+7 |
* | ipc: skip empty and commented lines | wm4 | 2014-10-19 | 1 | -2/+4 |
* | ipc: accept both JSON and "old" commands | wm4 | 2014-10-19 | 1 | -30/+27 |
* | ipc: fix minor error cleanup issues | wm4 | 2014-10-19 | 1 | -8/+8 |
* | ipc: decouple from MPContext | wm4 | 2014-10-19 | 2 | -42/+50 |
* | ipc: fix a small memory leak | wm4 | 2014-10-17 | 1 | -1/+2 |
* | input: implement --input-file on unix using the IPC support | Alessandro Ghedini | 2014-10-17 | 3 | -76/+60 |
* | input: implement JSON-based IPC protocol | Alessandro Ghedini | 2014-10-17 | 1 | -0/+723 |
* | input: don't add weird padding when formatting keycode | wm4 | 2014-10-17 | 1 | -1/+1 |
* | command: add a mechanism to allow scripts to intercept file loads | wm4 | 2014-10-16 | 3 | -0/+7 |
* | input: remove some unneeded code | wm4 | 2014-10-10 | 1 | -59/+25 |
* | input: cosmetics: move code | wm4 | 2014-10-10 | 1 | -68/+69 |
* | input: use mpv_node parser for char** command parsers | wm4 | 2014-10-10 | 5 | -61/+41 |
* | input: add a function to parse mpv_node as command | wm4 | 2014-10-10 | 2 | -62/+162 |
* | libmpv/cocoa: don't start the event monitor | Stefano Pigozzi | 2014-10-09 | 1 | -0/+7 |
* | client API: rename --input-x11-keyboard to --input-vo-keyboard | wm4 | 2014-10-09 | 2 | -6/+7 |
* | client API, X11: change default keyboard input handling again | wm4 | 2014-09-28 | 2 | -0/+13 |
* | input: copy options automatically | wm4 | 2014-09-27 | 1 | -36/+29 |
* | input: separate creation and loading of config | wm4 | 2014-09-27 | 2 | -14/+23 |
* | input: explain why we use semaphores | wm4 | 2014-09-20 | 1 | -3/+6 |
* | input: add locking for repeat info | Alexander Preisinger | 2014-09-19 | 1 | -0/+3 |
* | input: add function for setting repeat info | Alexander Preisinger | 2014-09-19 | 2 | -0/+8 |
* | input: use libwaio for pipe input on Windows | wm4 | 2014-09-14 | 5 | -147/+175 |
* | input: fix nested commands | wm4 | 2014-09-13 | 1 | -1/+1 |
* | input: distinguish playlist navigation and quit commands for abort | wm4 | 2014-09-13 | 3 | -28/+37 |
* | stream: redo playback abort handling | wm4 | 2014-09-13 | 2 | -9/+15 |
* | input: "quit_watch_later" and "stop" are abort commands | wm4 | 2014-09-13 | 1 | -0/+2 |
* | input: don't autorepeat cycle_values command | wm4 | 2014-09-13 | 1 | -1/+1 |
* | input: simplify | wm4 | 2014-09-13 | 1 | -45/+29 |
* | input: fix autorepeat | wm4 | 2014-09-13 | 1 | -2/+3 |
* | input: remove central select() call | wm4 | 2014-09-10 | 3 | -412/+37 |
* | input: remove useless joystick.h/lirc.h include files | wm4 | 2014-09-10 | 6 | -67/+6 |
* | input: use an input thread for joystick | wm4 | 2014-09-10 | 3 | -17/+51 |
* | input: use an input thread for lirc | wm4 | 2014-09-10 | 3 | -17/+47 |
* | input: add convenience function for running input sources in threads | wm4 | 2014-09-10 | 2 | -1/+91 |
* | input: make some fields internal | wm4 | 2014-09-10 | 2 | -13/+19 |
* | terminal-unix: move to thread | wm4 | 2014-09-10 | 2 | -21/+1 |
* | input: fix missed wakeups, simplify | wm4 | 2014-09-09 | 1 | -26/+10 |
* | input: fix use after free with legacy commands | wm4 | 2014-09-08 | 1 | -7/+11 |
* | input: fix exiting with signals | wm4 | 2014-09-08 | 1 | -2/+2 |
* | player: some more input refactoring | wm4 | 2014-09-07 | 2 | -17/+24 |
* | input: make ar_rate and ar_delay fields of input_ctx signed | shdown | 2014-08-30 | 1 | -2/+2 |
* | input: handle reaching MP_MAX_FDS correctly | shdown | 2014-08-30 | 1 | -10/+10 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 6 | -6/+6 |
* | posix: use STD*_FILENO constants | Ben Boeckel | 2014-08-28 | 1 | -1/+1 |
* | input: make key bindings like "Shift+X" work (for ASCII) | wm4 | 2014-08-26 | 3 | -13/+30 |
* | input: make all modifier flags unsigned | wm4 | 2014-08-26 | 1 | -8/+8 |
* | input: stdin is 0, not 1 | wm4 | 2014-08-25 | 1 | -1/+1 |
* | input: redo how --input-file is handled | wm4 | 2014-08-25 | 3 | -24/+261 |
* | input: change verbosity of some message levels | wm4 | 2014-08-25 | 1 | -3/+4 |
* | input: fix event wakeup | wm4 | 2014-08-11 | 1 | -18/+14 |
* | input: fix off by one error in command parser | wm4 | 2014-08-07 | 1 | -1/+1 |
* | input: be stricter about rejecting mouse input with --no-input-cursor | wm4 | 2014-07-27 | 2 | -0/+5 |
* | vo: remove vo_mouse_movement() wrapper | wm4 | 2014-07-27 | 2 | -0/+21 |
* | vo: different hack for VOs which need to mangle mouse input | wm4 | 2014-07-27 | 2 | -0/+36 |
* | osdep: don't assume errno is positive | wm4 | 2014-07-25 | 1 | -1/+1 |
* | command: add append-play loadfile mode | wm4 | 2014-07-23 | 1 | -1/+2 |
* | input: enable wakeup on LIRC socket | foo86 | 2014-07-20 | 1 | -1/+1 |
* | input: skip BOM in input.conf | wm4 | 2014-07-12 | 1 | -0/+1 |
* | build: include <strings.h> for strcasecmp() | wm4 | 2014-07-10 | 1 | -0/+1 |
* | input: restore ability to combine mouse buttons | wm4 | 2014-07-07 | 1 | -8/+6 |
* | Audit and replace all ctype.h uses | wm4 | 2014-07-01 | 1 | -1/+0 |
* | input: make option struct local | wm4 | 2014-06-11 | 1 | -27/+56 |
* | command: redo ancient TV/DVB/PVR commands | wm4 | 2014-06-11 | 2 | -21/+0 |
* | input: don't print warning when aboting playback via commands | wm4 | 2014-06-06 | 1 | -6/+1 |
* | input: separate wakeup pipe creation into a separate function | wm4 | 2014-05-30 | 1 | -13/+2 |
* | input: make combined commands repeatable | wm4 | 2014-05-26 | 3 | -2/+10 |
* | command: add write_watch_later_config command | Martin | 2014-05-26 | 2 | -0/+4 |
* | player: give quit_watch_later an exit code argument like quit | wm4 | 2014-05-22 | 1 | -1/+1 |
* | input: allow disabling window dragging with --no-window-dragging | wm4 | 2014-05-20 | 1 | -1/+7 |
* | input: fix compilation on windows | wm4 | 2014-05-20 | 1 | -4/+2 |
* | input: remove pausing command prefixes | wm4 | 2014-05-11 | 2 | -5/+0 |
* | input: fix typos, cosmetics | wm4 | 2014-05-10 | 1 | -10/+10 |
* | options: rename input-related options | Martin Herkt | 2014-05-04 | 1 | -7/+7 |
* | input: fix stack overflow when checking for abort cmd | wm4 | 2014-05-02 | 1 | -1/+1 |
* | input: increase number of maximum sections | wm4 | 2014-05-02 | 1 | -1/+1 |
* | input: fix mouse_leave/OSC behavior | wm4 | 2014-04-26 | 1 | -1/+1 |
* | input: fix inverted condition | wm4 | 2014-04-26 | 1 | -1/+1 |
* | stream: make mp_input_check_interrupt thread-safe | wm4 | 2014-04-25 | 2 | -2/+13 |
* | stream: remove interrupt callback global variables | wm4 | 2014-04-25 | 2 | -6/+3 |
* | input: make key binds order-independent again | wm4 | 2014-04-19 | 1 | -2/+7 |
* | input: discard key history when a key is mapped | wm4 | 2014-04-19 | 1 | -3/+7 |
* | input: remove minor code duplication | wm4 | 2014-04-19 | 1 | -15/+16 |
* | input: ignore modifiers on MOUSE_LEAVE | wm4 | 2014-04-19 | 1 | -2/+2 |
* | input: don't wakeup core if key repeat is requested but not possible | wm4 | 2014-04-18 | 1 | -7/+5 |
* | input: remove minor redundancy | wm4 | 2014-04-18 | 1 | -10/+2 |
* | input: keycodes: reorder flags | wm4 | 2014-04-18 | 1 | -16/+16 |
* | input: simplify by not tracking key up/down states | wm4 | 2014-04-18 | 1 | -53/+30 |
* | input: rename a variable | wm4 | 2014-04-18 | 1 | -5/+5 |
* | input: slightly simplify mouse dispatching | wm4 | 2014-04-18 | 1 | -13/+1 |
* | input: move a function | wm4 | 2014-04-18 | 1 | -11/+11 |
* | input: close window when window close button is pressed with --input-test | wm4 | 2014-04-18 | 1 | -0/+9 |
* | input: handle multi-combinations as key sequences | wm4 | 2014-04-18 | 1 | -64/+50 |
* | input: deal with playback thread wakeup on windows | wm4 | 2014-04-15 | 1 | -3/+14 |
* | audio: wake up the core when audio buffer is running low (2) | wm4 | 2014-04-15 | 2 | -0/+8 |
* | Kill all tabs | wm4 | 2014-04-13 | 2 | -20/+20 |
* | joystick: Fix incorrect pointer offset code. | reimar | 2014-04-10 | 1 | -1/+1 |
* | player: rename dvdnav to discnav | xylosper | 2014-03-30 | 2 | -2/+3 |
* | command, lua: change script_message semantics | wm4 | 2014-03-17 | 2 | -1/+3 |
* | input: allow input.conf bindings to be declared as builtin | wm4 | 2014-02-25 | 1 | -0/+11 |
* | command: fix loadfile command | wm4 | 2014-02-24 | 3 | -3/+6 |
* | command: provide per-file-options for loadfile command | xylosper | 2014-02-23 | 2 | -0/+2 |
* | command: remove special casing for strings in input commands | wm4 | 2014-02-23 | 1 | -5/+13 |
* | input: check for abort cmd in multi-commands | wm4 | 2014-02-20 | 3 | -4/+19 |
* | input: ignore modifiers when releasing keys | James Ross-Gowan | 2014-02-20 | 1 | -2/+2 |
* | input, dvdnav: fix osc stealing input from dvdnav | wm4 | 2014-02-19 | 2 | -4/+16 |
* | input: minor simplification for --input-test | wm4 | 2014-02-19 | 1 | -5/+4 |
* | input: debug output for registered bindings | wm4 | 2014-02-17 | 1 | -0/+7 |
* | input: don't let builtin bindings overwrite user bindings | wm4 | 2014-02-17 | 1 | -2/+6 |
* | client API: add a client message event | wm4 | 2014-02-17 | 2 | -0/+3 |
* | keycodes: add const to a function argument | wm4 | 2014-02-17 | 2 | -2/+2 |
* | threads: add wrapper for initializing recursive mutexes | wm4 | 2014-01-31 | 1 | -5/+2 |
* | input: change mp_input_run_cmd signature | wm4 | 2014-01-04 | 3 | -8/+6 |
* | video/out: remove some code duplication between X11 and wayland | wm4 | 2014-01-04 | 2 | -0/+31 |
* | input: move files drag and drop to a new event.c file | Stefano Pigozzi | 2014-01-04 | 4 | -0/+84 |
* | input: use bstr_xappend() | wm4 | 2013-12-30 | 3 | -15/+25 |
* | common: simplify and optimize string escape parsing | wm4 | 2013-12-30 | 1 | -26/+1 |
* | input: print an error if reading input.conf fails | wm4 | 2013-12-28 | 1 | -4/+8 |
* | options: simplify handling of some help options | wm4 | 2013-12-26 | 1 | -16/+2 |
* | input: cosmetics: move code around | wm4 | 2013-12-26 | 1 | -319/+316 |
* | input: split off some code from input.c to separate files | wm4 | 2013-12-26 | 8 | -1049/+1234 |
* | msg: rename mp_msg_log -> mp_msg | wm4 | 2013-12-21 | 1 | -2/+2 |
* | msg: convert defines to enum | wm4 | 2013-12-21 | 1 | -3/+3 |
* | path lookup functions: mp_msg conversions | wm4 | 2013-12-21 | 1 | -2/+2 |
* | stream: mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+1 |
* | m_option, m_config: mp_msg conversions | wm4 | 2013-12-21 | 1 | -6/+6 |
* | input: rework how input sources are added | wm4 | 2013-12-21 | 6 | -156/+152 |
* | input: make parse_cmd_strv take const args | Martin Herkt | 2013-12-20 | 2 | -2/+2 |
* | input, lua: add functions to take pre-split input commands | wm4 | 2013-12-20 | 2 | -70/+162 |
* | Rename getch2....c/h to terminal....c/h | wm4 | 2013-12-19 | 1 | -9/+2 |
* | command: remove radio commands | wm4 | 2013-12-19 | 2 | -9/+0 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 4 | -7/+7 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 2 | -5/+4 |
* | Move mpvcore/input/ to input/ | wm4 | 2013-12-17 | 7 | -0/+3458 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 10 | -3392/+0 |
* | Merge branch 'osd_changes' into master | wm4 | 2012-11-01 | 1 | -4/+5 |
|\ |
|
| * | screenshot: change "screenshot" input command | wm4 | 2012-10-24 | 1 | -4/+4 |
| * | screenshot: allow taking screenshots with subtitles | wm4 | 2012-10-24 | 1 | -1/+2 |
* | | input: minor simplification | wm4 | 2012-11-01 | 1 | -2/+1 |
* | | input: fix off-by-one error | reimar | 2012-10-31 | 1 | -1/+1 |
|/ |
|
* | input: fix mp_cmd memory leak | wm4 | 2012-10-14 | 1 | -0/+3 |
* | input: minor simplification to mp_input_get_cmd() | wm4 | 2012-10-14 | 1 | -13/+8 |
* | input: add input test mode | wm4 | 2012-10-14 | 2 | -12/+77 |
* | input: track location info for input commands | wm4 | 2012-10-14 | 2 | -23/+42 |
* | input: don't warn on commands for disabled optional features | wm4 | 2012-10-14 | 1 | -6/+5 |
* | Merge branch 'input_changes' into master | wm4 | 2012-10-12 | 2 | -306/+377 |
|\ |
|
| * | commands: use "up" and "down" as 2nd argument for cycle command | wm4 | 2012-10-12 | 1 | -1/+28 |
| * | commands: add print_text input command to print text on the terminal | wm4 | 2012-10-12 | 2 | -0/+2 |
| * | commands: sub_step takes only one argument | wm4 | 2012-10-12 | 1 | -1/+1 |
| * | commands: disable deprecation warnings | wm4 | 2012-10-12 | 1 | -1/+1 |
| * | commands: rename show_tracks/chapters_osd command | wm4 | 2012-10-12 | 1 | -2/+4 |
| * | commands: more user-control whether a command shows OSD bars/messages | wm4 | 2012-10-12 | 2 | -2/+12 |
| * | commands: add choice type to input commands | wm4 | 2012-10-12 | 2 | -50/+64 |
| * | input: warn about non-existing commands, add explicit "ignore" command | wm4 | 2012-10-12 | 2 | -25/+27 |
| * | input: handle escapes always in command parser | wm4 | 2012-10-12 | 1 | -125/+157 |
| * | input: verify input.conf on loading | wm4 | 2012-10-12 | 2 | -8/+12 |
| * | commands: replace "switch" with "add" and "cycle" | wm4 | 2012-10-12 | 2 | -36/+38 |
| * | commands: make "aspect" property writeable, replaces "switch_ratio" | wm4 | 2012-10-12 | 2 | -3/+4 |
| * | commands: replace --hardframedrop, change framedropping property | wm4 | 2012-10-12 | 1 | -1/+1 |
| * | commands: remove third parameter for "switch" | wm4 | 2012-10-12 | 1 | -1/+1 |
| * | commands: rename osd_show_[property_]text and osd_show_progression | wm4 | 2012-10-12 | 2 | -6/+7 |
| * | commands: remove speed_set/speed_incr commands | wm4 | 2012-10-12 | 2 | -4/+2 |
| * | commands: rename properties, update input.conf | wm4 | 2012-10-12 | 1 | -39/+38 |
| * | commands: remove unimplemented "use_master" command | wm4 | 2012-10-12 | 2 | -2/+0 |
| * | commands: change input commands to make OSD usage explicit | wm4 | 2012-10-12 | 2 | -24/+54 |
| * | commands: simplify legacy command-to-property bridge | wm4 | 2012-10-12 | 2 | -76/+63 |
| * | commands: remove legacy slave mode get commands | wm4 | 2012-10-12 | 2 | -38/+0 |
* | | Rename to "mpv" | wm4 | 2012-10-12 | 2 | -2/+2 |
* | | commands: fix parsing bug | wm4 | 2012-09-23 | 1 | -1/+1 |
|/ |
|
* | vf_rectangle: remove as it is very dirty and we have a replacement now | Rudolf Polzer | 2012-09-18 | 2 | -2/+0 |
* | core: manage tracks in the frontend | wm4 | 2012-09-18 | 2 | -8/+0 |
* | command: remove sub_remove command | wm4 | 2012-09-07 | 2 | -2/+0 |
* | command: remove sub_log command | wm4 | 2012-09-07 | 2 | -2/+0 |
* | input: add ability to disable all default bindings for an input section | wm4 | 2012-08-24 | 2 | -6/+18 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 2 | -15/+0 |
* | options: get rid of ambiguous option parsing | wm4 | 2012-08-05 | 1 | -2/+2 |
* | Remove teletext support | wm4 | 2012-08-03 | 2 | -4/+0 |
* | mplayer: rip out --capture support | wm4 | 2012-08-02 | 2 | -2/+0 |
* | input: change bind_keys() to use bstr | wm4 | 2012-08-01 | 1 | -16/+14 |
* | input: replace internal key binds with included etc/input.conf | wm4 | 2012-08-01 | 1 | -159/+10 |
* | input: refactor: store builtin key binds along user user binds | wm4 | 2012-08-01 | 1 | -24/+26 |
* | input: simplify input.conf parsing | wm4 | 2012-08-01 | 1 | -72/+28 |
* | Remove dead code | wm4 | 2012-08-01 | 2 | -30/+0 |
* | VO: add mechanisms to change VO commandline for VOs supporting it | wm4 | 2012-08-01 | 2 | -0/+5 |
* | mplayer: turn playtree into a list, and change per-file option handling | wm4 | 2012-07-31 | 2 | -23/+19 |
* | lirc: silence output in case LIRC can't be opened | wm4 | 2012-07-30 | 1 | -2/+2 |
* | bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr | wm4 | 2012-07-28 | 1 | -2/+2 |
* | commands: add show_tracks_osd command to display audio and subtitle tracks on... | wm4 | 2012-07-28 | 2 | -0/+2 |
* | commands: add show_chapters_osd command to display chapters on OSD | wm4 | 2012-07-28 | 2 | -0/+5 |
* | Merge remote-tracking branch 'origin/master' | wm4 | 2012-07-28 | 1 | -1/+1 |
|\ |
|
| * | options: support parsing values into substructs | Uoti Urpala | 2012-07-16 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-05-20 | 1 | -8/+8 |
|\| |
|
| * | options: change --input=keylist, cmdlist implementation | Uoti Urpala | 2012-05-07 | 1 | -8/+8 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-29 | 1 | -1/+23 |
|\| |
|
| * | OSX, input: implement wakeup in response to Cocoa events | Stefano Pigozzi | 2012-04-26 | 1 | -1/+23 |
* | | win32: support key modifiers (shift, ctrl, alt) | wm4 | 2012-04-06 | 1 | -10/+9 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-01 | 2 | -144/+185 |
|\| |
|
| * | ao_pulse, core: make pulse thread wake up core for more data | Uoti Urpala | 2012-03-26 | 2 | -6/+41 |
| * | input.c: simplify command definitions | Uoti Urpala | 2012-03-25 | 2 | -145/+152 |
| * | x11: input: add print and menu keys | wm4 | 2012-03-25 | 2 | -0/+2 |
| * | input: allow unicode keys and reassign internal key codes | wm4 | 2012-03-25 | 2 | -26/+44 |
* | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-16 | 1 | -5/+10 |
|\| |
|
| * | windows support: unicode filenames | wm4 | 2012-03-09 | 1 | -5/+10 |
* | | input: fix OSD cycling | wm4 | 2012-02-12 | 1 | -1/+1 |
* | | commands: add pt_clear command to clear playlist | wm4 | 2012-02-10 | 2 | -0/+2 |
* | | input.c: simplify command definitions | wm4 | 2012-01-26 | 2 | -129/+130 |
* | | Merge branch 'utf8_input' into my_master | wm4 | 2012-01-18 | 2 | -26/+46 |
|\ \ |
|
| * | | x11: add print and menu keys | wm4 | 2012-01-18 | 2 | -0/+2 |
| * | | input: allow unicode keys and reassign internal key codes | wm4 | 2012-01-18 | 2 | -26/+44 |
| |/ |
|
* | | input: simplify previous commit a bit more | wm4 | 2012-01-18 | 1 | -20/+20 |
* | | input: fix crashes with libmenu | wm4 | 2012-01-18 | 2 | -17/+33 |
|/ |
|
* | core: add screenshot mode for actual VO window contents | wm4 | 2011-11-25 | 1 | -1/+3 |
* | libmenu: remove OSD menu functionality (--menu) | Uoti Urpala | 2011-10-25 | 2 | -66/+0 |
* | video, options: implement better YUV->RGB conversion control | wm4 | 2011-10-16 | 1 | -1/+1 |
* | input/ar.c, input/lirc.c: fix changes missing from 1916b95b8 | Uoti Urpala | 2011-09-04 | 2 | -1/+3 |
* | options, subs: add --ass-vsfilter-aspect-compat | harklu | 2011-08-12 | 1 | -0/+1 |
* | commands: parsing: fix string argument quoting/escaping | Uoti Urpala | 2011-08-05 | 1 | -38/+26 |
* | bstr: rename BSTR() -> bstr() | Uoti Urpala | 2011-07-27 | 1 | -1/+2 |
* | input: fix input.conf parse errors | Uoti Urpala | 2011-07-20 | 1 | -114/+58 |
* | input: fix problem with key autorepeat | Uoti Urpala | 2011-07-18 | 1 | -4/+3 |
* | input: rework event reading and command queuing | Uoti Urpala | 2011-07-17 | 2 | -150/+211 |
* | cleanup: remove some unnecessary input.[ch] typedefs | Uoti Urpala | 2011-07-16 | 6 | -115/+83 |
* | cosmetics: reformat input.h, fix comments | Uoti Urpala | 2011-07-16 | 1 | -184/+181 |
* | input.c: remove write to buffer[-1] in parse_config() | Uoti Urpala | 2011-07-11 | 1 | -1/+0 |
* | cleanup: silence most of the clang warnings | Clément Bœsch | 2011-07-09 | 1 | -2/+2 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-06-29 | 2 | -2/+42 |
|\ |
|
| * | input: support up to 20 mouse buttons | reimar | 2011-06-29 | 2 | -2/+42 |
* | | input: clean up messages with button combination names | Uoti Urpala | 2011-06-29 | 1 | -34/+23 |
|/ |
|
* | input: add useful default pointer button bindings | Grigori Goronzy | 2011-06-14 | 1 | -0/+2 |
* | input: make slave command file descriptors nonblocking | Uoti Urpala | 2011-05-04 | 1 | -2/+2 |
* | input/joystick.c: add #include missing from 23cb829072 | Uoti Urpala | 2011-05-03 | 1 | -0/+1 |
* | cleanup: remove more warnings | Clément Bœsch | 2011-05-02 | 1 | -1/+1 |
* | input: rewrite -key-fifo-size limiting logic | Uoti Urpala | 2011-05-02 | 2 | -2/+14 |
* | input: modify interpretation of doubleclick events | Uoti Urpala | 2011-05-02 | 1 | -0/+13 |
* | cleanup: input.c: simplify some string handling code | Uoti Urpala | 2011-05-02 | 1 | -17/+11 |
* | cleanup: reformat input.c | Uoti Urpala | 2011-05-02 | 1 | -921/+957 |
* | input: move all key code lists to input/keycodes.h | Uoti Urpala | 2011-05-02 | 8 | -101/+200 |
* | input: don't interrupt processing at unbound events | Uoti Urpala | 2011-05-01 | 1 | -6/+7 |
* | input: sleep in event loop even if there are no input fds | Uoti Urpala | 2011-04-22 | 1 | -19/+14 |
* | input: accept Shift modifier for Enter and Tab keys | Uoti Urpala | 2011-02-05 | 1 | -1/+2 |
* | input: remove incorrect "CTRL" keyname alias for backspace | Uoti Urpala | 2011-02-05 | 1 | -1/+0 |
* | Merge branch 'hr-seek' | Uoti Urpala | 2010-12-20 | 1 | -49/+94 |
|\ |
|
| * | input: add default keybindings Shift+[arrow] for small exact seeks | Uoti Urpala | 2010-12-20 | 1 | -0/+4 |
| * | input: support bindings with modifier keys for X input | Uoti Urpala | 2010-12-20 | 1 | -48/+89 |
| * | core: add support for precise non-keyframe-limited seeks | Uoti Urpala | 2010-12-20 | 1 | -1/+1 |
* | | cosmetics: remove unused code, small formatting tweaks | Uoti Urpala | 2010-12-20 | 1 | -7/+0 |
* | | commands: Allow cycling subtitles backwards with 'J' | reimar | 2010-12-16 | 1 | -0/+1 |
|/ |
|
* | cleanup: remove NULL checks before free() all over the code | cboesch | 2010-11-14 | 3 | -18/+9 |
* | options: add OPT_MAKE_FLAGS macro, creates "opt/noopt" flag pair | Clément Bœsch | 2010-11-04 | 1 | -10/+5 |
* | Add a simple capture feature (-capture) | Uoti Urpala | 2010-11-02 | 2 | -0/+3 |
* | new slave command: af_cmdline, for changing audio filter options | reimar | 2010-11-02 | 2 | -0/+2 |
* | input: try to open "-input -file=" file even if stat() fails | reimar | 2010-11-02 | 1 | -12/+13 |
* | cosmetics: input/ar.c: Mark is_mplayer_front() static | diego | 2010-11-02 | 1 | -1/+1 |
* | Merge svn changes up to r31256 | Uoti Urpala | 2010-05-30 | 1 | -0/+6 |
|\ |
|
| * | Document that time argument is in milliseconds. | reimar | 2010-05-28 | 1 | -0/+6 |
| * | Drop pointles _st suffix from struct mp_cmd_filter and mp_cmd_bind_section. | diego | 2010-05-27 | 1 | -4/+4 |
* | | Merge svn changes up to r31033 | Uoti Urpala | 2010-04-26 | 2 | -0/+15 |
|\| |
|
| * | Add slave commands for loading and unloading audio filters at runtime. | cehoyos | 2010-04-11 | 2 | -0/+12 |
| * | Add osd_show_progression: Show progress bar and elapsed/total time. | cehoyos | 2010-04-09 | 2 | -0/+3 |
| * | Mark input-related m_option_t arrays as const. | diego | 2010-04-04 | 1 | -2/+2 |
* | | Merge svn changes up to r30967 | Uoti Urpala | 2010-04-26 | 1 | -1/+1 |
|\| |
|
| * | Rename get_path.[ch] --> path.[ch]. | diego | 2010-03-20 | 1 | -1/+1 |
* | | input: remove unused "paused" arguments from some functions | Uoti Urpala | 2010-04-25 | 2 | -17/+15 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 4 | -4/+0 |
* | | Merge svn changes up to r30798 | Uoti Urpala | 2010-03-10 | 2 | -0/+3 |
|\| |
|
| * | Support all line ending types in mp_input_read_cmd. | reimar | 2010-02-27 | 1 | -0/+2 |
| * | Include lirc.h in lirc.c to add missing prototypes. | cehoyos | 2010-02-27 | 1 | -0/+1 |
| * | Mark some more functions that are not used outside of their files as static. | diego | 2010-02-18 | 1 | -2/+2 |
| * | Declare mp_input_register_options() in input/input.h. | diego | 2010-02-14 | 1 | -0/+4 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 1 | -4/+0 |
|\| |
|
| * | Remove CONFIG_TV_TELETEXT. | cehoyos | 2009-11-07 | 1 | -4/+0 |
* | | Add yuv_colorspace property, implemented in vo_vdpau and vo_xv | Uoti Urpala | 2009-11-15 | 1 | -0/+1 |
* | | UI: Make the 'D' key print the new deinterlace status | Uoti Urpala | 2009-09-19 | 1 | -1/+1 |
* | | commands: Add set_property_osd and step_property_osd | Uoti Urpala | 2009-09-19 | 2 | -0/+4 |
* | | Remove the internal GUI | Anton Khirnov | 2009-07-07 | 2 | -46/+2 |
* | | Merge svn changes up to r29412 | Uoti Urpala | 2009-07-07 | 1 | -1/+1 |
|\| |
|
| * | Increase slave mode buffer so that one can load files with a deeper | ben | 2009-06-26 | 1 | -1/+1 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 6 | -45/+45 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 6 | -40/+40 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 4 | -45/+45 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 4 | -46/+46 |
* | | Merge svn changes up to r29277 | Uoti Urpala | 2009-05-08 | 1 | -1/+1 |
|\| |
|
| * | Add missing 'void' to parameterless function declarations. | diego | 2009-05-04 | 1 | -1/+1 |
* | | Merge svn changes up to r29117 | Uoti Urpala | 2009-04-01 | 1 | -5/+5 |
|\| |
|
| * | Rename 'default-binds' input option to 'default-bindings'. | diego | 2009-03-25 | 1 | -4/+4 |
* | | Merge svn changes up to r28951 | Uoti Urpala | 2009-03-14 | 1 | -1/+6 |
|\| |
|
| * | Add an option to disable the default key binding that MPlayer includes | reimar | 2009-03-08 | 1 | -1/+4 |
| * | Make pausing_keep_force the default for the set_mouse_pos and key_down_event - | reimar | 2009-03-07 | 1 | -1/+10 |
* | | Merge svn changes up to r28403 | Uoti Urpala | 2009-01-31 | 1 | -19/+11 |
|\| |
|
| * | Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleak | reimar | 2009-01-30 | 1 | -7/+7 |
| * | Fix an MSGT_INPUT to MSGT_LIRC in lirc.c | reimar | 2009-01-30 | 1 | -1/+1 |
| * | Do not use select n lirc code, instead set the fd non-blocking. | reimar | 2009-01-27 | 1 | -18/+10 |
* | | Merge svn changes up to r28366 | Uoti Urpala | 2009-01-26 | 1 | -1/+1 |
|\| |
|
| * | Fix typo: pool -> poll | reimar | 2009-01-25 | 1 | -1/+1 |
* | | Merge svn changes up to r28149 | Uoti Urpala | 2008-12-14 | 7 | -0/+124 |
|\| |
|
| * | Add standard GPL license header. | diego | 2008-12-13 | 7 | -0/+124 |
* | | Merge svn changes up to r28103 | Uoti Urpala | 2008-12-06 | 1 | -1/+1 |
|\| |
|
| * | Re-add "extern"s incorrectly removed in r28085 | reimar | 2008-12-04 | 1 | -1/+1 |
* | | Merge svn changes up to r28087 | Uoti Urpala | 2008-12-04 | 1 | -1/+1 |
|\| |
|
| * | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -1/+1 |
* | | Merge svn changes up to r27682 | Uoti Urpala | 2008-10-02 | 1 | -0/+3 |
|\| |
|
| * | Add an experimental pausing_keep_force slave mode command prefix | reimar | 2008-09-25 | 1 | -0/+3 |
* | | Move some declarations from mplayer.c to proper headers | Uoti Urpala | 2008-08-12 | 1 | -0/+3 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 1 | -12/+12 |
|\| |
|
| * | Rename a bunch of miscellaneous preprocessor directives. | diego | 2008-08-07 | 1 | -6/+6 |
| * | Rename all preprocessor directives related to Apple / Mac OS X. | diego | 2008-08-06 | 1 | -4/+4 |
| * | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 1 | -3/+3 |
* | | Merge svn changes up to r27399 | Uoti Urpala | 2008-08-02 | 1 | -4/+4 |
|\| |
|
| * | Rename preprocessor directive HAVE_MENU --> CONFIG_MENU. | diego | 2008-07-30 | 1 | -1/+1 |
| * | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 | 1 | -3/+3 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 | 1 | -6/+6 |
|\| |
|
| * | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -6/+6 |
* | | Merge svn changes up to r27123 | Uoti Urpala | 2008-06-23 | 2 | -146/+149 |
|\| |
|
| * | Change DVDNAV command key names. | ben | 2008-06-19 | 2 | -18/+19 |
| * | Group all input command defines in one big enum | ben | 2008-06-18 | 1 | -128/+130 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 5 | -2/+174 |
|\| |
|
| * | Add a slave command to stop stream playback. | ben | 2008-05-27 | 2 | -0/+3 |
| * | add potentially missing types | ben | 2008-05-20 | 1 | -0/+1 |
| * | fix compilation of input.c if neither macosx/linux apple remote code | ben | 2008-05-18 | 1 | -1/+1 |
| * | Keep AppleIR enabled by default on MacOSX but have it disable on Linux. | ben | 2008-05-18 | 1 | -0/+4 |
| * | Do not enable AppleIR by default. | ben | 2008-05-18 | 1 | -1/+1 |
| * | Add support for AppleIR Remote as an input under Linux systems. | ben | 2008-05-18 | 3 | -0/+168 |
| * | cosmetics: Remove useless parentheses from return statements. | diego | 2008-05-16 | 1 | -2/+2 |
* | | Merge svn changes up to r26783 | Uoti Urpala | 2008-05-15 | 3 | -7/+7 |
|\| |
|
| * | Use standard license headers with standard formatting. | diego | 2008-05-14 | 2 | -6/+6 |
| * | usec_sleep(0) is not the same as not sleeping at all. | reimar | 2008-05-10 | 1 | -1/+1 |
* | | input.c: Use talloc for all memory allocations | Uoti Urpala | 2008-05-01 | 1 | -14/+10 |
* | | Move input options to option struct | Uoti Urpala | 2008-04-30 | 2 | -40/+40 |
* | | input: Use talloc for struct mp_cmd and things under it | Uoti Urpala | 2008-04-30 | 1 | -28/+12 |
* | | input: Move command filedescriptor list to context struct | Uoti Urpala | 2008-04-30 | 2 | -29/+34 |
* | | input: Move cmd_queue to context struct | Uoti Urpala | 2008-04-30 | 2 | -22/+23 |
* | | input.c: Change a static variable to local | Uoti Urpala | 2008-04-30 | 1 | -14/+16 |
* | | input: Move key filedescriptor list to context struct | Uoti Urpala | 2008-04-30 | 2 | -28/+34 |
* | | input.c: Move variable from static to local | Uoti Urpala | 2008-04-30 | 1 | -2/+1 |
* | | input.c: Move key down state to context struct | Uoti Urpala | 2008-04-30 | 1 | -33/+36 |
* | | input.c: Use talloc for command bind allocations | Uoti Urpala | 2008-04-30 | 1 | -31/+11 |
* | | input.[ch]: Move some type definitions from .h to .c | Uoti Urpala | 2008-04-30 | 2 | -10/+10 |
* | | input.c: Remove mp_input_ prefixes from static function names | Uoti Urpala | 2008-04-30 | 1 | -60/+58 |
* | | input.c: Make two functions static | Uoti Urpala | 2008-04-30 | 1 | -3/+3 |
* | | Remove INITIALIZED_INPUT from mpctx->initialized_flags | Uoti Urpala | 2008-04-30 | 1 | -0/+3 |
* | | input: Move command bind variables to context struct | Uoti Urpala | 2008-04-30 | 2 | -58/+69 |
* | | Create a context for input.c state | Uoti Urpala | 2008-04-30 | 2 | -45/+58 |
* | | input.c: Remove _st prefix from struct names | Uoti Urpala | 2008-04-30 | 1 | -4/+4 |
* | | input.c: Use union instead of void * | Uoti Urpala | 2008-04-29 | 1 | -6/+9 |
* | | input: Remove separate mp_input_add_event_fd | Uoti Urpala | 2008-04-29 | 6 | -54/+15 |
* | | input.c: Revert code uglifications done for gcc 2.95 | Uoti Urpala | 2008-04-29 | 1 | -9/+5 |
* | | input.c: Remove unnecessary #include "osdep/getch2.h" | Uoti Urpala | 2008-04-29 | 1 | -1/+0 |
* | | Merge svn changes up to r26587 | Uoti Urpala | 2008-04-29 | 1 | -1/+1 |
|\| |
|
| * | Use full path for libavutil #includes. | diego | 2008-04-28 | 1 | -1/+1 |
* | | Mark some constant symbols as such | Uoti Urpala | 2008-04-26 | 1 | -2/+2 |
* | | Add a context argument to mp_input_add_event_fd callback | Uoti Urpala | 2008-04-23 | 2 | -3/+5 |
* | | input/input.c: Minor simplification | Uoti Urpala | 2008-04-23 | 1 | -15/+17 |
|/ |
|
* | Get rid of recursive make for the input/ subdirectory. | diego | 2008-04-06 | 1 | -10/+0 |
* | Fix handling of comments in input.c, current code had useless ifs and in addi... | reimar | 2008-03-11 | 1 | -4/+2 |
* | joystick.c is only ever compiled on Linux, remove pointless #ifdef | diego | 2008-02-28 | 1 | -17/+0 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 5 | -15/+15 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 2 | -9/+9 |
* | Add new command to switch between dvdnav titles | ben | 2008-01-24 | 2 | -0/+2 |
* | Add ass_use_margins command and property to shift subtitles to margins and back | eugeni | 2008-01-23 | 2 | -0/+4 |
* | Fix some types to const | reimar | 2008-01-19 | 1 | -5/+6 |
* | Remove a useless cast | reimar | 2008-01-15 | 1 | -1/+1 |
* | Make several mapping tables related to input processing const. | reimar | 2008-01-13 | 1 | -4/+4 |
* | Remove unnecessary <signal.h> includes | uau | 2008-01-09 | 1 | -1/+0 |
* | Do not use exit_player in the signal handler, this code just can not | reimar | 2008-01-08 | 2 | -0/+6 |
* | properties to change angle; patch by oattila chello hu | nicodvb | 2008-01-05 | 2 | -0/+3 |
* | 10l: Replace #define with #endif where I really meant to write #endif. | diego | 2008-01-02 | 1 | -1/+1 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 | 4 | -2/+15 |
* | From now on, libmenu does not steal all input keys from input modules. | ulion | 2007-12-26 | 2 | -3/+3 |
* | Add new function for parsing and queueing multi-commands separated by \n or \r. | ulion | 2007-12-11 | 2 | -0/+29 |
* | Ignore heading spaces when parsing command. | ulion | 2007-12-10 | 1 | -0/+4 |
* | Remove hardcoded key->cmd bindings in libmenu, support custom key bindings | ulion | 2007-12-04 | 2 | -1/+4 |
* | Do not queue empty cmd. | ulion | 2007-12-02 | 1 | -1/+1 |
* | Use const char * to replace a char * parameter. | ulion | 2007-11-27 | 1 | -1/+1 |
* | Support select subtitle by source, add 4 properties: | ulion | 2007-11-25 | 2 | -0/+8 |
* | Fix cmd filter memory leak, free the cmd after filter ate it. | ulion | 2007-11-08 | 1 | -1/+6 |
* | Fix input.conf parse bug when comment follows key binding in the same line. | ulion | 2007-10-31 | 1 | -1/+1 |
* | Fix input command parser for using only tab to separate the arguments. | ulion | 2007-10-23 | 1 | -2/+2 |
* | spelling cosmetics | diego | 2007-09-29 | 1 | -1/+1 |
* | warning fixes: | diego | 2007-09-13 | 1 | -2/+2 |
* | Implement X/27/0 packet decoding. | voroshil | 2007-08-28 | 1 | -0/+1 |
* | Clean up the way get_path is handled: Compile get_path.c to an object to link | diego | 2007-08-28 | 1 | -2/+1 |
* | Process any waiting commands (got_cmd set). Should fix e.g. smplayer. | reimar | 2007-08-27 | 1 | -1/+2 |
* | Revert r24158, it is not necessary with unsigned bitfield | reimar | 2007-08-25 | 1 | -4/+2 |
* | Change bitfield to unsigned so that we get the usual truth values | reimar | 2007-08-25 | 1 | -6/+6 |
* | Hack around broken bitfields in gcc 4.2 | reimar | 2007-08-25 | 1 | -2/+4 |
* | Fix invalid fd check, the bug is somewhere else though. | reimar | 2007-08-25 | 1 | -2/+2 |
* | HACK: check added fds for validity because otherwise mplayer | reimar | 2007-08-25 | 1 | -0/+12 |
* | Fix loads of warnings | reimar | 2007-08-25 | 1 | -6/+10 |
* | Handle queued commands from input event functions immediately | uau | 2007-08-25 | 1 | -0/+6 |
* | Add separate event input type for terminal+vo | uau | 2007-08-25 | 2 | -2/+29 |
* | Use a single select() for both key and slave input | uau | 2007-08-25 | 1 | -195/+117 |
* | Make terminal input work more like VO key input | uau | 2007-08-25 | 1 | -4/+4 |
* | Remove unused function | uau | 2007-08-25 | 1 | -18/+1 |
* | Use bitfield instead of manual bit fiddling in input.c | uau | 2007-08-25 | 1 | -28/+25 |
* | Automatic TV channels scanning ability for MPlayer. | voroshil | 2007-08-23 | 2 | -0/+2 |
* | Clarify comment as pointed out by Ulion. | diego | 2007-08-15 | 1 | -2/+2 |
* | cosmetics: prettyprint | diego | 2007-08-14 | 1 | -3/+3 |
* | Apple Remote support | diego | 2007-08-14 | 4 | -0/+551 |
* | Teletext support. | voroshil | 2007-07-29 | 2 | -0/+10 |
* | Add a loop command and property. | albeu | 2007-07-09 | 2 | -0/+2 |
* | Add the sub_scale property and command. | albeu | 2007-07-09 | 2 | -0/+2 |
* | Add comments to some preprocessor directives. | diego | 2007-06-27 | 1 | -2/+2 |
* | Revert r23530. | voroshil | 2007-06-21 | 2 | -12/+0 |
* | The audio balance feature implemented with af_pan. | zuxy | 2007-06-20 | 2 | -0/+4 |
* | Teletext support for tv:// (v4l and v4l2 only) | voroshil | 2007-06-10 | 2 | -0/+12 |
* | implement "bind sections" | voroshil | 2007-06-07 | 2 | -15/+97 |
* | Allow setting the direction in the step_property command. | albeu | 2007-05-31 | 1 | -1/+1 |
* | buggy joystick initialization, works much better without this | ben | 2007-05-19 | 1 | -1/+0 |
* | Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line | diego | 2007-03-21 | 1 | -10/+10 |
* | New slave command: tv_step_freq <offset in MHz> | voroshil | 2007-03-17 | 2 | -0/+2 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 | 1 | -1/+0 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 | 1 | -4/+4 |
* | Allow to add/modify keybind for '#' | reimar | 2007-03-05 | 1 | -0/+1 |
* | Remove remnants of the nonfunctional "grab_frames" command. | uau | 2007-02-19 | 2 | -2/+1 |
* | Add ignore key bind | reimar | 2007-01-21 | 1 | -0/+1 |
* | Remove undocumented redundant key bindings. | diego | 2006-12-24 | 1 | -4/+0 |
* | Do not call usec_sleep when we are not supposed to sleep. | reimar | 2006-12-03 | 1 | -2/+3 |
* | Simplify: 1 > 0 seems to be a rather safe assumption to make ;-) | reimar | 2006-12-02 | 1 | -7/+1 |
* | FFmpeg-style dependency declaration | diego | 2006-11-27 | 1 | -6/+2 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 | 1 | -28/+1 |