[mythtv-commits] mythtv commit: r9968 - in trunk/mythtv by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon May 22 16:17:52 EDT 2006


      Author: danielk
        Date: 2006-05-22 20:17:51 +0000 (Mon, 22 May 2006)
New Revision: 9968
   Changeset: http://cvs.mythtv.org/trac/changeset/9968

Modified:

   trunk/mythtv/libs/libmyth/mythcontext.h
   trunk/mythtv/libs/libmythtv/channel.cpp
   trunk/mythtv/libs/libmythtv/channel.h
   trunk/mythtv/libs/libmythtv/channelbase.h
   trunk/mythtv/libs/libmythtv/dbcheck.cpp
   trunk/mythtv/libs/libmythtv/remoteencoder.cpp
   trunk/mythtv/libs/libmythtv/remoteencoder.h
   trunk/mythtv/libs/libmythtv/tv.cpp
   trunk/mythtv/libs/libmythtv/tv.h
   trunk/mythtv/libs/libmythtv/tv_play.cpp
   trunk/mythtv/libs/libmythtv/tv_play.h
   trunk/mythtv/libs/libmythtv/tv_rec.cpp
   trunk/mythtv/libs/libmythtv/tv_rec.h
   trunk/mythtv/libs/libmythtv/videoout_directfb.cpp
   trunk/mythtv/libs/libmythtv/videoout_dx.cpp
   trunk/mythtv/libs/libmythtv/videoout_xv.cpp
   trunk/mythtv/libs/libmythtv/videooutbase.h
   trunk/mythtv/programs/mythbackend/encoderlink.cpp
   trunk/mythtv/programs/mythbackend/encoderlink.h
   trunk/mythtv/programs/mythbackend/mainserver.cpp
   trunk/mythtv/programs/mythfrontend/globalsettings.cpp

Log:

Fixes #1828. Adds recorder keyed picture attribute adjustments.

This fixes a long made complaint about using one source for several analog recorders, with different picture attribute defaults. This automatically uses the hardware defaults for V4L2 compatible devices. And for devices whose defaults are not reasonable, this allows you to set the picture settings on for a recorder, instead of just for a channel.

The default picture attribute keybindings are "F" for playback picture attributes, "G" for recorder picture attributes and "Ctrl-G" for channel picture attributes.

This changes the MythTV protocol, so you will need to update all connected frontends and backends.

This also gets rid of the "UseOutputPictureControls" option. I don't see any reason why you would ever want to disable picture attributes if your hardware supports it, and it does no harm to have them enabled if the hardware does not support them.






More information about the mythtv-commits mailing list