<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/video, branch 0.20.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/class/video?h=0.20.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/video?h=0.20.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2025-11-14T14:10:11Z</updated>
<entry>
<title>Merge remote-tracking branch 'tinyusb/master' into embedded-ideas/master</title>
<updated>2025-11-14T14:10:11Z</updated>
<author>
<name>Mengsk</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-11-14T14:10:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ac903db1cee942232bcf7548a04ae6f9b952f08b'/>
<id>urn:sha1:ac903db1cee942232bcf7548a04ae6f9b952f08b</id>
<content type='text'>
Signed-off-by: Mengsk &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>added .clang-format</title>
<updated>2025-11-05T10:34:27Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-11-05T08:31:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1f04fe7924e8777c1583323171c0e1cabcb29062'/>
<id>urn:sha1:1f04fe7924e8777c1583323171c0e1cabcb29062</id>
<content type='text'>
fix more alerts
disable IAR CStat since pvs-studio check is better integrated with clion
</content>
</entry>
<entry>
<title>Fixed more alert found by PVS-Studio</title>
<updated>2025-11-04T12:56:53Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-11-03T09:36:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8979af34c0e5b97520070bcfdffe5280de9ac24c'/>
<id>urn:sha1:8979af34c0e5b97520070bcfdffe5280de9ac24c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix more warnings/alerts</title>
<updated>2025-11-03T08:14:52Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-11-03T08:14:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=22f01aea0d31b5a54532877d02d61f51041aeb6f'/>
<id>urn:sha1:22f01aea0d31b5a54532877d02d61f51041aeb6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed trailing whitespaces in files (used wrong editor)</title>
<updated>2025-10-31T16:29:58Z</updated>
<author>
<name>Tobi</name>
<email>info@embedded-ideas.de</email>
</author>
<published>2025-10-31T16:29:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6b3970d5ff7547778ed5e1fc295dcfd1fbcad7e8'/>
<id>urn:sha1:6b3970d5ff7547778ed5e1fc295dcfd1fbcad7e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Video class: Changed pararameters of payload request to a dedicated structure in order to meet coding guideliness</title>
<updated>2025-10-30T14:01:52Z</updated>
<author>
<name>Tobi</name>
<email>info@embedded-ideas.de</email>
</author>
<published>2025-10-30T14:01:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=889cde7d4b31b30f34abc6e304445403bdf4ced4'/>
<id>urn:sha1:889cde7d4b31b30f34abc6e304445403bdf4ced4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Video Class: New callback function added which allows to generate frame data on the fly</title>
<updated>2025-10-30T11:21:21Z</updated>
<author>
<name>Tobi</name>
<email>info@embedded-ideas.de</email>
</author>
<published>2025-10-30T11:21:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=032de0b0df92162aa579eda986145e3756a29a6c'/>
<id>urn:sha1:032de0b0df92162aa579eda986145e3756a29a6c</id>
<content type='text'>
- If buffer is set to NULL, the callback will request payload data from a user function. This allows to work with dynamic content on platforms which are not able to hold a whole frame in memory.
- Callback uses the same "weak" linking as other callbacks for this class.
</content>
</entry>
<entry>
<title>Update weak callbacks to new syntax</title>
<updated>2025-09-17T20:48:59Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-09-17T20:37:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=369a1ff5153a472327d2847c7bc7386309486b34'/>
<id>urn:sha1:369a1ff5153a472327d2847c7bc7386309486b34</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #2656 from lijunru-hub/feat/uvc_support_frame_based</title>
<updated>2024-12-06T09:25:32Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-12-06T09:25:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ed4b1a9b68e5526b60d407f99b24e44515a91c9a'/>
<id>urn:sha1:ed4b1a9b68e5526b60d407f99b24e44515a91c9a</id>
<content type='text'>
feat(uvc): support format frame based</content>
</entry>
<entry>
<title>Merge branch 'master' into fork/pschatzmann/rp2040-iso</title>
<updated>2024-11-28T04:02:23Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-28T04:02:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c514a8c87993abf481f3eda5f206765e4422571b'/>
<id>urn:sha1:c514a8c87993abf481f3eda5f206765e4422571b</id>
<content type='text'>
</content>
</entry>
</feed>
