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
*
Add license header to all top-level files missing them.
diego
2010-01-30
*
Also handle ASS subtitles when removing subtitles via sub_remove slave command.
reimar
2010-01-22
*
Avoid duplicating code to remove subtitles (sub_remove slave command).
reimar
2010-01-22
*
Return the actually playing audio/video id for get_property, not the one
reimar
2009-12-27
*
Subtitle are now also available without video, so remove that
reimar
2009-12-27
*
Use the same condition to decide if the audio/video id property is
reimar
2009-12-27
*
When setting audio or video track make sure we will not try to
reimar
2009-12-27
*
Print a ANS_ERROR reply if one of the *_property slave command fails.
reimar
2009-12-27
*
Never include ass.h and ass_types.h directly, use ass_mp.h instead.
reimar
2009-12-19
*
Show OSD message when enabling/disabling de-interlacing.
cehoyos
2009-11-14
*
Avoid modifying dvdsub_id in command.c where possible.
reimar
2009-11-11
*
Make sure the teletext property stuff does not crash if no demuxer is available.
reimar
2009-11-09
*
Remove CONFIG_TV_TELETEXT.
cehoyos
2009-11-07
*
Separate teletext from tv support.
cehoyos
2009-11-07
*
Move teletext specific code from stream into libmpcodecs.
cehoyos
2009-10-29
*
Make update_subtitles work without sh_video for text subtitles.
reimar
2009-09-23
*
Make indentation consistent with the rest of the file
reimar
2009-09-08
*
Never switch to a program with no audio and no video.
reimar
2009-09-08
*
Only #include stream/stream_dvd.h when libdvdread is enabled.
diego
2009-08-03
*
Remove pointless #ifdefs around harmless internal header #includes.
diego
2009-08-02
*
Make set_property chapter 0-based like all other chapter-related
reimar
2009-06-28
*
Do not use MAX_A/V_STREAMS as upper limit for switch_audio/switch_video
reimar
2009-06-20
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
command.c: Fix some commands crashing during audio-only playback
uau
2009-01-31
*
Print ID_EXIT and exit reason message in identify mode when exiting.
reimar
2008-12-02
*
Disallow the modification of teletext properties when the tv demuxer is
faust3
2008-10-27
*
Use the existing pt_iter_goto_head function instead of reimplementing it
reimar
2008-10-01
*
mpctx->playtree is a node, files can not be directly appended to it,
reimar
2008-10-01
*
Add a "pause" property to allow checking if MPlayer is paused.
reimar
2008-10-01
*
slave command to get the number of chapters; patch by Kevin DeKorte - kdekort...
nicodvb
2008-09-26
*
handle the lavfpref demuxer in the same way as the lavf one
aurel
2008-08-27
*
Rename font-related preprocessor directives.
diego
2008-08-07
*
Fix wrong behavior with slave command by going back to the starting point
ben
2008-08-07
*
cosmetic: reindent after r27414
ben
2008-08-04
*
Fixes unsafe 'chapter' command with get_property() call.
ben
2008-08-04
*
cosmetic: reindent after r27412
ben
2008-08-04
*
Fixes unsafe 'angle' command with get_property() call.
ben
2008-08-04
*
Fixes unsafe 'switch_audio' command with set_property() call.
ben
2008-08-04
*
Change a bunch of video/audio-output-specific preprocessor directives from
diego
2008-08-03
*
Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.
diego
2008-07-30
*
Rename two GUI-related preprocessor directives:
diego
2008-07-30
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
Keep old dvdnav sub-command options for a while in order
ben
2008-06-20
*
Change DVDNAV command key names.
ben
2008-06-19
*
Rename some functions as they are mplayer related and not
ben
2008-06-07
*
Add a slave command to stop stream playback.
ben
2008-05-27
*
cosmetics: Remove useless parentheses from return statements.
diego
2008-05-16
*
Remove unnecessary includes
uau
2008-04-01
*
Include some .h files in corresponding .c files
uau
2008-03-28
*
Add missing #include.
eugeni
2008-02-29
[next]