aboutsummaryrefslogtreecommitdiffhomepage
path: root/command.c
Commit message (Expand)AuthorAge
* 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
* Fix the step_property coammand to correctly handle the step size withGravatar albeu2007-05-31
* Add PRINT to the samplerate property.Gravatar albeu2007-05-30
* Make all the info available via the metadata API available via properties.Gravatar albeu2007-05-29
* Rework the property API to allow sub properties such asGravatar albeu2007-05-29
* cosmetic: indentGravatar ben2007-05-08
* cosmetic: use K&R coding style, as in reste of the fileGravatar ben2007-05-08
* support for PVR channel navigation (patch by Sven Gothel <sgothel at jausoft ...Gravatar ben2007-05-08
* Gui --> guiGravatar diego2007-04-23
* New slave command: tv_step_freq <offset in MHz>Gravatar voroshil2007-03-17
* Move the sh_audio->delay field to mpctx->delay.Gravatar uau2007-03-11
* Include <string.h> explicitly.Gravatar uau2007-03-09
* fix compilation with gcc 2.95.3Gravatar ivo2007-02-21
* Split command/property handling from mplayer.c to a new file command.c.Gravatar uau2007-02-21