summaryrefslogtreecommitdiffstats
path: root/command.c
Commit message (Expand)AuthorAgeFilesLines
* Implement X/27/0 packet decoding.voroshil2007-08-281-0/+7
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-0/+1
* Extract a poor int declaration from within the uncouth grip of an if statementdiego2007-08-251-1/+1
* Fix warnings:diego2007-08-251-0/+1
* Move button variable into the if () where it is actually used.diego2007-08-251-1/+1
* Fix unused variable warning when USE_DVDNAV is not defined.diego2007-08-251-1/+2
* Automatic TV channels scanning ability for MPlayer.voroshil2007-08-231-0/+4
* Teletext support.voroshil2007-07-291-0/+105
* subdata must be set to NULL when the corresponding data was freed.reimar2007-07-251-0/+2
* Do not set vo_sub to NULL on changing subtitles, update_subtitlesreimar2007-07-251-7/+0
* Make sure that sub->id is -2 and sub->sh is NULL if subtitle doesn'treimar2007-07-151-0/+3
* add support for subtitles thru lavfaurel2007-07-131-0/+9
* 10L, sub_scale need freetype, add the #ifdef.albeu2007-07-101-0/+6
* Add a loop command and property.albeu2007-07-091-0/+22
* Add the sub_scale property and command.albeu2007-07-091-0/+29
* Simplify and correct subtitle selection, no more special cases forreimar2007-06-241-17/+11
* Revert r23530.voroshil2007-06-211-149/+0
* The audio balance feature implemented with af_pan.zuxy2007-06-201-0/+54
* Merge (trivial) dvdnav and dvdread subtitle selection codereimar2007-06-171-11/+2
* Make sure we do not access demuxer->s_streams out of boundsreimar2007-06-171-2/+4
* Teletext support for tv:// (v4l and v4l2 only)voroshil2007-06-101-0/+149
* Add new properties percent_pos and time_pos.albeu2007-05-311-0/+61
* Make the length property use the time type.albeu2007-05-311-2/+2
* Move the time printing code out of the length property.albeu2007-05-311-22/+1
* Allow setting the direction in the step_property command.albeu2007-05-311-1/+2
* Fix the step_property coammand to correctly handle the step size withalbeu2007-05-311-5/+30
* Add PRINT to the samplerate property.albeu2007-05-301-0/+7
* Make all the info available via the metadata API available via properties.albeu2007-05-291-2/+89
* Rework the property API to allow sub properties such asalbeu2007-05-291-46/+30
* cosmetic: indentben2007-05-081-1/+1
* cosmetic: use K&R coding style, as in reste of the fileben2007-05-081-10/+5
* support for PVR channel navigation (patch by Sven Gothel <sgothel at jausoft ...ben2007-05-081-0/+49
* Gui --> guidiego2007-04-231-1/+1
* New slave command: tv_step_freq <offset in MHz>voroshil2007-03-171-0/+6
* Move the sh_audio->delay field to mpctx->delay.uau2007-03-111-1/+1
* Include <string.h> explicitly.uau2007-03-091-0/+1
* fix compilation with gcc 2.95.3ivo2007-02-211-1/+2
* Split command/property handling from mplayer.c to a new file command.c.uau2007-02-211-0/+2389