[mythtv-commits] mythtv branch devel/ringbuffer created by jyavenard. v0.28-pre-1040-gc671656

Git Repo Owner noreply at mythtv.org
Thu Mar 27 12:07:02 UTC 2014


The branch, devel/ringbuffer has been created on the
mythtv repository by gitolite user jyavenard.
        at  c671656dc2b653b28e5f2e520da4b3927cc29fc0 (commit)

- Log -----------------------------------------------------------------
commit c671656dc2b653b28e5f2e520da4b3927cc29fc0
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Mar 2014 23:02:27 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Mar 2014 23:02:27 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c671656dc2b653b28e5f2e520da4b3927cc29fc0

Add ReadInternalMode to RingBuffer class
This mode allows to limit the content of the ringbuffer to the content already loaded. Seeking, reading and other operations will not be destructive.
This allows for almost instantaneous streams and bitrate detection.

Duration calculated will obviously be wrong, but as the duration is stored in the DB we’ll use that duration instead anyway, meaning we only have to worry about streams detection itself.

This greatly speed up liveTV transition change and playback startup



commit 9829574403a81db0af04b53bc1c55c23c95c7801
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Mar 2014 21:19:16 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Mar 2014 21:19:16 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9829574403a81db0af04b53bc1c55c23c95c7801

Fix crashes when pressing menu key during channel change
There’s a short amount of time when changing channel during which there are no video output defined.



-----------------------------------------------------------------------

-- 



More information about the mythtv-commits mailing list