Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Wed, 30 Sep 2009 07:27:43 +0000 | reimar | Change grow_array argument from void ** to void *, this avoids a aliasing |
Tue, 29 Sep 2009 06:44:10 +0000 | reimar | Make -nosub work to disable subtitles even if -slang and dvd streams are used. |
Mon, 28 Sep 2009 11:33:40 +0000 | reimar | Document -nosub option |
Mon, 28 Sep 2009 11:32:27 +0000 | reimar | Add a -nosub option that allows disabling auto-selected subtitles as e.g. the |
Mon, 28 Sep 2009 11:31:25 +0000 | reimar | Allow -1 and -2 values for -aid, -vid and -sid (meaning "auto" and "disabled" respectively). |
Mon, 28 Sep 2009 11:26:19 +0000 | reimar | Enable loading of external subtitles also for audio-only files. |
Mon, 28 Sep 2009 11:24:13 +0000 | reimar | Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio->pts |
Mon, 28 Sep 2009 11:10:11 +0000 | reimar | Call set_osd_subtitle also for external subs (i.e. in find_subs). |