<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:admin="http://webns.net/mvcb/"
>

<channel rdf:about="http://cvs.bytesex.org/video4linux.html">
<title>cvs log video4linux</title>
<link>http://cvs.bytesex.org/video4linux.html</link>
<description>changelog built from cvs checkin messages</description>
<dc:language>en</dc:language>
<dc:creator>kraxel@bytesex.org</dc:creator>
<items>
 <rdf:Seq>
  <rdf:li rdf:resource="http://cvs.bytesex.org/video4linux.html#200510082256" />
  <rdf:li rdf:resource="http://cvs.bytesex.org/video4linux.html#200510081914" />
  <rdf:li rdf:resource="http://cvs.bytesex.org/video4linux.html#200510081120" />
  <rdf:li rdf:resource="http://cvs.bytesex.org/video4linux.html#200510072120" />
  <rdf:li rdf:resource="http://cvs.bytesex.org/video4linux.html#200510070735" />
  <rdf:li rdf:resource="http://cvs.bytesex.org/video4linux.html#200510070530" />
  <rdf:li rdf:resource="http://cvs.bytesex.org/video4linux.html#200510070514" />
  <rdf:li rdf:resource="http://cvs.bytesex.org/video4linux.html#200510070155" />
  <rdf:li rdf:resource="http://cvs.bytesex.org/video4linux.html#200510070148" />
  <rdf:li rdf:resource="http://cvs.bytesex.org/video4linux.html#200510062337" />
  <rdf:li rdf:resource="http://cvs.bytesex.org/video4linux.html#200510062012" />
  <rdf:li rdf:resource="http://cvs.bytesex.org/video4linux.html#200510062010" />
  <rdf:li rdf:resource="http://cvs.bytesex.org/video4linux.html#200510061728" />
  <rdf:li rdf:resource="http://cvs.bytesex.org/video4linux.html#200510061638" />
  <rdf:li rdf:resource="http://cvs.bytesex.org/video4linux.html#200510060509" />
  <rdf:li rdf:resource="http://cvs.bytesex.org/video4linux.html#200510051643" />
 </rdf:Seq>
</items>
</channel>

<item rdf:about="http://cvs.bytesex.org/video4linux.html#200510082256">
<title>2005-10-08 22:56</title>
<link>http://cvs.bytesex.org/video4linux.html#200510082256</link>
<description>        - Development has been moved from video4linux cvs to v4l-kernel cvs.
        - To checkout v4l-kernel, use the following commands:
          cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux login
          cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux co -P v4l-kernel
</description>
<dc:creator>mkrufky</dc:creator>
</item>

<item rdf:about="http://cvs.bytesex.org/video4linux.html#200510081914">
<title>2005-10-08 19:14</title>
<link>http://cvs.bytesex.org/video4linux.html#200510081914</link>
<description>VIDIOCSFREQ and VIDIOCGFREQ expect an unsigned long as argument.
v4l1-compat.c expects an int. The first is 8 bytes for an AMD64, the
second only 4. This patch fixes this. I've checked other sources in the
v4l repository and they all use unsigned long, so this is the only place
that needs patching.
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl>
Signed-off-by: Michael Krufky &lt;mkrufky@m1k.net>
</description>
<dc:creator>mkrufky</dc:creator>
</item>

<item rdf:about="http://cvs.bytesex.org/video4linux.html#200510081120">
<title>2005-10-08 11:20</title>
<link>http://cvs.bytesex.org/video4linux.html#200510081120</link>
<description>* saa7134-alsa.c: (snd_saa7134_capsrc_put),
(alsa_card_saa7134_create):
* saa7134-core.c: (saa7134_initdev):
* saa7134.h:
        - Fixed a bug that caused some saa7133 code to run on saa7134 boards
        - dsp_nr (to force a given audio card number) from OSS now works for
          ALSA as well.
Signed-off-by: Ricardo Cerqueira &lt;v4l@cerqueira.org>
</description>
<dc:creator>nsh</dc:creator>
</item>

