Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Wed, 08 Nov 2006 00:00:46 +0000 | nicodvb | near-precise seeking in dvd:// |
Tue, 07 Nov 2006 23:16:55 +0000 | uau | Fix code that cuts audio data if the filters produce too much. |
Tue, 07 Nov 2006 23:06:42 +0000 | gpoirier | sync w/ r20739, patch by Sheldon % Jin jinsh2 A yahoo P com % |
Tue, 07 Nov 2006 22:57:42 +0000 | nicodvb | now the OSD shows the value returned by demuxer_get_current_time() rather than sh_video->pts |
Tue, 07 Nov 2006 22:55:49 +0000 | nicodvb | added demuxer_get_current_time() to get the current playtime (possibly aided by the stream layer) |
Tue, 07 Nov 2006 22:54:28 +0000 | nicodvb | now demux_seek() tries to seek aided by the stream layer, if possible |
Tue, 07 Nov 2006 22:51:18 +0000 | nicodvb | added definition of DEMUXER_CTRL_RESYNC |
Tue, 07 Nov 2006 22:49:56 +0000 | nicodvb | implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME (precise seeking) |