[mythtv-firehose] mythtv branch fixes/0.27 updated by jyavenard. v0.27.3-5-gdbb4ef3

Git Repo Owner noreply at mythtv.org
Sun Jul 6 02:16:10 UTC 2014


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user jyavenard.
       via  dbb4ef308863a837c1c0617a7a478fb2fe309757 (commit)
       via  74d812d1f80cac064ce2ebb7f8164f2a5e825708 (commit)
       via  cebafcf4131c6dff59a6234c5e35408719749890 (commit)
       via  3b0f5790c9081a17a019ded726ae497bd5c6f62c (commit)
       via  418deb69b5f299f18840d55be878714bcefb57a0 (commit)
      from  9d871a999cb19157bcad3f3f47e9807a869e45a4 (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 dbb4ef308863a837c1c0617a7a478fb2fe309757
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 30 Jun 2014 13:13:11 -0700
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 6 Jul 2014 12:12:23 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=dbb4ef308863a837c1c0617a7a478fb2fe309757

Audio: Abort Drain if audio device is in pause
Prevent deadlock in MythMusic

(cherry picked from commit d6663a5498f1ba1147a801dd4902b779b3afd1f8)



commit 74d812d1f80cac064ce2ebb7f8164f2a5e825708
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 6 Jul 2014 10:48:19 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 6 Jul 2014 11:48:24 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=74d812d1f80cac064ce2ebb7f8164f2a5e825708

Fix memory leak
Coverity CID 1224482

(cherry picked from commit e16a9b0072c068a42759a78b4633d656b3627453)



commit cebafcf4131c6dff59a6234c5e35408719749890
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 6 Jul 2014 08:57:58 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 6 Jul 2014 11:48:12 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=cebafcf4131c6dff59a6234c5e35408719749890

Properly allocate VDPAU PiP video buffers and fix memory leak
The video buffers were never freed

(cherry picked from commit 548aaf78373cf0360b759b633df10c3690e3f06b)



commit 3b0f5790c9081a17a019ded726ae497bd5c6f62c
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 6 Jul 2014 01:25:21 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 6 Jul 2014 11:47:52 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3b0f5790c9081a17a019ded726ae497bd5c6f62c

Don’t attempt to play the video streams for mp3, flac, off and m4a container.
FFmpeg incorrectly detects the artwork in those file as MJPEG, which myth would then attempt to play.
A nicer fix would be to display that image instead.

Fixes #11597

(cherry picked from commit 9df8bb364ba56cc34d34af40e5980110193bd334)



commit 418deb69b5f299f18840d55be878714bcefb57a0
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 5 Jul 2014 23:37:35 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 6 Jul 2014 11:47:44 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=418deb69b5f299f18840d55be878714bcefb57a0

Ignore IPv6 settings value if it’s invalid
This would otherwise cause the backend to always believe the requested host was local

Fixes #12172

(cherry picked from commit de991d98754bd50045d65080592828631786e161)



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

Summary of changes:
 mythtv/libs/libmyth/audio/audiooutputbase.cpp |    9 ++++++++-
 mythtv/libs/libmythbase/mythcorecontext.cpp   |    2 +-
 mythtv/libs/libmythtv/avformatdecoder.cpp     |   12 ++++++++++++
 mythtv/libs/libmythtv/videobuffers.cpp        |    6 ++++++
 mythtv/libs/libmythtv/videoout_nullvdpau.cpp  |    4 +---
 mythtv/programs/mythbackend/mainserver.cpp    |   17 ++++++++++++-----
 mythtv/programs/mythtranscode/mpeg2fix.cpp    |    1 +
 7 files changed, 41 insertions(+), 10 deletions(-)

-- 



More information about the mythtv-firehose mailing list