aboutsummaryrefslogtreecommitdiffhomepage
path: root/command.c
Commit message (Expand)AuthorAge
* command.c: Change cast to avoid a warningGravatar reimar2010-11-02
* slave mode: Add stream_time_pos propertyGravatar reimar2010-11-02
* subs: Change global subtitle numbering schemeGravatar reimar2010-11-02
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* Make audio stream index handling saner in stream switchingGravatar Uoti Urpala2010-05-22
* Merge svn change r31134Gravatar Uoti Urpala2010-05-07
|\
| * the great MPlayer tab removal: part IIGravatar diego2010-05-03
* | Merge svn changes up to r31033Gravatar Uoti Urpala2010-04-26
|\|
* | Merge svn changes up to r30967Gravatar Uoti Urpala2010-04-26
|\ \
* | | Fix chapter handling with first chapter not at beginning of fileGravatar Uoti Urpala2010-04-25
* | | Move seek-reset functionality out of demuxer.cGravatar Uoti Urpala2010-04-23
| | * 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
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\|
| * Add license header to all top-level files missing them.Gravatar diego2010-01-30
* | Merge svn changes up to r30419Gravatar Uoti Urpala2010-01-25
|\|
| * 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
* | translations: corrently translate most OSD outputGravatar Uoti Urpala2010-01-12
* | translations: add infrastructure for translated OSD messagesGravatar Uoti Urpala2010-01-12
* | Merge svn changes up to r30136Gravatar Uoti Urpala2009-12-30
|\|
| * 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
* | Fix printf format strings with invalid '%lf' conversionGravatar Uoti Urpala2009-12-15
* | options: Move ass_enabled to options structGravatar Uoti Urpala2009-12-02
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
* | Add yuv_colorspace property, implemented in vo_vdpau and vo_xvGravatar Uoti Urpala2009-11-15
| * 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
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * Make update_subtitles work without sh_video for text subtitles.Gravatar reimar2009-09-23
* | UI: Make the 'D' key print the new deinterlace statusGravatar Uoti Urpala2009-09-19
* | commands: Add set_property_osd and step_property_osdGravatar Uoti Urpala2009-09-19
* | command.c: Split property OSD display from property commandsGravatar Uoti Urpala2009-09-19
* | Merge svn changes up to r29684Gravatar Uoti Urpala2009-09-16
|\|
| * 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
* | Merge svn changes up to r29532Gravatar Uoti Urpala2009-08-18
|\|
| * 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