[mythtv-firehose] mythtv branch master updated by danielk. v0.26-pre-625-g6a64891

Git Repo Owner noreply at mythtv.org
Fri Jun 15 00:55:02 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user danielk.
       via  6a64891e8d23fd867748bb277c9c80fabc694189 (commit)
       via  05edfd94df3ff2b094ecdf16386bbefc4993bb5f (commit)
       via  3009980e5084be0dad65762710929797fd1c5837 (commit)
       via  d6b4689309551f50a30eef5ea04ee969d56279ef (commit)
      from  65cf894914da82ed84e31830051de9e565be869f (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 6a64891e8d23fd867748bb277c9c80fabc694189
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 14 Jun 2012 19:35:50 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 14 Jun 2012 20:54:47 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6a64891e8d23fd867748bb277c9c80fabc694189

Eliminate ConstFilterInfo_. There is no constructor which means we need to rely on a gcc c++ extension for initialization.
Technically this extension has been incorporated into c++11 but it makes existing non-gcc compilers like icpc unhappy.



commit 05edfd94df3ff2b094ecdf16386bbefc4993bb5f
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 14 Jun 2012 19:23:31 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 14 Jun 2012 19:56:00 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=05edfd94df3ff2b094ecdf16386bbefc4993bb5f

Some const fixes to make icc happy.



commit 3009980e5084be0dad65762710929797fd1c5837
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 14 Jun 2012 17:40:05 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 14 Jun 2012 19:56:00 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3009980e5084be0dad65762710929797fd1c5837

Fix some icc compiler warnings.



commit d6b4689309551f50a30eef5ea04ee969d56279ef
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 14 Jun 2012 17:16:14 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 14 Jun 2012 19:56:00 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d6b4689309551f50a30eef5ea04ee969d56279ef

Add support for icc & icpc compilation in configure.



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

Summary of changes:
 mythtv/configure                                  |   21 +++++++++++++++------
 mythtv/filters/adjust/filter_adjust.c             |    2 +-
 mythtv/filters/bobdeint/filter_bobdeint.c         |    2 +-
 mythtv/filters/crop/filter_crop.c                 |    2 +-
 mythtv/filters/denoise3d/filter_denoise3d.c       |    2 +-
 mythtv/filters/fieldorder/filter_fieldorder.c     |    2 +-
 mythtv/filters/force/filter_force.c               |    2 +-
 mythtv/filters/greedyhdeint/filter_greedyhdeint.c |    2 +-
 mythtv/filters/invert/filter_invert.c             |    2 +-
 mythtv/filters/ivtc/filter_ivtc.c                 |    2 +-
 mythtv/filters/kerneldeint/filter_kerneldeint.c   |    2 +-
 mythtv/filters/linearblend/filter_linearblend.c   |    2 +-
 mythtv/filters/onefield/filter_onefield.c         |    2 +-
 mythtv/filters/postprocess/filter_postprocess.c   |    2 +-
 mythtv/filters/quickdnr/filter_quickdnr.c         |    2 +-
 mythtv/filters/yadif/filter_yadif.c               |    5 +++--
 mythtv/libs/libmythtv/cardutil.cpp                |    8 ++++----
 mythtv/libs/libmythtv/dtvrecorder.cpp             |    4 ++--
 mythtv/libs/libmythtv/filter.h                    |    9 ---------
 mythtv/libs/libmythtv/filtermanager.cpp           |    8 ++++----
 mythtv/libs/libmythtv/mpeg/atscstreamdata.cpp     |    8 ++++----
 mythtv/libs/libmythtv/mpeg/atscstreamdata.h       |    4 ++--
 mythtv/libs/libmythtv/mpeg/dvbstreamdata.cpp      |    4 ++--
 mythtv/libs/libmythtv/mpeg/dvbstreamdata.h        |    6 +++---
 mythtv/libs/libmythtv/mpeg/mpegstreamdata.cpp     |    8 ++++----
 mythtv/libs/libmythtv/mpeg/mpegstreamdata.h       |    6 +++---
 mythtv/libs/libmythtv/sourceutil.cpp              |    4 ++--
 27 files changed, 62 insertions(+), 61 deletions(-)

-- 



More information about the mythtv-firehose mailing list