Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Commits

Ticket #2975: Remove pcHDTV V4L DTV support

 

 

MythTV commits RSS feed   Index | Next | Previous | View Threaded


mythtv at cvs

Jan 22, 2007, 8:05 AM

Post #1 of 7 (449 views)
Permalink
Ticket #2975: Remove pcHDTV V4L DTV support

#2975: Remove pcHDTV V4L DTV support
---------------------+------------------------------------------------------
Reporter: danielk | Owner: danielk
Type: task | Status: new
Priority: minor | Milestone: 0.21
Component: mythtv | Version: head
Severity: medium |
---------------------+------------------------------------------------------
Almost everything you could do with the digital V4L drivers can be done
with the DVB drivers, and the digital V4L driver has not been actively
maintained for a while now.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/2975>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Sep 6, 2007, 3:52 PM

Post #2 of 7 (301 views)
Permalink
Re: Ticket #2975: Remove pcHDTV V4L DTV support [In reply to]

#2975: Remove pcHDTV V4L DTV support
---------------------+------------------------------------------------------
Reporter: danielk | Owner: danielk
Type: task | Status: closed
Priority: minor | Milestone: 0.21
Component: mythtv | Version: head
Severity: medium | Resolution: fixed
Mlocked: 0 |
---------------------+------------------------------------------------------
Changes (by danielk):

* status: new => closed
* resolution: => fixed


Comment:

(In [14444]) Fixes #2975. Removes pcHDTV V4L driver support.

No one was using this anymore when I asked about it about 9 months ago...
The pcHDTV HD-2000 and HD-3000 cards have been supported by the Linux DVB
drivers for some time now.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/2975#comment:1>
MythTV <http://svn.mythtv.org/trac>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Sep 21, 2007, 7:17 PM

Post #3 of 7 (283 views)
Permalink
Re: Ticket #2975: Remove pcHDTV V4L DTV support [In reply to]

#2975: Remove pcHDTV V4L DTV support
---------------------+------------------------------------------------------
Reporter: danielk | Owner: danielk
Type: task | Status: closed
Priority: minor | Milestone: 0.21
Component: mythtv | Version: head
Severity: medium | Resolution: fixed
Mlocked: 0 |
---------------------+------------------------------------------------------

Comment(by David George <david[at]thegeorges.us>):

This commit has a regression for me. Just wanted to send this in case
anyone has the same problem.

I have a mixture of DVB and IVTV cards and I use the S-Video input on the
ivtv cards for capturing from satellite STB. With this commit the v4l2
SetInputAndFormat(9, ATSC) fails then the fallback to v4l1 is never called
which causes my externalcommand to never be called. I have added the
usingv4l1 = 1 back in if ioctl VIDIOC_S_STD fails and my external changer
is working again. I have the TVFormat in the channel editor for the
satellite channels to default which I wouldn't think should be used
because they come in via s-video and the TVFormat for the OTA channels as
ATSC. I also have TVFormat in my General settings set to ATSC.

Probably the real fix for this is to not bother trying to set the v4l
format unless the inputname starts with 'Tuner' (and possibly Antenna or
Television for other v4l cards?). I will work on a patch to do this, but
my time is limited and my above fix takes care of my immediate issue.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/2975#comment:2>
MythTV <http://svn.mythtv.org/trac>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Sep 21, 2007, 8:19 PM

Post #4 of 7 (284 views)
Permalink
Re: Ticket #2975: Remove pcHDTV V4L DTV support [In reply to]

#2975: Remove pcHDTV V4L DTV support
---------------------+------------------------------------------------------
Reporter: danielk | Owner: danielk
Type: task | Status: reopened
Priority: minor | Milestone: 0.21
Component: mythtv | Version: head
Severity: medium | Resolution:
Mlocked: 0 |
---------------------+------------------------------------------------------
Changes (by danielk):

* status: closed => reopened
* resolution: fixed =>


--
Ticket URL: <http://svn.mythtv.org/trac/ticket/2975#comment:3>
MythTV <http://svn.mythtv.org/trac>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Sep 24, 2007, 11:00 AM

Post #5 of 7 (272 views)
Permalink
Re: Ticket #2975: Remove pcHDTV V4L DTV support [In reply to]

#2975: Remove pcHDTV V4L DTV support
---------------------+------------------------------------------------------
Reporter: danielk | Owner: danielk
Type: task | Status: reopened
Priority: minor | Milestone: 0.21
Component: mythtv | Version: head
Severity: medium | Resolution:
Mlocked: 0 |
---------------------+------------------------------------------------------

Comment(by David George <david[at]thegeorges.us>):

I am attaching a patch that re-enables v4l1 fallback so that the external
channel changer in externalcommand will run even if your default TVFormat
is ATSC.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/2975#comment:4>
MythTV <http://svn.mythtv.org/trac>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Sep 29, 2007, 11:09 AM

Post #6 of 7 (262 views)
Permalink
Re: Ticket #2975: Remove pcHDTV V4L DTV support [In reply to]

#2975: Remove pcHDTV V4L DTV support
---------------------+------------------------------------------------------
Reporter: danielk | Owner: danielk
Type: task | Status: closed
Priority: minor | Milestone: 0.21
Component: mythtv | Version: head
Severity: medium | Resolution: fixed
Mlocked: 0 |
---------------------+------------------------------------------------------
Changes (by danielk):

* status: reopened => closed
* resolution: => fixed


Comment:

David, ATSC is an invalid TV format for capturing using the analog ivtv
card. Setting the TV format for the video source to the appropriate PAL,
SECAM, or NTSC format as should fix the reported problem.

This usingv4l1 fall-back hack was only added because the first pcHDTV
HD-2000 v4l driver was a v4l2 driver except for this one aspect where it
required one v4l1 call. The ivtv drivers do not require this hack, I think
you were simply able to get away with a incorrectly configured tvformat
because of bugs in the old v4l1 interface.

We can't get rid of the format call in the absence of a tuner because it
tells the hardware how to decode the signal. If you are in Luxembourg you
need to tell the hardware whether to decode the channel as PAL or SECAM on
a per channel basis; without setting the standard you would, at best, get
B&W images with the wrong standard configured.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/2975#comment:5>
MythTV <http://svn.mythtv.org/trac>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Nov 17, 2007, 9:11 AM

Post #7 of 7 (184 views)
Permalink
Re: Ticket #2975: Remove pcHDTV V4L DTV support [In reply to]

#2975: Remove pcHDTV V4L DTV support
---------------------+------------------------------------------------------
Reporter: danielk | Owner: danielk
Type: task | Status: closed
Priority: minor | Milestone: 0.21
Component: mythtv | Version: head
Severity: medium | Resolution: fixed
Mlocked: 0 |
---------------------+------------------------------------------------------

Comment(by danielk):

(In [14885]) Refs #2975. Removes two settings pertaining to pcHDTV V4L
tuning, and moves the HDRinbufferSize setting from mythfrontend to mythtv-
setup.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/2975#comment:6>
MythTV <http://svn.mythtv.org/trac>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits

MythTV commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.