[mythtv-commits] mythtv branch master updated by jyavenard. v0.27-pre2-1017-g1b21ccd

Git Repo Owner noreply at mythtv.org
Sun May 5 12:59:34 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  1b21ccdf57837b97b7fae699a5516886480dec1d (commit)
       via  ec9f8b5a408935208de14504cfb80c00c166912f (commit)
       via  0d152032dff93d44c2531e4a8f05ff52c3be904d (commit)
       via  3345a03162f704d70081fe558d4ce6e7659bf323 (commit)
       via  d0ea1417db42debc12e56030581e573151960538 (commit)
       via  e4170c604e6a6af969e5de74ac740ac596686da8 (commit)
      from  92b702fe1e0481d9d9ba51f90f606ad6fd611a90 (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 1b21ccdf57837b97b7fae699a5516886480dec1d
Author:    Carl Eugen Hoyos <cehoyos at ag.or.at> at Wed, 3 Apr 2013 15:45:46 +0200
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 5 May 2013 22:59:23 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1b21ccdf57837b97b7fae699a5516886480dec1d

Skip padding in an id3 tag in aiff files.
Fixes ticket #2430.

Reviewed-by: Matthieu Bouron
(cherry picked from commit db2d3a90825025b2f5da85792e1df33280c61391)

Signed-off-by: Jean-Yves Avenard <jyavenard at mythtv.org>



commit ec9f8b5a408935208de14504cfb80c00c166912f
Author:    Paul B Mahol <onemda at gmail.com> at Wed, 3 Apr 2013 12:57:58 +0000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 5 May 2013 22:59:23 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ec9f8b5a408935208de14504cfb80c00c166912f

smacker: fix off by one error
Regression since a93b572ae4f517ce0c35cf085167c318e9215908.

Fixes #2426.

Signed-off-by: Paul B Mahol <onemda at gmail.com>
(cherry picked from commit e3cc92a623a6ece42816c7a692c8815688a99ab0)
Signed-off-by: Jean-Yves Avenard <jyavenard at mythtv.org>



commit 0d152032dff93d44c2531e4a8f05ff52c3be904d
Author:    Carl Eugen Hoyos <cehoyos at ag.or.at> at Sat, 30 Mar 2013 08:41:46 +0100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 5 May 2013 22:59:23 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0d152032dff93d44c2531e4a8f05ff52c3be904d

Write broken aac frames to mov files instead of skipping them.
Fixes decoding with picky media players.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit b448c0a68d0cc7dfef736267dfdaed0e213c020b)
Signed-off-by: Jean-Yves Avenard <jyavenard at mythtv.org>



commit 3345a03162f704d70081fe558d4ce6e7659bf323
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 5 May 2013 22:47:06 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 5 May 2013 22:59:23 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3345a03162f704d70081fe558d4ce6e7659bf323

Reduce buffer size used while scanning media.
For some reasons, when playing a MOV file by AirPlay from an iPhone fails when the buffer is too big. So add a method for specific stream allowing to temporarily reduce the size of the buffer. I suspect an issue in FFmpeg caching code.
This allows to work around it, without investigating too much the "why".

Fixes #11263



commit d0ea1417db42debc12e56030581e573151960538
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 5 May 2013 22:41:23 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 5 May 2013 22:59:23 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d0ea1417db42debc12e56030581e573151960538

Apply patch from XBMC by Joakim Plate: "changed: allow 4 second skew between streams in mov before attempting to seek"



commit e4170c604e6a6af969e5de74ac740ac596686da8
Author:    Joakim Plate <elupus at ecce.se> at Wed, 8 Dec 2010 14:03:43 +0000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 5 May 2013 22:59:23 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e4170c604e6a6af969e5de74ac740ac596686da8

changed: allow 4 second skew between streams in mov before attempting to seek
Signed-off-by: Jean-Yves Avenard <jyavenard at mythtv.org>



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

Summary of changes:
 mythtv/external/FFmpeg/README.sync           |    1 +
 mythtv/external/FFmpeg/libavformat/aiffdec.c |    5 ++++-
 mythtv/external/FFmpeg/libavformat/mov.c     |    4 ++--
 mythtv/external/FFmpeg/libavformat/movenc.c  |   15 ++++++++-------
 mythtv/external/FFmpeg/libavformat/smacker.c |    2 +-
 mythtv/libs/libmythtv/avformatdecoder.cpp    |    2 ++
 mythtv/libs/libmythtv/ringbuffer.h           |    1 +
 mythtv/libs/libmythtv/streamingringbuffer.h  |    1 +
 8 files changed, 20 insertions(+), 11 deletions(-)

-- 



More information about the mythtv-commits mailing list