[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-879-gcf4fd90

Git Repo Owner noreply at mythtv.org
Fri Feb 21 18:57:35 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  cf4fd9059846e563deaeca21190d5758f178ede9 (commit)
       via  2dbf1f382236c2001683a74f9f6fe7fc46a89412 (commit)
       via  c280873b3a53b823519cbc641f16b5999b3c4c22 (commit)
       via  3840cef90b4e8876e7376dce2ca22379011621fa (commit)
       via  f10a6ca7cf7efda3ff3c8d8a1c393d8693734204 (commit)
      from  4cd70e4a0f9677490c2115f7fc0697e800857e66 (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 cf4fd9059846e563deaeca21190d5758f178ede9
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 21 Feb 2014 18:35:16 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 21 Feb 2014 18:57:01 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=cf4fd9059846e563deaeca21190d5758f178ede9

WebFrontend: Fix removal of filters from recording rules



commit 2dbf1f382236c2001683a74f9f6fe7fc46a89412
Author:    Warpme <warpme at o2.pl> at Fri, 21 Feb 2014 17:10:49 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 21 Feb 2014 17:21:08 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2dbf1f382236c2001683a74f9f6fe7fc46a89412

Speed-up HLS transcode by specifying the x264 preset and tune
x264 lib has capability to tune performance/quality for given
deployment scenario. This patch allows user to select preset & tune
for achieving desired speed-qualty compromise. Original MythTV code is
using defaults preset/tune: "medium/<null>". Setting preset to
"ultrafast" and tune to "movie" gives me hard-to-notice-difference
picture and 35-37% transcoding speedup. On 3220T (IVB i3, 35W)
transcode 3-5Mb/s 1080i at 50 movie is approx 30-35% faster than realtime
while default settings give me 90-95% of realtime. User preset/tune
change is arranged exactly the same like with transcode
threads.

x264 available presets are: ultrafast, superfast, veryfast, faster, fast, medium, slow, slower, veryslow, placebo

Available tunes are: film, animation, grain, stillimage, psnr, ssim, fastdecode, zerolatency

Signed-off-by: Stuart Morgan <smorgan at mythtv.org>

Fixes #12055



commit c280873b3a53b823519cbc641f16b5999b3c4c22
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 21 Feb 2014 17:07:52 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 21 Feb 2014 17:08:05 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c280873b3a53b823519cbc641f16b5999b3c4c22

WebFrontend: Fix channel data when accessing the Schedule Editor from Recording Rules



commit 3840cef90b4e8876e7376dce2ca22379011621fa
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 21 Feb 2014 16:46:34 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 21 Feb 2014 17:08:05 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3840cef90b4e8876e7376dce2ca22379011621fa

WebFRontend: Add a getIntegerArg() method to simplify and improve consistency in behaviour.



commit f10a6ca7cf7efda3ff3c8d8a1c393d8693734204
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 21 Feb 2014 16:44:32 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 21 Feb 2014 17:08:05 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f10a6ca7cf7efda3ff3c8d8a1c393d8693734204

Services API: Temporarily disable the error if an invalid ChanId is passed to GetChannelInfo. This causes us some problems when accessed via the scripting API.



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

Summary of changes:
 mythtv/external/FFmpeg/libavcodec/libx264.c      |    1 +
 mythtv/html/js/utility.js                        |   12 ++++++
 mythtv/html/tv/ajax_backends/dvr_util.qsp        |   40 ++++++++++++----------
 mythtv/html/tv/ajax_backends/program_util.qsp    |   11 ------
 mythtv/html/tv/guide.qsp                         |    4 +-
 mythtv/html/tv/recordingrules.qsp                |    2 +-
 mythtv/html/tv/recordings.qsp                    |    4 +-
 mythtv/html/tv/schedule.qsp                      |   20 ++++++++---
 mythtv/html/tv/upcoming.qsp                      |    2 +-
 mythtv/libs/libmythtv/avformatwriter.cpp         |    5 +++
 mythtv/libs/libmythtv/filewriterbase.h           |    4 ++
 mythtv/programs/mythbackend/services/channel.cpp |    6 +++-
 mythtv/programs/mythtranscode/transcode.cpp      |   13 ++++++-
 13 files changed, 81 insertions(+), 43 deletions(-)

-- 



More information about the mythtv-commits mailing list