aboutsummaryrefslogtreecommitdiffhomepage
path: root/command.c
Commit message (Expand)AuthorAge
* 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
* sub_scale command now works with ass subtitles rendererGravatar ben2008-01-23
* Add ass_use_margins command and property to shift subtitles to margins and backGravatar eugeni2008-01-23
* Make mp_properties constGravatar reimar2008-01-13
* Remove global_ass_track. Instead create an ass_track for each 't' track.Gravatar eugeni2008-01-11
* Clear demuxed data when subtitle track is changed.Gravatar eugeni2008-01-10
* properties to get and set angle; patch by oattila chello huGravatar nicodvb2008-01-05
* Fix property audio_delay bug when step up/down with arg value NULL.Gravatar ulion2008-01-05
* Add some const/static qualifiers as appropriateGravatar reimar2007-12-24
* Check availability before check argument for getting gamma properties.Gravatar ulion2007-12-22
* Revert to r25490, since the r25491 is not correct.Gravatar ulion2007-12-22
* Combine code for check availability of property audio(id).Gravatar ulion2007-12-22
* Combine common code for check whether chapter is available.Gravatar ulion2007-12-22
* OSD menu support mouse selection.Gravatar ulion2007-12-22
* Modified for using chapter property for $(NAME:TEXT) or ?(NAME:TEXT).Gravatar ulion2007-12-17
* dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv...Gravatar nicodvb2007-12-15
* Support chapter as a property.Gravatar ulion2007-12-14
* Skip empty vobsub streams when selecting subtitles.Gravatar ulion2007-12-03
* Remove last remains of long-gone VOCTRL_SCREENSHOTGravatar reimar2007-12-02
* Support select subtitle by source, add 4 properties:Gravatar ulion2007-11-25
* Fix pausing_toggle not continue play bug when it follows a pause immediately.Gravatar ulion2007-11-17
* Implement X/27/0 packet decoding.Gravatar voroshil2007-08-28
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* Extract a poor int declaration from within the uncouth grip of an if statementGravatar diego2007-08-25
* Fix warnings:Gravatar diego2007-08-25
* Move button variable into the if () where it is actually used.Gravatar diego2007-08-25
* Fix unused variable warning when USE_DVDNAV is not defined.Gravatar diego2007-08-25
* Automatic TV channels scanning ability for MPlayer.Gravatar voroshil2007-08-23
* Teletext support.Gravatar voroshil2007-07-29
* subdata must be set to NULL when the corresponding data was freed.Gravatar reimar2007-07-25
* Do not set vo_sub to NULL on changing subtitles, update_subtitlesGravatar reimar2007-07-25
* Make sure that sub->id is -2 and sub->sh is NULL if subtitle doesn'tGravatar reimar2007-07-15
* add support for subtitles thru lavfGravatar aurel2007-07-13
* 10L, sub_scale need freetype, add the #ifdef.Gravatar albeu2007-07-10
* Add a loop command and property.Gravatar albeu2007-07-09
* Add the sub_scale property and command.Gravatar albeu2007-07-09
* Simplify and correct subtitle selection, no more special cases forGravatar reimar2007-06-24
* Revert r23530.Gravatar voroshil2007-06-21
* The audio balance feature implemented with af_pan.Gravatar zuxy2007-06-20
* Merge (trivial) dvdnav and dvdread subtitle selection codeGravatar reimar2007-06-17
* Make sure we do not access demuxer->s_streams out of boundsGravatar reimar2007-06-17
* Teletext support for tv:// (v4l and v4l2 only)Gravatar voroshil2007-06-10
* Add new properties percent_pos and time_pos.Gravatar albeu2007-05-31
* Make the length property use the time type.Gravatar albeu2007-05-31
* Move the time printing code out of the length property.Gravatar albeu2007-05-31
* Allow setting the direction in the step_property command.Gravatar albeu2007-05-31