index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
command.c
Commit message (
Expand
)
Author
Age
*
Support select subtitle by source, add 4 properties:
ulion
2007-11-25
*
Fix pausing_toggle not continue play bug when it follows a pause immediately.
ulion
2007-11-17
*
Implement X/27/0 packet decoding.
voroshil
2007-08-28
*
Clean up the way get_path is handled: Compile get_path.c to an object to link
diego
2007-08-28
*
Extract a poor int declaration from within the uncouth grip of an if statement
diego
2007-08-25
*
Fix warnings:
diego
2007-08-25
*
Move button variable into the if () where it is actually used.
diego
2007-08-25
*
Fix unused variable warning when USE_DVDNAV is not defined.
diego
2007-08-25
*
Automatic TV channels scanning ability for MPlayer.
voroshil
2007-08-23
*
Teletext support.
voroshil
2007-07-29
*
subdata must be set to NULL when the corresponding data was freed.
reimar
2007-07-25
*
Do not set vo_sub to NULL on changing subtitles, update_subtitles
reimar
2007-07-25
*
Make sure that sub->id is -2 and sub->sh is NULL if subtitle doesn't
reimar
2007-07-15
*
add support for subtitles thru lavf
aurel
2007-07-13
*
10L, sub_scale need freetype, add the #ifdef.
albeu
2007-07-10
*
Add a loop command and property.
albeu
2007-07-09
*
Add the sub_scale property and command.
albeu
2007-07-09
*
Simplify and correct subtitle selection, no more special cases for
reimar
2007-06-24
*
Revert r23530.
voroshil
2007-06-21
*
The audio balance feature implemented with af_pan.
zuxy
2007-06-20
*
Merge (trivial) dvdnav and dvdread subtitle selection code
reimar
2007-06-17
*
Make sure we do not access demuxer->s_streams out of bounds
reimar
2007-06-17
*
Teletext support for tv:// (v4l and v4l2 only)
voroshil
2007-06-10
*
Add new properties percent_pos and time_pos.
albeu
2007-05-31
*
Make the length property use the time type.
albeu
2007-05-31
*
Move the time printing code out of the length property.
albeu
2007-05-31
*
Allow setting the direction in the step_property command.
albeu
2007-05-31
*
Fix the step_property coammand to correctly handle the step size with
albeu
2007-05-31
*
Add PRINT to the samplerate property.
albeu
2007-05-30
*
Make all the info available via the metadata API available via properties.
albeu
2007-05-29
*
Rework the property API to allow sub properties such as
albeu
2007-05-29
*
cosmetic: indent
ben
2007-05-08
*
cosmetic: use K&R coding style, as in reste of the file
ben
2007-05-08
*
support for PVR channel navigation (patch by Sven Gothel <sgothel at jausoft ...
ben
2007-05-08
*
Gui --> gui
diego
2007-04-23
*
New slave command: tv_step_freq <offset in MHz>
voroshil
2007-03-17
*
Move the sh_audio->delay field to mpctx->delay.
uau
2007-03-11
*
Include <string.h> explicitly.
uau
2007-03-09
*
fix compilation with gcc 2.95.3
ivo
2007-02-21
*
Split command/property handling from mplayer.c to a new file command.c.
uau
2007-02-21