[mythtv-commits] mythtv/master commit: 4cd818657 by Michael T. Dean (sphery)
MythTV
noreply at mythtv.org
Thu Dec 9 23:46:09 UTC 2010
Author: Michael T. Dean <mdean at mythtv.org>
Change Date: 2010-12-09T15:45:06-08:00
Push Date: 2010/12/09 15:45:58 -0800
Repository: mythtv
Branch: master
New Revision: 4cd818657100d13a813dfa7a8a44201184c49d71
Changeset: https://github.com/MythTV/mythtv/commit/4cd818657
Log:
Update playback profiles after recent changes.
WARNING: Changes DB Schema version, so DB schema version is no longer
compatible with 0.24-fixes.
Removes CPU++, CPU+, and CPU-- playback profile groups. These groups were
unnecessary after the removal of XvMC, libmpeg2, and PVR-350 decoding/
rendering. Systems set to use any of these profiles groups are changed
to use the default group, Normal.
Changes users' custom profiles to replace XvMC and libmpeg2 decoders with
standard (ffmpeg) and XvMC video renderer with Xv (xv-blit) and ia44blend
OSD renderer with softblend.
Updates the VideoDisplayProfile::GetDefaultProfileName() to use Normal,
instead of CPU+. This also fixes the issue where new systems incorrectly
used CPU+ by default.
Create example VDPAU profile groups when creating initial profile groups
(rather than 2 steps later).
Modified:
mythtv/libs/libmythtv/dbcheck.cpp
mythtv/libs/libmythtv/videodisplayprofile.cpp
mythtv/libs/libmythtv/videodisplayprofile.h
More information about the mythtv-commits
mailing list