summaryrefslogtreecommitdiffstats
path: root/command.c
Commit message (Expand)AuthorAgeFilesLines
* Print ID_EXIT and exit reason message in identify mode when exiting.reimar2008-12-021-1/+1
* Disallow the modification of teletext properties when the tv demuxer isfaust32008-10-271-0/+2
* Use the existing pt_iter_goto_head function instead of reimplementing itreimar2008-10-011-2/+2
* mpctx->playtree is a node, files can not be directly appended to it,reimar2008-10-011-2/+2
* Add a "pause" property to allow checking if MPlayer is paused.reimar2008-10-011-0/+8
* slave command to get the number of chapters; patch by Kevin DeKorte - kdekort...nicodvb2008-09-261-0/+13
* handle the lavfpref demuxer in the same way as the lavf oneaurel2008-08-271-0/+1
* Rename font-related preprocessor directives.diego2008-08-071-3/+3
* Fix wrong behavior with slave command by going back to the starting pointben2008-08-071-0/+4
* cosmetic: reindent after r27414ben2008-08-041-1/+1
* Fixes unsafe 'chapter' command with get_property() call.ben2008-08-041-1/+2
* cosmetic: reindent after r27412ben2008-08-041-1/+1
* Fixes unsafe 'angle' command with get_property() call.ben2008-08-041-1/+2
* Fixes unsafe 'switch_audio' command with set_property() call.ben2008-08-041-0/+2
* Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-21/+21
* Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.diego2008-07-301-2/+2
* Rename two GUI-related preprocessor directives:diego2008-07-301-4/+4
* Start unifying names of internal preprocessor directives.diego2008-07-301-31/+31
* Keep old dvdnav sub-command options for a while in orderben2008-06-201-0/+13
* Change DVDNAV command key names.ben2008-06-191-1/+25
* Rename some functions as they are mplayer related and notben2008-06-071-2/+2
* Add a slave command to stop stream playback.ben2008-05-271-0/+5
* cosmetics: Remove useless parentheses from return statements.diego2008-05-161-1/+1
* Remove unnecessary includesuau2008-04-011-2/+0
* Include some .h files in corresponding .c filesuau2008-03-281-0/+1
* Add missing #include.eugeni2008-02-291-0/+1
* Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitleeugeni2008-02-291-21/+7
* Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio trackeugeni2008-02-291-2/+3
* typo fix: inited --> initializeddiego2008-02-141-3/+3
* show dvdnav selection in the OSD only when the osd_level>1; patch by foxcore ...nicodvb2008-01-291-2/+2
* More places that should use SEEK_ABSOLUTE / SEEK_FACTORreimar2008-01-291-5/+5
* Simplify a condition that probably is not necessary at allreimar2008-01-281-1/+1
* reindent after r25881ben2008-01-271-6/+6
* sub_scale command can now handle both ass and non-ass subs at a timeben2008-01-271-8/+0
* Add support for dvdnav still frames playback.ben2008-01-261-6/+2
* Add new command to switch between dvdnav titlesben2008-01-241-0/+6
* cosmetic: reindent code after r25843ben2008-01-231-7/+7
* sub_scale command now works with ass subtitles rendererben2008-01-231-0/+27
* Add ass_use_margins command and property to shift subtitles to margins and backeugeni2008-01-231-0/+28
* Make mp_properties constreimar2008-01-131-1/+1
* Remove global_ass_track. Instead create an ass_track for each 't' track.eugeni2008-01-111-1/+1
* Clear demuxed data when subtitle track is changed.eugeni2008-01-101-0/+1
* properties to get and set angle; patch by oattila chello hunicodvb2008-01-051-0/+64
* Fix property audio_delay bug when step up/down with arg value NULL.ulion2008-01-051-5/+5
* Add some const/static qualifiers as appropriatereimar2007-12-241-1/+1
* Check availability before check argument for getting gamma properties.ulion2007-12-221-7/+8
* Revert to r25490, since the r25491 is not correct.ulion2007-12-221-3/+4
* Combine code for check availability of property audio(id).ulion2007-12-221-4/+3
* Combine common code for check whether chapter is available.ulion2007-12-221-12/+4
* OSD menu support mouse selection.ulion2007-12-221-0/+10
* Modified for using chapter property for $(NAME:TEXT) or ?(NAME:TEXT).ulion2007-12-171-1/+4
* dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv...nicodvb2007-12-151-15/+4
* Support chapter as a property.ulion2007-12-141-35/+79
* Skip empty vobsub streams when selecting subtitles.ulion2007-12-031-6/+13
* Remove last remains of long-gone VOCTRL_SCREENSHOTreimar2007-12-021-1/+1
* Support select subtitle by source, add 4 properties:ulion2007-11-251-2/+188
* Fix pausing_toggle not continue play bug when it follows a pause immediately.ulion2007-11-171-1/+5
* Implement X/27/0 packet decoding.voroshil2007-08-281-0/+7
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-0/+1
* Extract a poor int declaration from within the uncouth grip of an if statementdiego2007-08-251-1/+1
* Fix warnings:diego2007-08-251-0/+1
* Move button variable into the if () where it is actually used.diego2007-08-251-1/+1
* Fix unused variable warning when USE_DVDNAV is not defined.diego2007-08-251-1/+2
* Automatic TV channels scanning ability for MPlayer.voroshil2007-08-231-0/+4
* Teletext support.voroshil2007-07-291-0/+105
* subdata must be set to NULL when the corresponding data was freed.reimar2007-07-251-0/+2
* Do not set vo_sub to NULL on changing subtitles, update_subtitlesreimar2007-07-251-7/+0
* Make sure that sub->id is -2 and sub->sh is NULL if subtitle doesn'treimar2007-07-151-0/+3
* add support for subtitles thru lavfaurel2007-07-131-0/+9
* 10L, sub_scale need freetype, add the #ifdef.albeu2007-07-101-0/+6
* Add a loop command and property.albeu2007-07-091-0/+22
* Add the sub_scale property and command.albeu2007-07-091-0/+29
* Simplify and correct subtitle selection, no more special cases forreimar2007-06-241-17/+11
* Revert r23530.voroshil2007-06-211-149/+0
* The audio balance feature implemented with af_pan.zuxy2007-06-201-0/+54
* Merge (trivial) dvdnav and dvdread subtitle selection codereimar2007-06-171-11/+2
* Make sure we do not access demuxer->s_streams out of boundsreimar2007-06-171-2/+4
* Teletext support for tv:// (v4l and v4l2 only)voroshil2007-06-101-0/+149
* Add new properties percent_pos and time_pos.albeu2007-05-311-0/+61
* Make the length property use the time type.albeu2007-05-311-2/+2
* Move the time printing code out of the length property.albeu2007-05-311-22/+1
* Allow setting the direction in the step_property command.albeu2007-05-311-1/+2
* Fix the step_property coammand to correctly handle the step size withalbeu2007-05-311-5/+30
* Add PRINT to the samplerate property.albeu2007-05-301-0/+7
* Make all the info available via the metadata API available via properties.albeu2007-05-291-2/+89
* Rework the property API to allow sub properties such asalbeu2007-05-291-46/+30
* cosmetic: indentben2007-05-081-1/+1
* cosmetic: use K&R coding style, as in reste of the fileben2007-05-081-10/+5
* support for PVR channel navigation (patch by Sven Gothel <sgothel at jausoft ...ben2007-05-081-0/+49
* Gui --> guidiego2007-04-231-1/+1
* New slave command: tv_step_freq <offset in MHz>voroshil2007-03-171-0/+6
* Move the sh_audio->delay field to mpctx->delay.uau2007-03-111-1/+1
* Include <string.h> explicitly.uau2007-03-091-0/+1
* fix compilation with gcc 2.95.3ivo2007-02-211-1/+2
* Split command/property handling from mplayer.c to a new file command.c.uau2007-02-211-0/+2389