<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sbc, branch 2.2</title>
<subtitle>Bluetooth low-complexity, subband codec (SBC) library (mirror git.kernel.org)</subtitle>
<id>https://code.mastervirt.ru/sbc/atom?h=2.2</id>
<link rel='self' href='https://code.mastervirt.ru/sbc/atom?h=2.2'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/sbc/'/>
<updated>2026-02-09T09:57:10Z</updated>
<entry>
<title>Release 2.2</title>
<updated>2026-02-09T09:57:10Z</updated>
<author>
<name>Marcel Holtmann</name>
<email>marcel@holtmann.org</email>
</author>
<published>2026-02-09T09:57:10Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/sbc/commit/?id=b3deb8a5dcfb42d8c10ba1f2f1ac9bd7bf7271cc'/>
<id>urn:sha1:b3deb8a5dcfb42d8c10ba1f2f1ac9bd7bf7271cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: Update library revision number</title>
<updated>2026-02-09T09:49:14Z</updated>
<author>
<name>Marcel Holtmann</name>
<email>marcel@holtmann.org</email>
</author>
<published>2026-02-09T09:47:39Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/sbc/commit/?id=32609636d6ce5f82e53ae8793de868f851ea8cd5'/>
<id>urn:sha1:32609636d6ce5f82e53ae8793de868f851ea8cd5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sbc: Fix armv6 build w/ C23</title>
<updated>2026-02-09T09:49:03Z</updated>
<author>
<name>Sam James</name>
<email>sam@gentoo.org</email>
</author>
<published>2025-12-30T20:01:32Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/sbc/commit/?id=3557d15e75f93df4748014b7aaf3696e888c9684'/>
<id>urn:sha1:3557d15e75f93df4748014b7aaf3696e888c9684</id>
<content type='text'>
C23 makes () mean 'no arguments', not 'unspecified'.

Even though the function is naked and doesn't use the args as explicit inputs
to the inline asm block, we can't get away with none, and ... would be wrong as
it's not variadic. So just fill them in.

Bug: https://bugs.gentoo.org/968161
</content>
</entry>
<entry>
<title>Release 2.1</title>
<updated>2025-03-21T08:16:31Z</updated>
<author>
<name>Marcel Holtmann</name>
<email>marcel@holtmann.org</email>
</author>
<published>2025-03-21T08:16:31Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/sbc/commit/?id=9b6c775f02b1ea944c8a203452ce23d7854e9187'/>
<id>urn:sha1:9b6c775f02b1ea944c8a203452ce23d7854e9187</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sbc: Fix issue when compiling without SBC_BUILD_WITH_SSE_SUPPORT</title>
<updated>2025-03-21T08:10:01Z</updated>
<author>
<name>Marcel Holtmann</name>
<email>marcel@holtmann.org</email>
</author>
<published>2025-03-21T08:09:25Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/sbc/commit/?id=504546a266dab2518ec1596aa17aec2e7b16b6aa'/>
<id>urn:sha1:504546a266dab2518ec1596aa17aec2e7b16b6aa</id>
<content type='text'>
  CC       sbc/sbc_primitives_sse.lo
sbc/sbc_primitives_sse.c:317:6: error: no previous declaration for ‘sbc_init_primitives_sse’ [-Werror=missing-declarations]
  317 | void sbc_init_primitives_sse(struct sbc_encoder_state *state)
      |      ^~~~~~~~~~~~~~~~~~~~~~~
</content>
</entry>
<entry>
<title>src: Use SPDX-License-Identifier instead of license boilerplate</title>
<updated>2023-09-07T17:13:38Z</updated>
<author>
<name>Marcel Holtmann</name>
<email>marcel@holtmann.org</email>
</author>
<published>2023-09-07T17:13:38Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/sbc/commit/?id=e099c6cd43f717d22f4bda56dd2865304fac0480'/>
<id>urn:sha1:e099c6cd43f717d22f4bda56dd2865304fac0480</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sbc: Use SPDX-License-Identifier instead of license boilerplate</title>
<updated>2023-09-07T17:13:00Z</updated>
<author>
<name>Marcel Holtmann</name>
<email>marcel@holtmann.org</email>
</author>
<published>2023-09-07T17:13:00Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/sbc/commit/?id=15a2b5b6177f7ea5a5a802d9d1de4a283520f883'/>
<id>urn:sha1:15a2b5b6177f7ea5a5a802d9d1de4a283520f883</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: Add build-aux directory to .gitignore</title>
<updated>2023-09-07T17:08:11Z</updated>
<author>
<name>Marcel Holtmann</name>
<email>marcel@holtmann.org</email>
</author>
<published>2023-09-07T17:08:11Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/sbc/commit/?id=4a62b40604a56fb270aa35b68e9918caf8fe3115'/>
<id>urn:sha1:4a62b40604a56fb270aa35b68e9918caf8fe3115</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TODO: Add a few extra empty lines for readability</title>
<updated>2023-09-07T16:58:09Z</updated>
<author>
<name>Marcel Holtmann</name>
<email>marcel@holtmann.org</email>
</author>
<published>2023-09-07T16:58:09Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/sbc/commit/?id=35089e373458f456eabb3e3958a771dbafcd5a69'/>
<id>urn:sha1:35089e373458f456eabb3e3958a771dbafcd5a69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: Remove unused .mailmap and NEWS files</title>
<updated>2023-09-07T16:57:31Z</updated>
<author>
<name>Marcel Holtmann</name>
<email>marcel@holtmann.org</email>
</author>
<published>2023-09-07T16:57:31Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/sbc/commit/?id=0d5d486c538778290fb5b49065ab95306a9ba979'/>
<id>urn:sha1:0d5d486c538778290fb5b49065ab95306a9ba979</id>
<content type='text'>
</content>
</entry>
</feed>
