<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/zapping/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/zapping/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 25 Nov 2006 20:32:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/zapping/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>USB Sound Pass-Through</title><link>https://sourceforge.net/p/zapping/feature-requests/33/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have a Pinnacle Hybrid Pro USB device and to get sound for analogue TV, I need to type this command in a terminal as root:&lt;br /&gt;
sox -r 48000 -w -c 2 -t ossdsp /dev/dsp1 -t ossdsp /dev/dsp&lt;/p&gt;
&lt;p&gt;This command takes the sound from /dev/dsp1 (which is the sound device of the USB device, converts it to 48000khz/2 channels and passes it to my sound card, /dev/dsp. How nice shouldn't it be if Zapping had this feature built-in?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Lunderhage</dc:creator><pubDate>Sat, 25 Nov 2006 20:32:33 -0000</pubDate><guid>https://sourceforge.net3f07e62beb93f1c532099af254a500022523a6a6</guid></item><item><title>Support for ivtv based cards</title><link>https://sourceforge.net/p/zapping/feature-requests/32/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello I have a pvr-150... and it is really easy to play&lt;br /&gt;
the signal through mplayer or vlc... but i have to&lt;br /&gt;
change channels through another program like xawtv or&lt;br /&gt;
zapping. Would it be very hard to implement&lt;br /&gt;
mpeg-playback for those cards?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 05 May 2006 15:11:40 -0000</pubDate><guid>https://sourceforge.net5f9eb6f241d52e9332f81974dece88532f3ec803</guid></item><item><title>Add support for more libavcodec formats in capture plugin</title><link>https://sourceforge.net/p/zapping/feature-requests/31/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I would especially be interested in support for MJPEG&lt;br /&gt;
and huffyuv.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 23 Mar 2006 23:14:07 -0000</pubDate><guid>https://sourceforge.netfd4859fabc0731df935517cc783591711ebf7362</guid></item><item><title>ALSA support</title><link>https://sourceforge.net/p/zapping/feature-requests/30/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;See topic.&lt;/p&gt;
&lt;p&gt;Since more and more tv cards get ALSA support in the&lt;br /&gt;
Linux kernel, it would also be cool to have it&lt;br /&gt;
supported in zapping.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 23 Mar 2006 23:07:23 -0000</pubDate><guid>https://sourceforge.net8b1f6d9983db70bf82973fe45c895e2329291715</guid></item><item><title>Remove DGA dependency</title><link>https://sourceforge.net/p/zapping/feature-requests/29/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am not sure how deeply Zapping is dependent on the X&lt;br /&gt;
DGA extension. However recent nvidia drivers, the&lt;br /&gt;
propietary ones, have dropped support for DGA.&lt;br /&gt;
Currently this means that Zapping simply crashes when I&lt;br /&gt;
try to execute it with nvidia &amp;gt;=1.8xxx. &lt;/p&gt;
&lt;p&gt;According the nvidia README:&lt;/p&gt;
&lt;p&gt;"   What is NVIDIA's plan for support of the&lt;br /&gt;
XFree86-DGA extension?&lt;/p&gt;
&lt;p&gt;A. Support for the XFree86-DGA extension will be&lt;br /&gt;
removed from the NVIDIA&lt;br /&gt;
driver in a future driver release. This means that&lt;br /&gt;
while the extension will&lt;br /&gt;
continue to be advertised and XDGASelectInput() will&lt;br /&gt;
still function&lt;br /&gt;
properly so that DGA clients can acquire relative&lt;br /&gt;
pointer motion, DGA entry&lt;br /&gt;
points such as XDGASetMode() and&lt;br /&gt;
XDGAOpenFramebuffer() will fail.&lt;/p&gt;
&lt;p&gt;If you would prefer that DGA support not be removed&lt;br /&gt;
from the NVIDIA X&lt;br /&gt;
driver, please feel free to make your concerns known&lt;br /&gt;
on the Linux forum on&lt;br /&gt;
nvnews.net."&lt;/p&gt;
&lt;p&gt;Now the last thing I want to do is bug free software&lt;br /&gt;
developers to change their software to support&lt;br /&gt;
propietary drivers- but I find myself in a quandry. I&lt;br /&gt;
trully love Zapping-it is the only TV viewing program I&lt;br /&gt;
wish to use but at some point I will be forced to stop&lt;br /&gt;
using it if I wish to take advantage of better video&lt;br /&gt;
support for my nvidia graphics card. &lt;/p&gt;
&lt;p&gt;Is it possible to remove the DGA dependency? could it&lt;br /&gt;
be made into a command-line option ? Alternately could&lt;br /&gt;
the configure script query X for availability of DGA&lt;br /&gt;
and optionally build Zapping without DGA dependency ?&lt;/p&gt;
&lt;p&gt;I unfortunately do not have any notion as to how deeply&lt;br /&gt;
Zapping depends on DGA. If there is a&lt;br /&gt;
complicated/involved DGA dependency consider this&lt;br /&gt;
feature request void. &lt;/p&gt;
&lt;p&gt;Thanks, Karl Zollner&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">iwbcman</dc:creator><pubDate>Mon, 02 Jan 2006 09:50:28 -0000</pubDate><guid>https://sourceforge.net91dfc995e2a23513c2ab78335a661c2b13014b9a</guid></item><item><title>Documentation for use with DVB card</title><link>https://sourceforge.net/p/zapping/feature-requests/28/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have mythtv and nxtvepg-2.8.0pre5 running fine with&lt;br /&gt;
my DVB-T card. I know how to use tzap and dvbstream too.&lt;br /&gt;
The last thing I'm missing is teletext.&lt;/p&gt;
&lt;p&gt;Maybe you can add some examples how to use zvbid&lt;br /&gt;
together with zapping.&lt;br /&gt;
Maybe you can even create a ./configure option to make&lt;br /&gt;
zapzilla a stand alone teletext viewer as long as&lt;br /&gt;
zapping isn't a dvb-tv-application.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Schuglitsch</dc:creator><pubDate>Tue, 17 May 2005 00:02:05 -0000</pubDate><guid>https://sourceforge.net8b56c469b0cbf2b2f2f8b892f026c92c70dae3d5</guid></item><item><title>dvb support</title><link>https://sourceforge.net/p/zapping/feature-requests/27/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Sorry, but i can't find zapping forum, so I write here&lt;br /&gt;
my problem (maybe bug). Have ZAPPING dvb cards support?&lt;br /&gt;
Because I try to load Zapping, and I get message that&lt;br /&gt;
/dev/video0 not found, but in /dev directory I found&lt;br /&gt;
/dev/video1394 so how to change a video0 to video1394?&lt;br /&gt;
I don't find any zapping config file.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gediminas</dc:creator><pubDate>Thu, 12 May 2005 09:05:12 -0000</pubDate><guid>https://sourceforge.net69b6c7091bc290f99e0cb25d81cd22b5fe502317</guid></item><item><title>change channel with scrollwheel</title><link>https://sourceforge.net/p/zapping/feature-requests/26/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be nice to be able to 'zapp' between channels&lt;br /&gt;
using the scrollwheel on the mouse.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Lundqvist</dc:creator><pubDate>Tue, 14 Sep 2004 17:23:10 -0000</pubDate><guid>https://sourceforge.net7d25e2b1ae8146e7ab0e456fcfe42faac653d3f5</guid></item><item><title>sound amplifier</title><link>https://sourceforge.net/p/zapping/feature-requests/25/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Many tv-providers suck at adjusting the sound level for&lt;br /&gt;
all channels.&lt;br /&gt;
It would be nice to be able to amplify some channels.&lt;/p&gt;
&lt;p&gt;What I'm requesting is in short some way to amplify the&lt;br /&gt;
sound on a per channel basis while zapping remembers&lt;br /&gt;
the setting for each channel.&lt;/p&gt;
&lt;p&gt;Also - a main sound-level control for zapping (only -&lt;br /&gt;
not coupled with the system sound) would be nice.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Lundqvist</dc:creator><pubDate>Tue, 14 Sep 2004 17:21:52 -0000</pubDate><guid>https://sourceforge.net9b76387252cf1ee52b46ccd59ee7b8f1f13861e4</guid></item><item><title>Separate Zapping</title><link>https://sourceforge.net/p/zapping/feature-requests/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In the latest Zapping version Zapzilla seems to be totally &lt;br /&gt;
integrated, so its not possible to launch it as a standalone &lt;br /&gt;
application. Thats bad because Zapzilla is the best Teletext &lt;br /&gt;
browser out there :). It should be possible to use Zapzilla without &lt;br /&gt;
Zapping. &lt;/p&gt;&lt;/div&gt;</description><pubDate>Sun, 18 Jul 2004 23:26:36 -0000</pubDate><guid>https://sourceforge.netd42efac238f0523263c1b71648ca35492f632b18</guid></item></channel></rss>