<item rdf:about="http://cvs.bytesex.org/video4linux.html#200510072120">
<title>2005-10-07 21:20</title>
<link>http://cvs.bytesex.org/video4linux.html#200510072120</link>
<description>        - fix compile with gcc-2.95
        Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl>
</description>
<dc:creator>mkrufky</dc:creator>
</item>

<item rdf:about="http://cvs.bytesex.org/video4linux.html#200510070735">
<title>2005-10-07 07:35</title>
<link>http://cvs.bytesex.org/video4linux.html#200510070735</link>
<description>* saa7134-alsa.c: (saa7134_dma_stop),
(snd_card_saa7134_capture_prepare),
(snd_card_saa7134_capture_pointer),
(snd_card_saa7134_capture_close), (snd_card_saa7134_capture_open),
(snd_card_saa7134_pcm), (snd_saa7134_capsrc_info),
(snd_saa7134_capsrc_put), (snd_card_saa7134_new_mixer),
(alsa_card_saa7134_create):
- Fixed kernel oops when hotswapping PC Cards
        - Fixed capture source switch issue in mixer
        - Removed some unnecessary wrappers
        - Minor code cleanups
        - Added a few comments to document the purpose of the major functions.
Signed-off-by: Ricardo Cerqueira &lt;v4l@cerqueira.org>
</description>
<dc:creator>nsh</dc:creator>
</item>

<item rdf:about="http://cvs.bytesex.org/video4linux.html#200510070530">
<title>2005-10-07 05:30</title>
<link>http://cvs.bytesex.org/video4linux.html#200510070530</link>
<description>re-diff'd Makefile patch
</description>
<dc:creator>mkrufky</dc:creator>
</item>

<item rdf:about="http://cvs.bytesex.org/video4linux.html#200510070514">
<title>2005-10-07 05:14</title>
<link>http://cvs.bytesex.org/video4linux.html#200510070514</link>
<description>* em2820-i2c.c:
- Fix build for 2.6.14
- Kill i2c_algorithm.name
- Kill i2c_algorithm.id
Signed-off-by: Michael Krufky &lt;mkrufky@m1k.net>
</description>
<dc:creator>mkrufky</dc:creator>
</item>

<item rdf:about="http://cvs.bytesex.org/video4linux.html#200510070155">
<title>2005-10-07 01:55</title>
<link>http://cvs.bytesex.org/video4linux.html#200510070155</link>
<description>removed trailing whitespace
</description>
<dc:creator>mkrufky</dc:creator>
</item>

<item rdf:about="http://cvs.bytesex.org/video4linux.html#200510070148">
<title>2005-10-07 01:48</title>
<link>http://cvs.bytesex.org/video4linux.html#200510070148</link>
<description>        * msp3400.c: (msp_detach):
        - check ->kthread correctly
        Signed-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com>
        Signed-off-by: Michael Krufky &lt;mkrufky@m1k.net>
</description>
<dc:creator>mkrufky</dc:creator>
</item>

<item rdf:about="http://cvs.bytesex.org/video4linux.html#200510062337">
<title>2005-10-06 23:37</title>
<link>http://cvs.bytesex.org/video4linux.html#200510062337</link>
<description>* Makefile:
* saa7134-alsa.c: (saa7134_dma_stop), (saa7134_dma_start),
(saa7134_irq_alsa_done), (snd_card_saa7134_capture_trigger),
(dsp_buffer_conf), (dsp_buffer_init),
(snd_card_saa7134_pcm_prepare), (snd_card_saa7134_capture_prepare),
(snd_card_saa7134_pointer), (snd_card_saa7134_capture_pointer),
(snd_card_saa7134_runtime_free), (snd_card_saa7134_hw_params),
(snd_card_saa7134_hw_free), (dsp_buffer_free), (saa7134_cap_close),
(saa7134_cap_open), (snd_card_saa7134_capture_open),
(snd_card_saa7134_capture_close), (snd_card_saa7134_pcm),
(snd_saa7134_volume_info), (snd_saa7134_volume_get),
(snd_saa7134_volume_put), (snd_saa7134_capsrc_info),
(snd_saa7134_capsrc_get), (snd_saa7134_capsrc_put),
(snd_card_saa7134_new_mixer), (snd_saa7134_free),
(snd_saa7134_dev_free), (alsa_card_saa7134_create),
(alsa_card_saa7134_exit):
* saa7134-core.c: (saa7134_irq), (saa7134_initdev),
(saa7134_finidev):
* saa7134-oss.c: (dsp_rec_start):
* saa7134-reg.h:
* saa7134.h:
- Alsa support for saa7134 that should work. Wonderful
patch from Ricardo.
Signed-off-by: Ricardo Cerqueira &lt;v4l@cerqueira.org>
</description>
<dc:creator>nsh</dc:creator>
</item>

