aboutsummaryrefslogtreecommitdiffhomepage
path: root/command.c
Commit message (Expand)AuthorAge
* 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
* Remove unnecessary includesGravatar uau2008-04-01
* Include some .h files in corresponding .c filesGravatar uau2008-03-28
* Add missing #include.Gravatar eugeni2008-02-29
* Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitleGravatar eugeni2008-02-29
* Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio trackGravatar eugeni2008-02-29
* typo fix: inited --> initializedGravatar diego2008-02-14
* show dvdnav selection in the OSD only when the osd_level>1; patch by foxcore ...Gravatar nicodvb2008-01-29
* More places that should use SEEK_ABSOLUTE / SEEK_FACTORGravatar reimar2008-01-29
* Simplify a condition that probably is not necessary at allGravatar reimar2008-01-28
* reindent after r25881Gravatar ben2008-01-27
* sub_scale command can now handle both ass and non-ass subs at a timeGravatar ben2008-01-27
* Add support for dvdnav still frames playback.Gravatar ben2008-01-26
* Add new command to switch between dvdnav titlesGravatar ben2008-01-24
* cosmetic: reindent code after r25843Gravatar ben2008-01-23