<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0c078e31 - media: visl: add virtual stateless decoder driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/test-drivers/Makefile#0c078e31</link>
        <description>media: visl: add virtual stateless decoder driverA virtual stateless device for stateless uAPI development purposes.This tool&apos;s objective is to help the development and testing ofuserspace applications that use the V4L2 stateless API to decode media.A userspace implementation can use visl to run a decoding loop even whenno hardware is available or when the kernel uAPI for the codec has notbeen upstreamed yet. This can reveal bugs at an early stage.This driver can also trace the contents of the V4L2 controls submittedto it.  It can also dump the contents of the vb2 buffers through adebugfs interface. This is in many ways similar to the tracinginfrastructure available for other popular encode/decode APIs out thereand can help develop a userspace application by using another (working)one as a reference.Note that no actual decoding of video frames is performed by visl. TheV4L2 test pattern generator is used to write various debug informationto the capture buffers instead.Signed-off-by: Daniel Almeida &lt;daniel.almeida@collabora.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/test-drivers/Makefile</description>
        <pubDate>Sat, 05 Nov 2022 13:58:42 +0000</pubDate>
        <dc:creator>Daniel Almeida &lt;daniel.almeida@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>04e27f79 - media: visl: add virtual stateless decoder driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/test-drivers/Makefile#04e27f79</link>
        <description>media: visl: add virtual stateless decoder driverA virtual stateless device for stateless uAPI development purposes.This tool&apos;s objective is to help the development and testing ofuserspace applications that use the V4L2 stateless API to decode media.A userspace implementation can use visl to run a decoding loop even whenno hardware is available or when the kernel uAPI for the codec has notbeen upstreamed yet. This can reveal bugs at an early stage.This driver can also trace the contents of the V4L2 controls submittedto it.  It can also dump the contents of the vb2 buffers through adebugfs interface. This is in many ways similar to the tracinginfrastructure available for other popular encode/decode APIs out thereand can help develop a userspace application by using another (working)one as a reference.Note that no actual decoding of video frames is performed by visl. TheV4L2 test pattern generator is used to write various debug informationto the capture buffers instead.Signed-off-by: Daniel Almeida &lt;daniel.almeida@collabora.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;

            List of files:
            /linux-6.15/drivers/media/test-drivers/Makefile</description>
        <pubDate>Sat, 05 Nov 2022 13:58:42 +0000</pubDate>
        <dc:creator>Daniel Almeida &lt;daniel.almeida@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>5c89357a - media: Makefiles: sort entries where it fits</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/test-drivers/Makefile#5c89357a</link>
        <description>media: Makefiles: sort entries where it fitsAlphabetically sort entries at the Makefiles per group,in ASCII order, e. g., using the output of:	$ LC_ALL=C sort Makefile |grep obj-y	...	$ LC_ALL=C sort Makefile |grep obj.*CONFIG	...Reviewed-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/test-drivers/Makefile</description>
        <pubDate>Wed, 09 Mar 2022 13:17:02 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>271e4323 - media: Makefiles: remove extra spaces</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/test-drivers/Makefile#271e4323</link>
        <description>media: Makefiles: remove extra spacesIt is hard to keep all those options aligned as newer configchanges get added, and we really don&apos;t want to have patches addingnew options also touching already existing entries.So, drop the extra spaces.Reviewed-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/test-drivers/Makefile</description>
        <pubDate>Wed, 09 Mar 2022 13:25:35 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>24fb190e - media: vidtv: implement a tuner driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/test-drivers/Makefile#24fb190e</link>
        <description>media: vidtv: implement a tuner driverThe virtual DVB test driver serves as a reference DVB driver and helpsvalidate the existing APIs in the media subsystem. It can also aiddevelopers working on userspace applications.This dummy tuner should support common TV standards such as DVB-T/T2/S/S2,ISDB-T and ATSC when completed.Signed-off-by: Daniel W. S. Almeida &lt;dwlsalmeida@gmail.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/test-drivers/Makefile</description>
        <pubDate>Fri, 21 Aug 2020 12:58:45 +0000</pubDate>
        <dc:creator>Daniel W. S. Almeida &lt;dwlsalmeida@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>dacca5f0 - media: media/test_drivers: rename to test-drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/test-drivers/Makefile#dacca5f0</link>
        <description>media: media/test_drivers: rename to test-driversWe never use _ in directory names in the media subsystem, sorename to test-drivers instead for consistency.Also update MAINTAINERS with the new path.Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/test-drivers/Makefile</description>
        <pubDate>Thu, 16 Apr 2020 08:25:59 +0000</pubDate>
        <dc:creator>Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;</dc:creator>
    </item>
</channel>
</rss>