<item rdf:about="http://cvs.bytesex.org/video4linux.html#200510062012">
<title>2005-10-06 20:12</title>
<link>http://cvs.bytesex.org/video4linux.html#200510062012</link>
<description>* saa7134-cards.c:
* saa7134-video.c: (saa7134_video_init1):
* saa7134.h:
- Implement some differences in video output port
  register initialization between existing boards and RTD Embedded
  Technologies VFG7300 boards.
Signed-off-by: Robert W. Boone &lt;rboone@rtd.com>
</description>
<dc:creator>nsh</dc:creator>
</item>

<item rdf:about="http://cvs.bytesex.org/video4linux.html#200510062010">
<title>2005-10-06 20:10</title>
<link>http://cvs.bytesex.org/video4linux.html#200510062010</link>
<description>* Makefile:
* em2820-i2c.c: (em2820_set_tuner):
- Fixed build.
Signed-off-by: Nickolay V. Shmyrev &lt;nshmyrev@yandex.ru>
</description>
<dc:creator>nsh</dc:creator>
</item>

<item rdf:about="http://cvs.bytesex.org/video4linux.html#200510061728">
<title>2005-10-06 17:28</title>
<link>http://cvs.bytesex.org/video4linux.html#200510061728</link>
<description>        - Added scripts and CARDLIST for em2820.
        Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br>
</description>
<dc:creator>mchehab</dc:creator>
</item>

<item rdf:about="http://cvs.bytesex.org/video4linux.html#200510061638">
<title>2005-10-06 16:38</title>
<link>http://cvs.bytesex.org/video4linux.html#200510061638</link>
<description>From Markus Rechberger &lt;mrechberger@gmail.com>,Ludovico Cavedon &lt;cavedon@sssup.it>,Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br>
- Added support for Empia EM2820/2840 USB video capture devices.
  Current support is working for:
Terratec Cinergy 250 USB
Pinnacle PCTV USB 2
Hauppauge WinTV USB 2
  Support is not working for:
Terratec Cinergy 250 USB (em2800 based)
MSI VOX USB 2.0 (saa7114 decoder based)
Signed-off-by: Markus Rechberger &lt;mrechberger@gmail.com>
Signed-off-by: Ludovico Cavedon &lt;cavedon@sssup.it>
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br>
</description>
<dc:creator>mchehab</dc:creator>
</item>

<item rdf:about="http://cvs.bytesex.org/video4linux.html#200510060509">
<title>2005-10-06 05:09</title>
<link>http://cvs.bytesex.org/video4linux.html#200510060509</link>
<description>* bttv-cards.c:
- Enable S-Video input on DViCO FusionHDTV5 Lite
Signed-off-by: Michael Krufky &lt;mkrufky@m1k.net>
</description>
<dc:creator>mkrufky</dc:creator>
</item>

<item rdf:about="http://cvs.bytesex.org/video4linux.html#200510051643">
<title>2005-10-05 16:43</title>
<link>http://cvs.bytesex.org/video4linux.html#200510051643</link>
<description>Fix typo.
</description>
<dc:creator>nsh</dc:creator>
</item>

</rdf:RDF>