rockbox/lib/rbcodec
Aidan MacDonald d40a598970 plugins: Simplify plugin/codec API versioning
Replace the minimum version bound with a check on the size of
the API struct. The version only needs to be incremented for
ABI breaking changes. Additions to the API won't need to touch
the version number, resulting in fewer merge conflicts.

Change-Id: I916a04a7bf5890dcf5d615ce30087643165f8e1f
2023-03-21 16:23:54 -04:00
..
codecs plugins: Simplify plugin/codec API versioning 2023-03-21 16:23:54 -04:00
dsp Bump codec API version, remove dummy configure loop in dsp_init() 2023-01-18 17:52:55 +00:00
metadata metadata: sid: allow RSIDs as well 2023-02-07 09:19:32 -05:00
test "Fix" warble build warnings 800bc000a0 2023-01-15 13:33:22 +00:00
platform.h rbcodec dsp: Move dsp_sample_io_configure() to its own file 2022-12-22 17:20:14 -05:00
rbcodec.make [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
rbcodecconfig-example.h Enable setting of global output samplerate on certain targets. 2013-07-06 04:22:04 +02:00
rbcodecplatform-unix.h Enable buflib and core_alloc for warble. 2015-01-19 21:30:03 +01:00
SOURCES rbcodec dsp: Move dsp_sample_io_configure() to its own file 2022-12-22 17:20:14 -05:00