aboutsummaryrefslogtreecommitdiffhomepage
path: root/command.c
Commit message (Expand)AuthorAge
* Add slave commands for loading and unloading audio filters at runtime.Gravatar cehoyos2010-04-11
* Add osd_show_progression: Show progress bar and elapsed/total time.Gravatar cehoyos2010-04-09
* Rename get_path.[ch] --> path.[ch].Gravatar diego2010-03-20
* Add license header to all top-level files missing them.Gravatar diego2010-01-30
* Also handle ASS subtitles when removing subtitles via sub_remove slave command.Gravatar reimar2010-01-22
* Avoid duplicating code to remove subtitles (sub_remove slave command).Gravatar reimar2010-01-22
* Return the actually playing audio/video id for get_property, not the oneGravatar reimar2009-12-27
* Subtitle are now also available without video, so remove thatGravatar reimar2009-12-27
* Use the same condition to decide if the audio/video id property isGravatar reimar2009-12-27
* When setting audio or video track make sure we will not try toGravatar reimar2009-12-27
* Print a ANS_ERROR reply if one of the *_property slave command fails.Gravatar reimar2009-12-27
* Never include ass.h and ass_types.h directly, use ass_mp.h instead.Gravatar reimar2009-12-19
* Show OSD message when enabling/disabling de-interlacing.Gravatar cehoyos2009-11-14
* Avoid modifying dvdsub_id in command.c where possible.Gravatar reimar2009-11-11
* Make sure the teletext property stuff does not crash if no demuxer is available.Gravatar reimar2009-11-09
* Remove CONFIG_TV_TELETEXT.Gravatar cehoyos2009-11-07
* Separate teletext from tv support.Gravatar cehoyos2009-11-07
* Move teletext specific code from stream into libmpcodecs.Gravatar cehoyos2009-10-29
* Make update_subtitles work without sh_video for text subtitles.Gravatar reimar2009-09-23
* Make indentation consistent with the rest of the fileGravatar reimar2009-09-08
* Never switch to a program with no audio and no video.Gravatar reimar2009-09-08
* Only #include stream/stream_dvd.h when libdvdread is enabled.Gravatar diego2009-08-03
* Remove pointless #ifdefs around harmless internal header #includes.Gravatar diego2009-08-02
* Make set_property chapter 0-based like all other chapter-relatedGravatar reimar2009-06-28
* Do not use MAX_A/V_STREAMS as upper limit for switch_audio/switch_videoGravatar reimar2009-06-20
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* command.c: Fix some commands crashing during audio-only playbackGravatar uau2009-01-31
* Print ID_EXIT and exit reason message in identify mode when exiting.Gravatar reimar2008-12-02
* Disallow the modification of teletext properties when the tv demuxer isGravatar faust32008-10-27
* Use the existing pt_iter_goto_head function instead of reimplementing itGravatar reimar2008-10-01
* mpctx->playtree is a node, files can not be directly appended to it,Gravatar reimar2008-10-01
* Add a "pause" property to allow checking if MPlayer is paused.Gravatar reimar2008-10-01
* slave command to get the number of chapters; patch by Kevin DeKorte - kdekort...Gravatar nicodvb2008-09-26
* handle the lavfpref demuxer in the same way as the lavf oneGravatar aurel2008-08-27
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Fix wrong behavior with slave command by going back to the starting pointGravatar ben2008-08-07
* cosmetic: reindent after r27414Gravatar ben2008-08-04
* Fixes unsafe 'chapter' command with get_property() call.Gravatar ben2008-08-04
* cosmetic: reindent after r27412Gravatar ben2008-08-04
* Fixes unsafe 'angle' command with get_property() call.Gravatar ben2008-08-04
* Fixes unsafe 'switch_audio' command with set_property() call.Gravatar ben2008-08-04
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.Gravatar diego2008-07-30
* Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Keep old dvdnav sub-command options for a while in orderGravatar ben2008-06-20
* Change DVDNAV command key names.Gravatar ben2008-06-19
* Rename some functions as they are mplayer related and notGravatar ben2008-06-07
* Add a slave command to stop stream playback.Gravatar ben2008-05-27
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16