[mythtv-firehose] mythtv/gpu-commflag commit: 72497f613 by Jean-Yves Avenard (jyavenard)

MythTV noreply at mythtv.org
Mon Mar 19 18:16:35 UTC 2012


      Author:  Jean-Yves Avenard <jyavenard at mythtv.org>
 Change Date:  2012-03-14T06:42:26-07:00
   Push Date:  2012/03/19 11:15:58 -0700
  Repository:  mythtv
      Branch:  gpu-commflag
New Revision:  72497f61321c36793576c7638cd22938e15dff3c
   Changeset:  https://github.com/MythTV/mythtv/commit/72497f613

Log:

Add default OpenGL playback profiles

They are defined as follow:
OpenGL High Quality:
 1- ffmpeg decoder, 2 cpus, opengl for rendering and osd, Greedy HighMotion (2x) for deinterlacer with Greedy HighMotion fallback

OpenGL Normal Quality:
 1- ffmpeg decoder, 2 cpus, opengl for rendering and osd, Kernel (2x, HW) for deinterlacer with Kernel (HW) fallback

OpenGL Slim:
 1- ffmpeg decoder, 1 cpus, opengl for rendering and osd, LinearBlend (2X, HW) for deinterlacer with LinearBlend (HW) fallback

OpenGL High is virtually indistiguishable from OpenGL Normal in my eyes, but uses half the CPU

Modified:

   mythtv/libs/libmythbase/mythversion.h
   mythtv/libs/libmythtv/videodisplayprofile.cpp
   mythtv/libs/libmythtv/videodisplayprofile.h
   mythtv/programs/mythfrontend/globalsettings.cpp



More information about the mythtv-firehose mailing list