[mythtv-commits] mythtv branch master updated by jyavenard. v0.26-pre-242-g45ff0a4

Git Repo Owner noreply at mythtv.org
Wed May 9 14:58:57 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  45ff0a42e379172f76df74c5fc00ed29ad39dbe2 (commit)
       via  579fdcf74672ac647b4b972dac5e8e4aa14f641b (commit)
       via  ea65b58e8dfa1f0ef2bf40d7668e3bef70605437 (commit)
       via  bd7d93e031e82b2221a743a38d7c895aff1596b2 (commit)
       via  114baec094e299ed09b4f6606a38eb17d6fe76ed (commit)
      from  d6ed45762790976e406a7bec1bd1e85385edf598 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 45ff0a42e379172f76df74c5fc00ed29ad39dbe2
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 10 May 2012 00:58:27 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 10 May 2012 00:58:45 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=45ff0a42e379172f76df74c5fc00ed29ad39dbe2

Very quick HTTP live streaming support
This doesn't allow seeking, always playing from the start...



commit 579fdcf74672ac647b4b972dac5e8e4aa14f641b
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 10 May 2012 00:47:59 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 10 May 2012 00:58:45 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=579fdcf74672ac647b4b972dac5e8e4aa14f641b

Fix audio decoding following FFmpeg resync
We can't assume that decoded data is on a single plane.
Also, we do need to allocate 4 times the maximum audio buffer as potentially data could grow by a factor of 4 (uint8_t -> float)
An error was introduced for passthrough audio ; would have affected mythtranscode with passthrough enabled.
Potentially, audio buffer wouldn't have been 16 bytes aligned.



commit ea65b58e8dfa1f0ef2bf40d7668e3bef70605437
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 9 May 2012 23:36:20 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 10 May 2012 00:58:45 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ea65b58e8dfa1f0ef2bf40d7668e3bef70605437

Fix RAOP following ffmpeg resync
And remove extra obsoleted ffmpeg calls



commit bd7d93e031e82b2221a743a38d7c895aff1596b2
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 9 May 2012 19:59:46 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 10 May 2012 00:58:45 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=bd7d93e031e82b2221a743a38d7c895aff1596b2

Fix VDA decoder following ffmpeg rsync



commit 114baec094e299ed09b4f6606a38eb17d6fe76ed
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 8 May 2012 14:14:45 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 10 May 2012 00:58:45 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=114baec094e299ed09b4f6606a38eb17d6fe76ed

Fix compilation warning



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

Summary of changes:
 mythtv/libs/libmythbase/serverpool.cpp        |    2 +-
 mythtv/libs/libmythtv/avformatdecoder.cpp     |  105 ++++++++++++-------------
 mythtv/libs/libmythtv/avformatdecoder.h       |    3 +-
 mythtv/libs/libmythtv/mythraopconnection.cpp  |   49 ++++++------
 mythtv/libs/libmythtv/mythraopconnection.h    |    9 ++-
 mythtv/libs/libmythtv/privatedecoder_vda.cpp  |   60 +++++++-------
 mythtv/libs/libmythtv/streamingringbuffer.cpp |   11 ++-
 7 files changed, 123 insertions(+), 116 deletions(-)

-- 



More information about the mythtv-commits mailing list