summaryrefslogtreecommitdiffstats
path: root/input
Commit message (Expand)AuthorAgeFilesLines
* input: use flag option type for some input commandswm42015-03-041-13/+19
* input: remove numeric compatibility parameters from commandswm42015-03-041-14/+14
* input: handle closed pipe correctlywm42015-02-261-1/+1
* input: if FD is not writable, just don't write to the FDwm42015-02-261-6/+11
* input: allow passing FDs to --input-filewm42015-02-261-3/+12
* input: avoid creating world-writeable file with --input-unix-socketwm42015-02-261-0/+4
* input: minor cleanupwm42015-02-182-12/+11
* input: add MOUSE_ENTER keybinding.torque2015-02-183-1/+10
* command: add rescan_external_fileswm42015-02-162-0/+7
* x11: add XK_Cancel to the list of special keysMartin Herkt2015-02-142-0/+2
* x11: make all XF86 special keys mappablewm42015-02-131-1/+6
* ipc: put playback core to sleep while dequeuing commandswm42015-02-131-1/+7
* command: new commands audio_add/audio_remove/audio_reloadxylosper2015-02-032-0/+9
* input: fix dangling pointerwm42015-01-251-0/+1
* input, player: new command for mouse eventxylosper2015-01-232-0/+9
* input: handle mixing key press and up/down events betterwm42015-01-231-4/+5
* client API: reasonable behavior if window is closedwm42015-01-121-0/+2
* ipc: add enable_event and disable_event commandswm42014-12-241-0/+33
* ipc: report some user errors betterwm42014-12-241-2/+5
* command: extend revert_seek commandwm42014-12-171-1/+3
* client API: be more lenient about mpv_suspend/resume mismatcheswm42014-12-151-16/+4
* pipe-win32: possible fix for Windows XP deadlockJames Ross-Gowan2014-12-111-0/+10
* input: add a hack to fix keyboard navigation with dvd/bd menuwm42014-12-041-0/+2
* input, lua: make removing key bindings workwm42014-12-031-3/+4
* Do not call strerror()wm42014-11-262-6/+12
* input: simplifywm42014-11-245-38/+25
* lua: always handle key repeat on the script sidewm42014-11-241-1/+3
* lua, ipc: remove leftoverswm42014-11-241-9/+0
* command: don't queue framestepswm42014-11-231-0/+1
* input, lua: redo input handlingwm42014-11-234-10/+17
* input: set mouse area by default for all inputwm42014-11-231-1/+2
* Remove some unneeded NULL checkswm42014-11-211-1/+1
* ipc: fix confusion of write() return value and errnowm42014-11-211-3/+3
* input: add a prefix to make any binding act on key repeatwm42014-11-204-3/+7
* command: add drop_bufferswm42014-11-202-0/+4
* command: add an ab_loop commandwm42014-11-182-0/+4
* ipc: make sure --input-file=/dev/stdin always workswm42014-11-071-7/+20
* ipc: make it possible to receive log messageswm42014-11-011-0/+13
* ipc: add a command to retrieve API versionwm42014-11-011-0/+4
* ipc: verify resume/suspend commandswm42014-11-011-4/+16
* command: don't require whitespace before ';' or '#'wm42014-10-311-4/+1
* input: cascade-load input.confwm42014-10-291-8/+6
* audio: add command/function to reload audio outputwm42014-10-272-0/+2
* input: resolve ~ and similar for --input-filewm42014-10-241-2/+3
* command: fix debug outputwm42014-10-241-2/+2
* command: print executed commands with -vwm42014-10-232-0/+23
* command: add a "cached" mode to sub_addwm42014-10-231-1/+1
* command: make trailing sub_add actually optionalwm42014-10-221-1/+2
* command: extend sub_add commandwm42014-10-211-1/+3
* Set thread name for debuggingwm42014-10-192-0/+7
* ipc: skip empty and commented lineswm42014-10-191-2/+4
* ipc: accept both JSON and "old" commandswm42014-10-191-30/+27
* ipc: fix minor error cleanup issueswm42014-10-191-8/+8
* ipc: decouple from MPContextwm42014-10-192-42/+50
* ipc: fix a small memory leakwm42014-10-171-1/+2
* input: implement --input-file on unix using the IPC supportAlessandro Ghedini2014-10-173-76/+60
* input: implement JSON-based IPC protocolAlessandro Ghedini2014-10-171-0/+723
* input: don't add weird padding when formatting keycodewm42014-10-171-1/+1
* command: add a mechanism to allow scripts to intercept file loadswm42014-10-163-0/+7
* input: remove some unneeded codewm42014-10-101-59/+25
* input: cosmetics: move codewm42014-10-101-68/+69
* input: use mpv_node parser for char** command parserswm42014-10-105-61/+41
* input: add a function to parse mpv_node as commandwm42014-10-102-62/+162
* libmpv/cocoa: don't start the event monitorStefano Pigozzi2014-10-091-0/+7
* client API: rename --input-x11-keyboard to --input-vo-keyboardwm42014-10-092-6/+7
* client API, X11: change default keyboard input handling againwm42014-09-282-0/+13
* input: copy options automaticallywm42014-09-271-36/+29
* input: separate creation and loading of configwm42014-09-272-14/+23
* input: explain why we use semaphoreswm42014-09-201-3/+6
* input: add locking for repeat infoAlexander Preisinger2014-09-191-0/+3
* input: add function for setting repeat infoAlexander Preisinger2014-09-192-0/+8
* input: use libwaio for pipe input on Windowswm42014-09-145-147/+175
* input: fix nested commandswm42014-09-131-1/+1
* input: distinguish playlist navigation and quit commands for abortwm42014-09-133-28/+37
* stream: redo playback abort handlingwm42014-09-132-9/+15
* input: "quit_watch_later" and "stop" are abort commandswm42014-09-131-0/+2
* input: don't autorepeat cycle_values commandwm42014-09-131-1/+1
* input: simplifywm42014-09-131-45/+29
* input: fix autorepeatwm42014-09-131-2/+3
* input: remove central select() callwm42014-09-103-412/+37
* input: remove useless joystick.h/lirc.h include fileswm42014-09-106-67/+6
* input: use an input thread for joystickwm42014-09-103-17/+51
* input: use an input thread for lircwm42014-09-103-17/+47
* input: add convenience function for running input sources in threadswm42014-09-102-1/+91
* input: make some fields internalwm42014-09-102-13/+19
* terminal-unix: move to threadwm42014-09-102-21/+1
* input: fix missed wakeups, simplifywm42014-09-091-26/+10
* input: fix use after free with legacy commandswm42014-09-081-7/+11
* input: fix exiting with signalswm42014-09-081-2/+2
* player: some more input refactoringwm42014-09-072-17/+24
* input: make ar_rate and ar_delay fields of input_ctx signedshdown2014-08-301-2/+2
* input: handle reaching MP_MAX_FDS correctlyshdown2014-08-301-10/+10
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-296-6/+6
* posix: use STD*_FILENO constantsBen Boeckel2014-08-281-1/+1
* input: make key bindings like "Shift+X" work (for ASCII)wm42014-08-263-13/+30
* input: make all modifier flags unsignedwm42014-08-261-8/+8
* input: stdin is 0, not 1wm42014-08-251-1/+1
* input: redo how --input-file is handledwm42014-08-253-24/+261
* input: change verbosity of some message levelswm42014-08-251-3/+4
* input: fix event wakeupwm42014-08-111-18/+14
* input: fix off by one error in command parserwm42014-08-071-1/+1
* input: be stricter about rejecting mouse input with --no-input-cursorwm42014-07-272-0/+5
* vo: remove vo_mouse_movement() wrapperwm42014-07-272-0/+21
* vo: different hack for VOs which need to mangle mouse inputwm42014-07-272-0/+36
* osdep: don't assume errno is positivewm42014-07-251-1/+1
* command: add append-play loadfile modewm42014-07-231-1/+2
* input: enable wakeup on LIRC socketfoo862014-07-201-1/+1
* input: skip BOM in input.confwm42014-07-121-0/+1
* build: include <strings.h> for strcasecmp()wm42014-07-101-0/+1
* input: restore ability to combine mouse buttonswm42014-07-071-8/+6
* Audit and replace all ctype.h useswm42014-07-011-1/+0
* input: make option struct localwm42014-06-111-27/+56
* command: redo ancient TV/DVB/PVR commandswm42014-06-112-21/+0
* input: don't print warning when aboting playback via commandswm42014-06-061-6/+1
* input: separate wakeup pipe creation into a separate functionwm42014-05-301-13/+2
* input: make combined commands repeatablewm42014-05-263-2/+10
* command: add write_watch_later_config commandMartin2014-05-262-0/+4
* player: give quit_watch_later an exit code argument like quitwm42014-05-221-1/+1
* input: allow disabling window dragging with --no-window-draggingwm42014-05-201-1/+7
* input: fix compilation on windowswm42014-05-201-4/+2
* input: remove pausing command prefixeswm42014-05-112-5/+0
* input: fix typos, cosmeticswm42014-05-101-10/+10
* options: rename input-related optionsMartin Herkt2014-05-041-7/+7
* input: fix stack overflow when checking for abort cmdwm42014-05-021-1/+1
* input: increase number of maximum sectionswm42014-05-021-1/+1
* input: fix mouse_leave/OSC behaviorwm42014-04-261-1/+1
* input: fix inverted conditionwm42014-04-261-1/+1
* stream: make mp_input_check_interrupt thread-safewm42014-04-252-2/+13
* stream: remove interrupt callback global variableswm42014-04-252-6/+3
* input: make key binds order-independent againwm42014-04-191-2/+7
* input: discard key history when a key is mappedwm42014-04-191-3/+7
* input: remove minor code duplicationwm42014-04-191-15/+16
* input: ignore modifiers on MOUSE_LEAVEwm42014-04-191-2/+2
* input: don't wakeup core if key repeat is requested but not possiblewm42014-04-181-7/+5
* input: remove minor redundancywm42014-04-181-10/+2
* input: keycodes: reorder flagswm42014-04-181-16/+16
* input: simplify by not tracking key up/down stateswm42014-04-181-53/+30
* input: rename a variablewm42014-04-181-5/+5
* input: slightly simplify mouse dispatchingwm42014-04-181-13/+1
* input: move a functionwm42014-04-181-11/+11
* input: close window when window close button is pressed with --input-testwm42014-04-181-0/+9
* input: handle multi-combinations as key sequenceswm42014-04-181-64/+50
* input: deal with playback thread wakeup on windowswm42014-04-151-3/+14
* audio: wake up the core when audio buffer is running low (2)wm42014-04-152-0/+8
* Kill all tabswm42014-04-132-20/+20
* joystick: Fix incorrect pointer offset code.reimar2014-04-101-1/+1
* player: rename dvdnav to discnavxylosper2014-03-302-2/+3
* command, lua: change script_message semanticswm42014-03-172-1/+3
* input: allow input.conf bindings to be declared as builtinwm42014-02-251-0/+11
* command: fix loadfile commandwm42014-02-243-3/+6
* command: provide per-file-options for loadfile commandxylosper2014-02-232-0/+2
* command: remove special casing for strings in input commandswm42014-02-231-5/+13
* input: check for abort cmd in multi-commandswm42014-02-203-4/+19
* input: ignore modifiers when releasing keysJames Ross-Gowan2014-02-201-2/+2
* input, dvdnav: fix osc stealing input from dvdnavwm42014-02-192-4/+16
* input: minor simplification for --input-testwm42014-02-191-5/+4
* input: debug output for registered bindingswm42014-02-171-0/+7
* input: don't let builtin bindings overwrite user bindingswm42014-02-171-2/+6
* client API: add a client message eventwm42014-02-172-0/+3
* keycodes: add const to a function argumentwm42014-02-172-2/+2
* threads: add wrapper for initializing recursive mutexeswm42014-01-311-5/+2
* input: change mp_input_run_cmd signaturewm42014-01-043-8/+6
* video/out: remove some code duplication between X11 and waylandwm42014-01-042-0/+31
* input: move files drag and drop to a new event.c fileStefano Pigozzi2014-01-044-0/+84
* input: use bstr_xappend()wm42013-12-303-15/+25
* common: simplify and optimize string escape parsingwm42013-12-301-26/+1
* input: print an error if reading input.conf failswm42013-12-281-4/+8
* options: simplify handling of some help optionswm42013-12-261-16/+2
* input: cosmetics: move code aroundwm42013-12-261-319/+316
* input: split off some code from input.c to separate fileswm42013-12-268-1049/+1234
* msg: rename mp_msg_log -> mp_msgwm42013-12-211-2/+2
* msg: convert defines to enumwm42013-12-211-3/+3
* path lookup functions: mp_msg conversionswm42013-12-211-2/+2
* stream: mp_msg conversionswm42013-12-211-1/+1
* m_option, m_config: mp_msg conversionswm42013-12-211-6/+6
* input: rework how input sources are addedwm42013-12-216-156/+152
* input: make parse_cmd_strv take const argsMartin Herkt2013-12-202-2/+2
* input, lua: add functions to take pre-split input commandswm42013-12-202-70/+162
* Rename getch2....c/h to terminal....c/hwm42013-12-191-9/+2
* command: remove radio commandswm42013-12-192-9/+0
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-174-7/+7
* Move options/config related files from mpvcore/ to options/wm42013-12-172-5/+4
* Move mpvcore/input/ to input/wm42013-12-177-0/+3458
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-1210-3392/+0
* Merge branch 'osd_changes' into masterwm42012-11-011-4/+5
|\
| * screenshot: change "screenshot" input commandwm42012-10-241-4/+4
| * screenshot: allow taking screenshots with subtitleswm42012-10-241-1/+2
* | input: minor simplificationwm42012-11-011-2/+1
* | input: fix off-by-one errorreimar2012-10-311-1/+1
|/
* input: fix mp_cmd memory leakwm42012-10-141-0/+3
* input: minor simplification to mp_input_get_cmd()wm42012-10-141-13/+8
* input: add input test modewm42012-10-142-12/+77
* input: track location info for input commandswm42012-10-142-23/+42
* input: don't warn on commands for disabled optional featureswm42012-10-141-6/+5
* Merge branch 'input_changes' into masterwm42012-10-122-306/+377
|\
| * commands: use "up" and "down" as 2nd argument for cycle commandwm42012-10-121-1/+28
| * commands: add print_text input command to print text on the terminalwm42012-10-122-0/+2
| * commands: sub_step takes only one argumentwm42012-10-121-1/+1
| * commands: disable deprecation warningswm42012-10-121-1/+1
| * commands: rename show_tracks/chapters_osd commandwm42012-10-121-2/+4
| * commands: more user-control whether a command shows OSD bars/messageswm42012-10-122-2/+12
| * commands: add choice type to input commandswm42012-10-122-50/+64
| * input: warn about non-existing commands, add explicit "ignore" commandwm42012-10-122-25/+27
| * input: handle escapes always in command parserwm42012-10-121-125/+157
| * input: verify input.conf on loadingwm42012-10-122-8/+12
| * commands: replace "switch" with "add" and "cycle"wm42012-10-122-36/+38
| * commands: make "aspect" property writeable, replaces "switch_ratio"wm42012-10-122-3/+4
| * commands: replace --hardframedrop, change framedropping propertywm42012-10-121-1/+1
| * commands: remove third parameter for "switch"wm42012-10-121-1/+1
| * commands: rename osd_show_[property_]text and osd_show_progressionwm42012-10-122-6/+7
| * commands: remove speed_set/speed_incr commandswm42012-10-122-4/+2
| * commands: rename properties, update input.confwm42012-10-121-39/+38
| * commands: remove unimplemented "use_master" commandwm42012-10-122-2/+0
| * commands: change input commands to make OSD usage explicitwm42012-10-122-24/+54
| * commands: simplify legacy command-to-property bridgewm42012-10-122-76/+63
| * commands: remove legacy slave mode get commandswm42012-10-122-38/+0
* | Rename to "mpv"wm42012-10-122-2/+2
* | commands: fix parsing bugwm42012-09-231-1/+1
|/
* vf_rectangle: remove as it is very dirty and we have a replacement nowRudolf Polzer2012-09-182-2/+0
* core: manage tracks in the frontendwm42012-09-182-8/+0
* command: remove sub_remove commandwm42012-09-072-2/+0
* command: remove sub_log commandwm42012-09-072-2/+0
* input: add ability to disable all default bindings for an input sectionwm42012-08-242-6/+18
* Remove dvdnav support (DVD menus)wm42012-08-162-15/+0
* options: get rid of ambiguous option parsingwm42012-08-051-2/+2
* Remove teletext supportwm42012-08-032-4/+0
* mplayer: rip out --capture supportwm42012-08-022-2/+0
* input: change bind_keys() to use bstrwm42012-08-011-16/+14
* input: replace internal key binds with included etc/input.confwm42012-08-011-159/+10
* input: refactor: store builtin key binds along user user bindswm42012-08-011-24/+26
* input: simplify input.conf parsingwm42012-08-011-72/+28
* Remove dead codewm42012-08-012-30/+0
* VO: add mechanisms to change VO commandline for VOs supporting itwm42012-08-012-0/+5
* mplayer: turn playtree into a list, and change per-file option handlingwm42012-07-312-23/+19
* lirc: silence output in case LIRC can't be openedwm42012-07-301-2/+2
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrwm42012-07-281-2/+2
* commands: add show_tracks_osd command to display audio and subtitle tracks on...wm42012-07-282-0/+2
* commands: add show_chapters_osd command to display chapters on OSDwm42012-07-282-0/+5
* Merge remote-tracking branch 'origin/master'wm42012-07-281-1/+1
|\
| * options: support parsing values into substructsUoti Urpala2012-07-161-1/+1
* | Merge remote-tracking branch 'origin/master'wm42012-05-201-8/+8
|\|
| * options: change --input=keylist, cmdlist implementationUoti Urpala2012-05-071-8/+8
* | Merge remote-tracking branch 'origin/master'wm42012-04-291-1/+23
|\|
| * OSX, input: implement wakeup in response to Cocoa eventsStefano Pigozzi2012-04-261-1/+23
* | win32: support key modifiers (shift, ctrl, alt)wm42012-04-061-10/+9
* | Merge remote-tracking branch 'origin/master'wm42012-04-012-144/+185
|\|
| * ao_pulse, core: make pulse thread wake up core for more dataUoti Urpala2012-03-262-6/+41
| * input.c: simplify command definitionsUoti Urpala2012-03-252-145/+152
| * x11: input: add print and menu keyswm42012-03-252-0/+2
| * input: allow unicode keys and reassign internal key codeswm42012-03-252-26/+44
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-161-5/+10
|\|
| * windows support: unicode filenameswm42012-03-091-5/+10
* | input: fix OSD cyclingwm42012-02-121-1/+1
* | commands: add pt_clear command to clear playlistwm42012-02-102-0/+2
* | input.c: simplify command definitionswm42012-01-262-129/+130
* | Merge branch 'utf8_input' into my_masterwm42012-01-182-26/+46
|\ \
| * | x11: add print and menu keyswm42012-01-182-0/+2
| * | input: allow unicode keys and reassign internal key codeswm42012-01-182-26/+44
| |/
* | input: simplify previous commit a bit morewm42012-01-181-20/+20
* | input: fix crashes with libmenuwm42012-01-182-17/+33
|/
* core: add screenshot mode for actual VO window contentswm42011-11-251-1/+3
* libmenu: remove OSD menu functionality (--menu)Uoti Urpala2011-10-252-66/+0
* video, options: implement better YUV->RGB conversion controlwm42011-10-161-1/+1
* input/ar.c, input/lirc.c: fix changes missing from 1916b95b8Uoti Urpala2011-09-042-1/+3
* options, subs: add --ass-vsfilter-aspect-compatharklu2011-08-121-0/+1
* commands: parsing: fix string argument quoting/escapingUoti Urpala2011-08-051-38/+26
* bstr: rename BSTR() -> bstr()Uoti Urpala2011-07-271-1/+2
* input: fix input.conf parse errorsUoti Urpala2011-07-201-114/+58
* input: fix problem with key autorepeatUoti Urpala2011-07-181-4/+3
* input: rework event reading and command queuingUoti Urpala2011-07-172-150/+211
* cleanup: remove some unnecessary input.[ch] typedefsUoti Urpala2011-07-166-115/+83
* cosmetics: reformat input.h, fix commentsUoti Urpala2011-07-161-184/+181
* input.c: remove write to buffer[-1] in parse_config()Uoti Urpala2011-07-111-1/+0
* cleanup: silence most of the clang warningsClément Bœsch2011-07-091-2/+2
* Merge branch 'mplayer1_changes'Uoti Urpala2011-06-292-2/+42
|\
| * input: support up to 20 mouse buttonsreimar2011-06-292-2/+42
* | input: clean up messages with button combination namesUoti Urpala2011-06-291-34/+23
|/
* input: add useful default pointer button bindingsGrigori Goronzy2011-06-141-0/+2
* input: make slave command file descriptors nonblockingUoti Urpala2011-05-041-2/+2
* input/joystick.c: add #include missing from 23cb829072Uoti Urpala2011-05-031-0/+1
* cleanup: remove more warningsClément Bœsch2011-05-021-1/+1
* input: rewrite -key-fifo-size limiting logicUoti Urpala2011-05-022-2/+14
* input: modify interpretation of doubleclick eventsUoti Urpala2011-05-021-0/+13
* cleanup: input.c: simplify some string handling codeUoti Urpala2011-05-021-17/+11
* cleanup: reformat input.cUoti Urpala2011-05-021-921/+957
* input: move all key code lists to input/keycodes.hUoti Urpala2011-05-028-101/+200
* input: don't interrupt processing at unbound eventsUoti Urpala2011-05-011-6/+7
* input: sleep in event loop even if there are no input fdsUoti Urpala2011-04-221-19/+14
* input: accept Shift modifier for Enter and Tab keysUoti Urpala2011-02-051-1/+2
* input: remove incorrect "CTRL" keyname alias for backspaceUoti Urpala2011-02-051-1/+0
* Merge branch 'hr-seek'Uoti Urpala2010-12-201-49/+94
|\
| * input: add default keybindings Shift+[arrow] for small exact seeksUoti Urpala2010-12-201-0/+4
| * input: support bindings with modifier keys for X inputUoti Urpala2010-12-201-48/+89
| * core: add support for precise non-keyframe-limited seeksUoti Urpala2010-12-201-1/+1
* | cosmetics: remove unused code, small formatting tweaksUoti Urpala2010-12-201-7/+0
* | commands: Allow cycling subtitles backwards with 'J'reimar2010-12-161-0/+1
|/
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-143-18/+9
* options: add OPT_MAKE_FLAGS macro, creates "opt/noopt" flag pairClément Bœsch2010-11-041-10/+5
* Add a simple capture feature (-capture)Uoti Urpala2010-11-022-0/+3
* new slave command: af_cmdline, for changing audio filter optionsreimar2010-11-022-0/+2
* input: try to open "-input -file=" file even if stat() failsreimar2010-11-021-12/+13
* cosmetics: input/ar.c: Mark is_mplayer_front() staticdiego2010-11-021-1/+1
* Merge svn changes up to r31256Uoti Urpala2010-05-301-0/+6
|\
| * Document that time argument is in milliseconds.reimar2010-05-281-0/+6
| * Drop pointles _st suffix from struct mp_cmd_filter and mp_cmd_bind_section.diego2010-05-271-4/+4
* | Merge svn changes up to r31033Uoti Urpala2010-04-262-0/+15
|\|
| * Add slave commands for loading and unloading audio filters at runtime.cehoyos2010-04-112-0/+12
| * Add osd_show_progression: Show progress bar and elapsed/total time.cehoyos2010-04-092-0/+3
| * Mark input-related m_option_t arrays as const.diego2010-04-041-2/+2
* | Merge svn changes up to r30967Uoti Urpala2010-04-261-1/+1
|\|
| * Rename get_path.[ch] --> path.[ch].diego2010-03-201-1/+1
* | input: remove unused "paused" arguments from some functionsUoti Urpala2010-04-252-17/+15
* | Delete things related to old translation systemUoti Urpala2010-03-104-4/+0
* | Merge svn changes up to r30798Uoti Urpala2010-03-102-0/+3
|\|
| * Support all line ending types in mp_input_read_cmd.reimar2010-02-271-0/+2
| * Include lirc.h in lirc.c to add missing prototypes.cehoyos2010-02-271-0/+1
| * Mark some more functions that are not used outside of their files as static.diego2010-02-181-2/+2
| * Declare mp_input_register_options() in input/input.h.diego2010-02-141-0/+4
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-4/+0
|\|
| * Remove CONFIG_TV_TELETEXT.cehoyos2009-11-071-4/+0
* | Add yuv_colorspace property, implemented in vo_vdpau and vo_xvUoti Urpala2009-11-151-0/+1
* | UI: Make the 'D' key print the new deinterlace statusUoti Urpala2009-09-191-1/+1
* | commands: Add set_property_osd and step_property_osdUoti Urpala2009-09-192-0/+4
* | Remove the internal GUIAnton Khirnov2009-07-072-46/+2
* | Merge svn changes up to r29412Uoti Urpala2009-07-071-1/+1
|\|
| * Increase slave mode buffer so that one can load files with a deeperben2009-06-261-1/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-136-45/+45
* | Remove trailing whitespace from most filesUoti Urpala2009-07-076-40/+40
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-074-45/+45
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-074-46/+46
* | Merge svn changes up to r29277Uoti Urpala2009-05-081-1/+1
|\|
| * Add missing 'void' to parameterless function declarations.diego2009-05-041-1/+1
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-5/+5
|\|
| * Rename 'default-binds' input option to 'default-bindings'.diego2009-03-251-4/+4
* | Merge svn changes up to r28951Uoti Urpala2009-03-141-1/+6
|\|
| * Add an option to disable the default key binding that MPlayer includesreimar2009-03-081-1/+4
| * Make pausing_keep_force the default for the set_mouse_pos and key_down_event -reimar2009-03-071-1/+10
* | Merge svn changes up to r28403Uoti Urpala2009-01-311-19/+11
|\|
| * Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleakreimar2009-01-301-7/+7
| * Fix an MSGT_INPUT to MSGT_LIRC in lirc.creimar2009-01-301-1/+1
| * Do not use select n lirc code, instead set the fd non-blocking.reimar2009-01-271-18/+10
* | Merge svn changes up to r28366Uoti Urpala2009-01-261-1/+1
|\|
| * Fix typo: pool -> pollreimar2009-01-251-1/+1
* | Merge svn changes up to r28149Uoti Urpala2008-12-147-0/+124
|\|
| * Add standard GPL license header.diego2008-12-137-0/+124
* | Merge svn changes up to r28103Uoti Urpala2008-12-061-1/+1
|\|
| * Re-add "extern"s incorrectly removed in r28085reimar2008-12-041-1/+1
* | Merge svn changes up to r28087Uoti Urpala2008-12-041-1/+1
|\|
| * Get rid of pointless 'extern' keywords.diego2008-12-031-1/+1
* | Merge svn changes up to r27682Uoti Urpala2008-10-021-0/+3
|\|
| * Add an experimental pausing_keep_force slave mode command prefixreimar2008-09-251-0/+3
* | Move some declarations from mplayer.c to proper headersUoti Urpala2008-08-121-0/+3
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-12/+12
|\|
| * Rename a bunch of miscellaneous preprocessor directives.diego2008-08-071-6/+6
| * Rename all preprocessor directives related to Apple / Mac OS X.diego2008-08-061-4/+4
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-3/+3
* | Merge svn changes up to r27399Uoti Urpala2008-08-021-4/+4
|\|
| * Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.diego2008-07-301-1/+1
| * Rename two GUI-related preprocessor directives:diego2008-07-301-3/+3
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-6/+6
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-6/+6
* | Merge svn changes up to r27123Uoti Urpala2008-06-232-146/+149
|\|
| * Change DVDNAV command key names.ben2008-06-192-18/+19
| * Group all input command defines in one big enumben2008-06-181-128/+130
* | Merge svn changes up to r26979Uoti Urpala2008-06-045-2/+174
|\|
| * Add a slave command to stop stream playback.ben2008-05-272-0/+3
| * add potentially missing typesben2008-05-201-0/+1
| * fix compilation of input.c if neither macosx/linux apple remote codeben2008-05-181-1/+1
| * Keep AppleIR enabled by default on MacOSX but have it disable on Linux.ben2008-05-181-0/+4
| * Do not enable AppleIR by default.ben2008-05-181-1/+1
| * Add support for AppleIR Remote as an input under Linux systems.ben2008-05-183-0/+168
| * cosmetics: Remove useless parentheses from return statements.diego2008-05-161-2/+2
* | Merge svn changes up to r26783Uoti Urpala2008-05-153-7/+7
|\|
| * Use standard license headers with standard formatting.diego2008-05-142-6/+6
| * usec_sleep(0) is not the same as not sleeping at all.reimar2008-05-101-1/+1
* | input.c: Use talloc for all memory allocationsUoti Urpala2008-05-011-14/+10
* | Move input options to option structUoti Urpala2008-04-302-40/+40
* | input: Use talloc for struct mp_cmd and things under itUoti Urpala2008-04-301-28/+12
* | input: Move command filedescriptor list to context structUoti Urpala2008-04-302-29/+34
* | input: Move cmd_queue to context structUoti Urpala2008-04-302-22/+23
* | input.c: Change a static variable to localUoti Urpala2008-04-301-14/+16
* | input: Move key filedescriptor list to context structUoti Urpala2008-04-302-28/+34
* | input.c: Move variable from static to localUoti Urpala2008-04-301-2/+1
* | input.c: Move key down state to context structUoti Urpala2008-04-301-33/+36
* | input.c: Use talloc for command bind allocationsUoti Urpala2008-04-301-31/+11
* | input.[ch]: Move some type definitions from .h to .cUoti Urpala2008-04-302-10/+10
* | input.c: Remove mp_input_ prefixes from static function namesUoti Urpala2008-04-301-60/+58
* | input.c: Make two functions staticUoti Urpala2008-04-301-3/+3
* | Remove INITIALIZED_INPUT from mpctx->initialized_flagsUoti Urpala2008-04-301-0/+3
* | input: Move command bind variables to context structUoti Urpala2008-04-302-58/+69
* | Create a context for input.c stateUoti Urpala2008-04-302-45/+58
* | input.c: Remove _st prefix from struct namesUoti Urpala2008-04-301-4/+4
* | input.c: Use union instead of void *Uoti Urpala2008-04-291-6/+9
* | input: Remove separate mp_input_add_event_fdUoti Urpala2008-04-296-54/+15
* | input.c: Revert code uglifications done for gcc 2.95Uoti Urpala2008-04-291-9/+5
* | input.c: Remove unnecessary #include "osdep/getch2.h"Uoti Urpala2008-04-291-1/+0
* | Merge svn changes up to r26587Uoti Urpala2008-04-291-1/+1
|\|
| * Use full path for libavutil #includes.diego2008-04-281-1/+1
* | Mark some constant symbols as suchUoti Urpala2008-04-261-2/+2
* | Add a context argument to mp_input_add_event_fd callbackUoti Urpala2008-04-232-3/+5
* | input/input.c: Minor simplificationUoti Urpala2008-04-231-15/+17
|/
* Get rid of recursive make for the input/ subdirectory.diego2008-04-061-10/+0
* Fix handling of comments in input.c, current code had useless ifs and in addi...reimar2008-03-111-4/+2
* joystick.c is only ever compiled on Linux, remove pointless #ifdefdiego2008-02-281-17/+0
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-225-15/+15
* typo fix: inited --> initializeddiego2008-02-142-9/+9
* Add new command to switch between dvdnav titlesben2008-01-242-0/+2
* Add ass_use_margins command and property to shift subtitles to margins and backeugeni2008-01-232-0/+4
* Fix some types to constreimar2008-01-191-5/+6
* Remove a useless castreimar2008-01-151-1/+1
* Make several mapping tables related to input processing const.reimar2008-01-131-4/+4
* Remove unnecessary <signal.h> includesuau2008-01-091-1/+0
* Do not use exit_player in the signal handler, this code just can notreimar2008-01-082-0/+6
* properties to change angle; patch by oattila chello hunicodvb2008-01-052-0/+3
* 10l: Replace #define with #endif where I really meant to write #endif.diego2008-01-021-1/+1
* Add multiple inclusion guards to all header files that lack them.diego2008-01-014-2/+15
* From now on, libmenu does not steal all input keys from input modules.ulion2007-12-262-3/+3
* Add new function for parsing and queueing multi-commands separated by \n or \r.ulion2007-12-112-0/+29
* Ignore heading spaces when parsing command.ulion2007-12-101-0/+4
* Remove hardcoded key->cmd bindings in libmenu, support custom key bindingsulion2007-12-042-1/+4
* Do not queue empty cmd.ulion2007-12-021-1/+1
* Use const char * to replace a char * parameter.ulion2007-11-271-1/+1
* Support select subtitle by source, add 4 properties:ulion2007-11-252-0/+8
* Fix cmd filter memory leak, free the cmd after filter ate it.ulion2007-11-081-1/+6
* Fix input.conf parse bug when comment follows key binding in the same line.ulion2007-10-311-1/+1
* Fix input command parser for using only tab to separate the arguments.ulion2007-10-231-2/+2
* spelling cosmeticsdiego2007-09-291-1/+1
* warning fixes:diego2007-09-131-2/+2
* Implement X/27/0 packet decoding.voroshil2007-08-281-0/+1
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-2/+1
* Process any waiting commands (got_cmd set). Should fix e.g. smplayer.reimar2007-08-271-1/+2
* Revert r24158, it is not necessary with unsigned bitfieldreimar2007-08-251-4/+2
* Change bitfield to unsigned so that we get the usual truth valuesreimar2007-08-251-6/+6
* Hack around broken bitfields in gcc 4.2reimar2007-08-251-2/+4
* Fix invalid fd check, the bug is somewhere else though.reimar2007-08-251-2/+2
* HACK: check added fds for validity because otherwise mplayerreimar2007-08-251-0/+12
* Fix loads of warningsreimar2007-08-251-6/+10
* Handle queued commands from input event functions immediatelyuau2007-08-251-0/+6
* Add separate event input type for terminal+vouau2007-08-252-2/+29
* Use a single select() for both key and slave inputuau2007-08-251-195/+117
* Make terminal input work more like VO key inputuau2007-08-251-4/+4
* Remove unused functionuau2007-08-251-18/+1
* Use bitfield instead of manual bit fiddling in input.cuau2007-08-251-28/+25
* Automatic TV channels scanning ability for MPlayer.voroshil2007-08-232-0/+2
* Clarify comment as pointed out by Ulion.diego2007-08-151-2/+2
* cosmetics: prettyprintdiego2007-08-141-3/+3
* Apple Remote supportdiego2007-08-144-0/+551
* Teletext support.voroshil2007-07-292-0/+10
* Add a loop command and property.albeu2007-07-092-0/+2
* Add the sub_scale property and command.albeu2007-07-092-0/+2
* Add comments to some preprocessor directives.diego2007-06-271-2/+2
* Revert r23530.voroshil2007-06-212-12/+0
* The audio balance feature implemented with af_pan.zuxy2007-06-202-0/+4
* Teletext support for tv:// (v4l and v4l2 only)voroshil2007-06-102-0/+12
* implement "bind sections"voroshil2007-06-072-15/+97
* Allow setting the direction in the step_property command.albeu2007-05-311-1/+1
* buggy joystick initialization, works much better without thisben2007-05-191-1/+0
* Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in linediego2007-03-211-10/+10
* New slave command: tv_step_freq <offset in MHz>voroshil2007-03-172-0/+2
* 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-4/+4
* Allow to add/modify keybind for '#'reimar2007-03-051-0/+1
* Remove remnants of the nonfunctional "grab_frames" command.uau2007-02-192-2/+1
* Add ignore key bindreimar2007-01-211-0/+1
* Remove undocumented redundant key bindings.diego2006-12-241-4/+0
* Do not call usec_sleep when we are not supposed to sleep.reimar2006-12-031-2/+3
* Simplify: 1 > 0 seems to be a rather safe assumption to make ;-)reimar2006-12-021-7/+1
* FFmpeg-style dependency declarationdiego2006-11-271-6/+2
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-28/+1
* Remove superfluous comment.diego2006-11-251-3/+0
* Unify dep/depend targets.diego2006-11-201-3/+1
* new slave command: radio_step_freqvoroshil2006-11-192-0/+2
* bind TAB to 'step_property switch_program'nicodvb2006-11-181-0/+1
* Since vobsub_lang and sub_select do the same, 'b' and 'j' were boundreimar2006-11-171-2/+1
* Add deinterlace property, patch by Carl Eugen Hoyosreimar2006-11-171-0/+1
* associated _ to 'step_property switch_video'nicodvb2006-11-161-0/+1
* Introduce step_property command.reimar2006-11-142-0/+2
* litle bug, didn't compile :(ptt2006-10-121-1/+1
* slight overall verbosity reductiondiego2006-10-122-3/+3
* introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);nicodvb2006-09-192-1/+2
* removed old dvdnav_event definitionsnicodvb2006-09-192-3/+0
* when dvdnav is enabled associate MOUSE_BTN0 to dvdnav 6 (to simulate confirma...nicodvb2006-09-161-0/+1
* report to mplayer with a slave command the coordinates of the pointer reporte...nicodvb2006-09-162-0/+2
* Add repeated screenshot mode to vf_screenshot.eugeni2006-09-151-2/+3
* Move conditional compilation to the build system.diego2006-09-123-9/+8
* permit to select previous dvdnav menu, in the order chapter->title->rootnicodvb2006-09-102-0/+2
* reassigned to KEY_KP? the dvdnav bindings used in input.confnicodvb2006-09-091-6/+6
* Radio support, patch by Vladimir Voroshilov (voroshil gmail com)reimar2006-08-282-0/+8
* extended slave mode with metadata retrieval commandsben2006-08-262-0/+28
* added new filter option to menu file browser to only display some files accor...ben2006-08-222-0/+2
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
* Add matroska chapter seeking capability.eugeni2006-08-062-0/+6
* marks several strings inside structs as const when they hold just reynaldo2006-07-161-1/+1
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-031-1/+1
* rm unnecesary casts from void* - part 4reynaldo2006-07-031-1/+1
* rm unnecesary casts from void* - part 2reynaldo2006-07-021-4/+4
* gets ride of a few more sizeof(char)sreynaldo2006-06-301-3/+3
* Make sure mp_input_read_key_code always sleeps. Avoids 100% CPU loadreimar2006-06-251-4/+8
* Remove now obsolete .cvsignore files.diego2006-06-021-1/+0
* Make EDL compilation unconditionaluau2006-04-272-6/+0
* Align osd_show_text with osd_show_property_text.albeu2006-04-231-1/+1
* Add a new command: osd_show_property_text that show an expanded propertyalbeu2006-04-232-0/+3
* Handle the tv color control commands with the properties.albeu2006-04-221-4/+4
* Switch audio delay keys to something more sane (+ to increase, - to decrease)diego2006-04-151-2/+2
* prevent overflow.. wtf?! from irc:rfelker2006-03-311-1/+1
* Subtitles properties: move sub_select, sub_pos, sub_visibilty,albeu2006-03-241-2/+2
* Convert fullscreen, panscan, color controls, ontop, rootwin,albeu2006-03-231-4/+4
* Move audio_delay to a property and add a few read only properties toalbeu2006-03-221-1/+1
* Add the new property API and implement a couple properties.albeu2006-03-222-2/+6
* Enable gui key bindings only when running the gui. Fix enter and escalbeu2006-03-182-15/+29
* remove useless cruft (binds variable)reimar2006-03-121-7/+0
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* add "pausing_keep" and "pausing_toggle" input cmd prefixesods152005-12-251-0/+6
* Add double-click mouse events.joey2005-11-112-0/+22
* add a switch, slave command, and vo control to toggle borderless window.joey2005-11-102-0/+2
* libvo input cleanup: remove the dependency on libinput,albeu2005-11-021-8/+40
* Unify include paths, -I.. is in CFLAGS.diego2005-10-253-10/+10
* translatable eng strings to new section on help_mp-enreynaldo2005-10-251-30/+30
* printf to mp_msgreynaldo2005-10-251-9/+12
* Make a few more messages translatable by moving them into help_mp-en.h.diego2005-10-181-1/+2
* When compiled with gui, bind ESC to gui_stop so that s is free for screenshot.reimar2005-09-151-2/+2
* add key_down_eventto slave mode, used to inject key down event with mplayer_p...nplourde2005-08-312-0/+2
* loadfile/loadlist can now also add files to the playlistreimar2005-08-151-2/+2
* use calloc so that mp_cmd_free won't use uninitialized data in case of an errorreimar2005-07-231-1/+1
* consume empty lirc events at once.reimar2005-06-273-1/+5
* Add sub_load and sub_remove slave commands.reimar2005-06-092-0/+4
* new get_time_pos slave mode commandoreimar2005-05-182-0/+2
* adds a parameter to the switch_audio command to directly select a track.reimar2005-04-281-1/+1
* when parsing one cmd argument, only un-escape _this_ argument, not the follow...aurel2005-04-151-1/+1
* allow sub_select and vobsub_lang to select particular subtitlehenry2005-04-111-2/+2
* Added support of audio stream switching in the MPEG demuxer using the #-keygpoirier2005-04-032-0/+3
* Make seek command parameter float.reimar2005-02-171-1/+1
* command to log current subtitle to filehenry2005-02-122-0/+2
* fix "Unknown argument" with cmd containing spacesaurel2005-02-111-0/+1
* remove all setlocale calls, they break the behaviour of sscanf andreimar2005-01-201-11/+0
* Add missing break that caused an irritating error message all the time when u...reimar2005-01-031-0/+1
* enable the run slave commande even without libmenuaurel2004-12-022-2/+2
* add "pausing" prefix for MPlayer commandsreimar2004-11-202-0/+8
* Reduce excessive verbosity.diego2004-11-151-3/+3
* small memleak fix, based on patch by Wei Jiang <jiangw98@yahoo.com>faust32004-10-301-0/+2
* allow changing playback speed during playback.reimar2004-10-202-0/+11
* Make '.' key default for framesteppingreimar2004-10-141-0/+1
* Comment clarified, patch by Sylvain Colinet <scolinet at gmail dot com>.diego2004-10-131-2/+2
* allow to step only one frame forward by pressing s.reimar2004-10-122-0/+2
* Do not loose commands while paused.reimar2004-10-102-9/+19
* fix a memory corruption and make sure only getch2 handles stdinfaust32004-09-151-2/+2
* slave mode command to switch aspect ratio, patch by Aurelien Jacobs <aurel at...faust32004-09-152-0/+2
* quit slave mode command now accepts an exit value, patch by Aurelien Jacobs <...faust32004-09-151-1/+1
* slave mode command to en/disable vsync, patch by Aurelien Jacobs <aurel at gn...faust32004-09-022-0/+2
* added runtime toggle of root window playbackjoey2004-08-222-0/+2
* moved combined vobsub_lang into sub_selectjoey2004-08-222-2/+2
* Corrected my mistake in the last memfix patch.al2004-08-031-4/+13
* false-use-of-get_path() memleak fixes.al2004-07-231-1/+4
* individual sub_select option not interferring with vobsub_langalex2004-07-172-0/+3
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+1
* slave command dvb_set_channel now takes 2 arguments: channel cardnicodvb2004-04-261-1/+1
* Support binding F11 and F12 keys to commands.diego2004-01-161-0/+2
* occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>diego2003-12-241-2/+2
* runtime 'stay-on-top' functionalityjoey2003-11-302-0/+3
* Forced subtitles patch by Arne Driescher <driescher@mpi-magdeburg.mpg.de>attila2003-09-212-0/+3
* slave mode commands to print out vo_fs and sub_visibility globals, patch by M...faust32003-09-192-0/+5
* spelling cosmeticsdiego2003-09-141-22/+22
* 1000lalex2003-09-021-2/+2
* Finnaly commit Nico's dvb menu. Sorry for committing thisalbeu2003-08-161-0/+3
* I've juste found a bug which prevent to load a file whose name containalbeu2003-08-151-3/+4
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-9/+8
* reverse of accidently twice commited patch (non-unified patch suxx)gabucino2003-08-122-8/+0
* From: Kir Kostuchenko <kir@users.sourceforge.net>gabucino2003-08-122-0/+8
* Hi, here are slave commands:gabucino2003-08-122-0/+8
* dvbin fix by Nico <nsabbi@libero.it>alex2003-08-111-0/+4
* I'd like to change tv tuner frequency in the slave mode. So this patchgabucino2003-08-042-0/+4
* Output typos fixed.diego2003-07-091-33/+33
* output typo fixes: unknow --> unknowndiego2003-07-091-1/+1
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...arpi2003-06-091-1/+1
* lirccd support by Fredrik Tolf <fredrik@dolda2000.cjb.net>alex2003-05-301-1/+15
* new slave mode command to show text via osd, patch by Lars Gemeinhardt <lars....faust32003-05-172-0/+2
* keypad and function (f1-f10) suppport (currently only vo_sdl and the terminal...alex2003-04-091-0/+24
* allow select()less compilationfaust32003-04-041-0/+20
* Support for "internet" or "multimedia" keyboards in X11.albeu2003-04-041-0/+12
* - 10l fix: it exited with return MP_INPUT_NOTHING; if all fd's havearpi2003-03-291-3/+9
* linux->osdeparpi2003-02-091-3/+3
* use 'a' for subtitle aligment instead for useless gui aboutboxarpi2003-01-121-2/+1
* user friendly channel tuning + 10L fix in tvi_v4l (by Stephane Jourdois)henry2002-12-282-2/+3
* This patch adds support for vertical subtitle alignmentarpi2002-12-232-0/+3
* Merged EDL 0.5 patch - it's something like Quicktime's edit lists.arpi2002-12-232-0/+10
* add a TV_SET_CNANNEL commandhenry2002-12-192-0/+2
* This patch makes it possible to navigate among the subtitles whilearpi2002-12-052-0/+4
* slave-mode commands to get movie length & posarpi2002-12-052-0/+4
* 10l my last fix choked the last command definition, this fix seems to work co...atmos42002-11-251-2/+2
* Fix endless-loop if no newline at input.conf EOFatmos42002-11-251-3/+3
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-231-1/+1
* Add quoting support for string arguments (fix loading of file with space inalbeu2002-11-182-9/+32
* Add the possibilty to grab the keys and to filter the commandsalbeu2002-11-142-26/+106
* New config system + cleanup of header inter dependencyalbeu2002-11-121-0/+1
* Reverse Arpi's commit and put the right fix in place.albeu2002-10-252-14/+32
* better error handlingarpi2002-10-251-3/+8
* rewrote the lirc code to remove the forkarpi2002-10-233-97/+73
* Fixed a bug in MPlayer which would prevent proper parsing ofarpi2002-10-231-0/+11
* mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_in...arpi2002-10-232-0/+28
* New feature to let mplayer read commands from a file. Mostlyalbeu2002-10-221-0/+18
* Mplayer can switch between subtitles of different languages duringkmkaplan2002-10-172-0/+3
* This patch adds the functionality to disable/enable subtitles while playingarpi2002-10-062-0/+3
* -vf eq2, LUT-based brightness/contrast/gamma correction (Y-only)arpi2002-09-272-0/+2
* removed old input codealex2002-08-282-9/+0
* removed -W -Wall -g and other gcc-specific warning/debug optionsarpi2002-08-221-1/+1
* new slave volume command done :arpi2002-08-211-1/+1
* Add the input command "change_rectangle" to control the rectanglekmkaplan2002-08-042-0/+2
* Add loadfile and loadlist commands. May be buggy if the filename contain somealbeu2002-07-262-0/+4
* 10L bugs founds by Jindrich Makovicka <makovicki at KMLinux dot fjfi dot cvut...albeu2002-07-201-1/+2
* Fix after the patch of Dominik Mierzejewski. Try the user's input.confalbeu2002-06-241-3/+7
* Patch by Dominik Mierzejewski:atmos42002-06-241-1/+1
* 10L forgot to close input.conf fdalbeu2002-06-191-0/+5
* Add support for hex key code in input.confalbeu2002-06-121-8/+13
* add mute support ( step 1 ) and fixed panscan bugs (1000l for me)pontscho2002-06-062-1/+4
* pan&scan support with -vo xv by ?? <mplayer@svennevid.net>arpi2002-06-042-0/+4
* fix two small bug and add multimedia keyboard support ( i tested with Acer Ai...pontscho2002-05-251-3/+3
* 10L bugfixalbeu2002-05-231-1/+1
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-1/+1
* Add the forgoten scrennshot commandalbeu2002-05-182-0/+3
* Added -input js-dev xx option to specifies the joystick device to use.albeu2002-04-201-1/+4
* Fix the bug pointed out by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>albeu2002-04-121-13/+27
* dvdnav event added, queue size 10->100, added void* event arg type - dvdnav p...arpi2002-04-032-1/+6
* DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>arpi2002-03-282-0/+21
* Added options -input keylist and -input cmdlist to list all knowalbeu2002-03-201-5/+49
* 10L bug fix. Thx to Fredrik Kuivinen <freku045@student.liu.se>.albeu2002-03-191-0/+3
* A bug fix in the auto-repeat stuff + moved all printf to mp_msgalbeu2002-03-191-44/+58
* Commentting sessionalbeu2002-03-191-1/+39
* A bug fix + moved error msg from verbose to erroralbeu2002-03-191-4/+4
* 1L : removed redondant enter key bindingalbeu2002-03-161-1/+0
* ENTER now quits after last filegabucino2002-03-161-4/+3
* Now enter key quit if no next file is avaiblealbeu2002-03-161-4/+8
* small changes in event handlingpontscho2002-03-131-0/+6
* lexical fixes (COSMETIC :)) and one 'real fix': grap_frames -> grab_frames --...alex2002-03-121-7/+7
* remove obsoleted function (mplResize)pontscho2002-03-111-3/+4
* -subpos key bindings with new input layer - patch by Tomas Konir <moje@molly....arpi2002-03-102-0/+4
* KEY_ENTER->quit binding. why doesn't 'pt_step 1' exits if no more file left?arpi2002-03-061-0/+2
* Fix when stdin is used as a filealbeu2002-02-281-0/+2
* add half new input support for guipontscho2002-02-252-3/+36
* Small bugfix (memcpy too small without sizeof(int) :( )albeu2002-02-241-11/+13
* Really take tab as a space in cmd parsing.albeu2002-02-241-19/+72
* Added an option to select the input config filealbeu2002-02-241-1/+3
* Also use tab as cmd arg sepparatoralbeu2002-02-231-2/+2
* Make old and new lirc support independant from each otheralbeu2002-02-231-1/+1
* Fixed bug with comments in input.conf parseralbeu2002-02-232-11/+46
* EXTRA_INC added (Nexus)arpi2002-02-221-1/+1
* Added comments support in input.conf (comments lines with #)albeu2002-02-201-1/+28
* vo_fullscreen addedalex2002-02-172-0/+3
* Added key autorepeat support. Options to enable/disable joystick and lircalbeu2002-02-114-102/+228
* Added support for key combination and mouse buttons key codealbeu2002-02-084-74/+218
* Remove some unuseful stuff and don't try to kill an unexistingalbeu2002-02-041-14/+2
* Tell the user when we fallback on default config.albeu2002-02-041-8/+21
* Fix the bugs the previous version should fix (and those introducedalbeu2002-02-043-74/+11
* Corrected the quit bug and added support for up to 10 axisalbeu2002-02-033-25/+109
* *** empty log message ***jaf2002-02-011-0/+1
* Added lirc support in inputalbeu2002-01-314-1/+181
* Added uninit to inputalbeu2002-01-311-0/+3
* A new configurable input system and joystick support for this systemalbeu2002-01-305-0/+1106