cvidix driver for PVR350 ("ivtv") missing

Bug #393801 reported by Martin Dauskardt
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
mplayer (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: mplayer

mplayer has three ivtv-related output drivers:

1. ivtv
This one is for using the hardware decoder (/dev/video16) of the PVR350 card and works only with older ivtv drivers. Since 2.6.22 ivtv is in the kernel and this driver is obsolete. Ubuntu has disabled this driver, because it cannot be built with recent kernels

2. v4l2
This is for for using the hardware decoder of the PVR350 card with kernel >= 2.6.22

3. cvidix:ivtv
This is a totally different output driver and has nothing to do with the first one, except it is also namend "ivtv". The cvidix subdriver "ivtv" uses the YUV device (/dev/video48) of the PVR350, similar to a graphics card.
Unfortunately the mplayer configure script checks for a wrong dependency:

  test "$_vidix_drivers" || _vidix_drivers="cyberblade ivtv mach64 mga mga_crtc2 nvidia pm2 pm3 radeon rage128 s3 sh_veu sis unichrome"
  test $_ivtv = "yes" || _vidix_drivers=`echo $_vidix_drivers | sed s/ivtv//`

The second check means that in case the first driver ("ivtv") is disabled, the cvidix ivtv subdriver will also be removed from the list of drivers. This is wrong!

Please rebuild the mplayer package with uncommenting the second check:

  test "$_vidix_drivers" || _vidix_drivers="cyberblade ivtv mach64 mga mga_crtc2 nvidia pm2 pm3 radeon rage128 s3 sh_veu sis unichrome"
  #test $_ivtv = "yes" || _vidix_drivers=`echo $_vidix_drivers | sed s/ivtv//`

I will also post this to the mplayer mailing list.

Revision history for this message
Reinhard Tartler (siretart) wrote : Re: [Bug 393801] [NEW] cvidix driver for PVR350 ("ivtv") missing

Martin Dauskardt <email address hidden> writes:

> I will also post this to the mplayer mailing list.

please attach a link to the mailing list archive to this bug, so that we
can track the discussion made upstream.

--
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

Revision history for this message
Martin Dauskardt (md001) wrote :
Revision history for this message
Martin Dauskardt (md001) wrote :

Unfortunately no mplayer developer seems to read the mplayer-users list. While I am waiting for approval by the mplayer-devel moderator, I made a Bugzilla entry: http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1509

Revision history for this message
Martin Dauskardt (md001) wrote :

The big has finally been fixed:
http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2009-July/061870.html

Would be nice if the Ubuntu mplayer maintainers could build a new package, with should now automatically include the ivtv cvidix driver

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.