summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/slave.txt
Commit message (Collapse)AuthorAgeFilesLines
* Revert r23530.voroshil2007-06-211-18/+1
| | | | | | | | | r23530 breaks policy: notification was not sent to mailing list, agreements of other devs were not received. Code also should be reviewed/cleaned up/fixed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23593 b3059339-0415-0410-9bf9-f77b7e298cf2
* The audio balance feature implemented with af_pan.zuxy2007-06-201-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23588 b3059339-0415-0410-9bf9-f77b7e298cf2
* Teletext support for tv:// (v4l and v4l2 only)voroshil2007-06-101-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified patch from Otvos Attila oattila at chello dot hu Module uses zvbi library for all low-level VBI operations (like I/O with vbi device, converting vbi pages into usefull vbi_page stuctures, rendering them into RGB32 images). All teletext related stuff (except properties, slave commands and rendering osd in text mode or RGB32 rendered teletext pages in spu mode) is implemented in tvi_vbi.c New properties: teletext_page - switching between pages teletext_mode - switch between on/off/opaque/transparent modes teletext_format - (currently read-only) allows to get format info (black/white,gray,text) teletext_half_page - trivial zooming (displaying top/bottom half of teletext page) New slave commands: teletext_add_dec - user interface for jumping to any page by editing page number interactively teletext_go_link - goes though links, specified on current page git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23530 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add new properties percent_pos and time_pos.albeu2007-05-311-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23436 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make the length property use the time type.albeu2007-05-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23435 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add the recently introduced properties to the documentation.albeu2007-05-311-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23431 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow setting the direction in the step_property command.albeu2007-05-311-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23430 b3059339-0415-0410-9bf9-f77b7e298cf2
* New slave command: tv_step_freq <offset in MHz>voroshil2007-03-171-0/+3
| | | | | | | Command sets the TV frequency relative to current value git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22685 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove remnants of the nonfunctional "grab_frames" command.uau2007-02-191-3/+0
| | | | | | | The command has been a no-op for years. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22273 b3059339-0415-0410-9bf9-f77b7e298cf2
* Expand property documentationreimar2007-01-291-49/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22065 b3059339-0415-0410-9bf9-f77b7e298cf2
* List available propertiesreimar2007-01-291-0/+54
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22064 b3059339-0415-0410-9bf9-f77b7e298cf2
* new slave command: radio_step_freqvoroshil2006-11-191-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21058 b3059339-0415-0410-9bf9-f77b7e298cf2
* Introduce step_property command.reimar2006-11-141-0/+3
| | | | | | | Patch by Carl Eugen Hoyos [cehoyos <at> ag or at] with modifications by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20931 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: remove lone (evil ;-) ) tabreimar2006-10-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20115 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed mention of dvdnav_eventnicodvb2006-09-191-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19913 b3059339-0415-0410-9bf9-f77b7e298cf2
* better description of set_mouse_pos.nicodvb2006-09-171-1/+2
| | | | | | | | People seem to expect that mplayer suddenly begins to move the user's mouse like a ghost git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19877 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor wording/spelling changesdiego2006-09-161-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19864 b3059339-0415-0410-9bf9-f77b7e298cf2
* documented set_mouse_posnicodvb2006-09-161-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19861 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add repeated screenshot mode to vf_screenshot.eugeni2006-09-151-1/+3
| | | | | | | It is triggered by "screenshot 1". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19839 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove spurious line.diego2006-08-311-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19615 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improve radio command descriptions.diego2006-08-311-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19613 b3059339-0415-0410-9bf9-f77b7e298cf2
* description of radio slave commands, copied from TV command descriptions :-)reimar2006-08-291-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19595 b3059339-0415-0410-9bf9-f77b7e298cf2
* documented new slave mode commandsben2006-08-261-0/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19540 b3059339-0415-0410-9bf9-f77b7e298cf2
* punctuation, slight clarificationdiego2006-08-061-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19352 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add matroska chapter seeking capability.eugeni2006-08-061-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19348 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix up osd_show_/operty_text.diego2006-04-231-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18225 b3059339-0415-0410-9bf9-f77b7e298cf2
* Align osd_show_text with osd_show_property_text.albeu2006-04-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18224 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a new command: osd_show_property_text that show an expanded propertyalbeu2006-04-231-0/+6
| | | | | | | | string on the OSD. Based on a patch 'by someone named "veal" on irc' that showed the filename. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18223 b3059339-0415-0410-9bf9-f77b7e298cf2
* The tv color control commands can now also adjust the values.albeu2006-04-221-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18209 b3059339-0415-0410-9bf9-f77b7e298cf2
* Properly document sub_alignment.diego2006-03-271-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17977 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo, parameter naming consistencydiego2006-03-261-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17956 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use <value> and [value] consistently.diego2006-03-261-42/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17955 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update to the recent properties changes.albeu2006-03-241-18/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17938 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add get/set_property and update volume/mute to the last changes.albeu2006-03-221-4/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17925 b3059339-0415-0410-9bf9-f77b7e298cf2
* add "pausing_keep" and "pausing_toggle" input cmd prefixesods152005-12-251-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17242 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor grammar clarification to the last commit, + omitted periodswanderer2005-12-121-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17183 b3059339-0415-0410-9bf9-f77b7e298cf2
* improve video equalizer command (brightness, contrast, etc.) descriptionreimar2005-12-111-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17179 b3059339-0415-0410-9bf9-f77b7e298cf2
* alphabetical orderdiego2005-11-101-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16970 b3059339-0415-0410-9bf9-f77b7e298cf2
* add a switch, slave command, and vo control to toggle borderless window.joey2005-11-101-0/+3
| | | | | | | includes documentation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16969 b3059339-0415-0410-9bf9-f77b7e298cf2
* The screenshot command is now implemented, wording/spelling fixes.diego2005-09-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16480 b3059339-0415-0410-9bf9-f77b7e298cf2
* key_down_eventnplourde2005-09-101-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16446 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reorder slave mode commands to appear in alphabetical order with a fewdiego2005-09-041-149/+151
| | | | | | | exceptions for commands that are very closely related. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16387 b3059339-0415-0410-9bf9-f77b7e298cf2
* Further clarify loadfile/loadlist description.diego2005-08-181-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16255 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify loadfile/loadlist description.diego2005-08-171-6/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16251 b3059339-0415-0410-9bf9-f77b7e298cf2
* loadfile/loadlist can now also add files to the playlistreimar2005-08-151-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16228 b3059339-0415-0410-9bf9-f77b7e298cf2
* wrong command namesdiego2005-07-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15975 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add sub_load and sub_remove slave commands.reimar2005-06-091-0/+8
| | | | | | | Patch by kiriuja [mplayer-patches at en-directo dot net] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15707 b3059339-0415-0410-9bf9-f77b7e298cf2
* new get_time_pos slave mode commandoreimar2005-05-181-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15505 b3059339-0415-0410-9bf9-f77b7e298cf2
* adds a parameter to the switch_audio command to directly select a track.reimar2005-04-281-2/+3
| | | | | | | Patch by kiriuja mplayer-patches at en-directo net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15286 b3059339-0415-0410-9bf9-f77b7e298cf2
* (hopefully) better description of slave modediego2005-04-261-6/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15268 b3059339-0415-0410-9bf9-f77b7e298cf2
* better slave mode descriptiondiego2005-04-251-5/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15265 b3059339-0415-0410-9bf9-f77b7e298cf2
* Online audio switching now supports Matroska toogpoirier2005-04-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15156 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow sub_select and vobsub_lang to select particular subtitlehenry2005-04-111-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15129 b3059339-0415-0410-9bf9-f77b7e298cf2
* Online audio switching is for MPEG files only at the moment.gpoirier2005-04-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15050 b3059339-0415-0410-9bf9-f77b7e298cf2
* The online switching patch also features a slave command: switch_audiogpoirier2005-04-031-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15048 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document missing slave mode commands.diego2005-02-131-6/+8
| | | | | | | patch by Oded Shimon <ods15 at ods15 dot dyndns dot org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14692 b3059339-0415-0410-9bf9-f77b7e298cf2
* Put general note at the top of the file.diego2005-02-121-5/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14689 b3059339-0415-0410-9bf9-f77b7e298cf2
* command to log current subtitle to filehenry2005-02-121-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14685 b3059339-0415-0410-9bf9-f77b7e298cf2
* More commands documented, based on Reimar's findings.diego2005-01-031-11/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14330 b3059339-0415-0410-9bf9-f77b7e298cf2
* grab_frame, osd_show_text, sub_step, screenshot documented.diego2005-01-031-6/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14324 b3059339-0415-0410-9bf9-f77b7e298cf2
* add "pausing" prefix for MPlayer commandsreimar2004-11-201-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13992 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better descriptions merged from the XML docs.diego2004-10-211-6/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13716 b3059339-0415-0410-9bf9-f77b7e298cf2
* grammar + indentation cosmeticsdiego2004-10-211-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13715 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow changing playback speed during playback.reimar2004-10-201-0/+9
| | | | | | | | | Based on patch by Steve Mueller (diffusor <at> ugcs (dot) caltech [dot] edu), OSD support by Frank Schertan (scherthan (at) uni-landau <dot> de), several modifications by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13711 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow to step only one frame forward by pressing s.reimar2004-10-121-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13627 b3059339-0415-0410-9bf9-f77b7e298cf2
* switch_ratio may not work with some filter chainsfaust32004-09-191-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13391 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime aspect switching, patch by Aurelien Jacobs <aurel at gnuage . org>diego2004-09-171-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13368 b3059339-0415-0410-9bf9-f77b7e298cf2
* Quit now sends an optional return value, based on patch sent by Aureliendiego2004-09-171-2/+3
| | | | | | | Jacobs <aurel at gnuage dot org>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13367 b3059339-0415-0410-9bf9-f77b7e298cf2
* switch_vsync patch by Aurelien Jacobs <aurel @ gnuage.org>, small fixdiego2004-09-041-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13245 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticsdiego2004-08-241-17/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13110 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling, rewording, some additionsdiego2004-08-241-24/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13109 b3059339-0415-0410-9bf9-f77b7e298cf2
* added runtime toggle of root window playbackjoey2004-08-221-0/+4
| | | | | | | only directx supports this at the moment git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13092 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved combined vobsub_lang into sub_selectjoey2004-08-221-1/+6
| | | | | | | | | add support for dvd subs and ogg subs into sub_select document sub_select vobsub_lang left as a link to sub_select for backwards compatibility git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13090 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvb_set_channel now has two parameters, patch by Nico Sabbi.diego2004-04-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12315 b3059339-0415-0410-9bf9-f77b7e298cf2
* change_rectangle documentation by Angel <knight@sunflower.com>diego2004-02-091-2/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11933 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime 'stay-on-top' functionalityjoey2003-11-301-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11543 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing commands added, parameters checked, explanations improved.diego2003-11-081-70/+149
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11414 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo fix + some additions by Mike Swieton <swietonm@student.gvsu.edu>.diego2003-09-221-3/+3