pipewire/src
Wim Taymans 351fb9ce29 pod: improve parser and builder
Remove the spa_pod_iter helpers
Remove builder/parser vararg recurse option, you have to
manually recurse into structures when needed. This simplifies
things a lot.
Pass spa_pod_frames to builder and parser explicitly, we don't
have to keep an internal stack anymore.
The parser is now almost a mirror image of the builder.
Make the parser safer when iterating over objects, add functions
to check and get pod contents in a safe way.
Make the builder return errno style results on errors
Improve performance of object properties when they are stored and
retrieved in the same order.
Add many more tests for the builder and parser
Add some benchmarks
2019-01-22 17:38:23 +01:00
..
daemon Don't use __ in defines or declarations, it's reserved 2019-01-14 13:00:00 +01:00
examples pod: improve parser and builder 2019-01-22 17:38:23 +01:00
extensions Don't use __ in defines or declarations, it's reserved 2019-01-14 13:00:00 +01:00
gst pod: improve parser and builder 2019-01-22 17:38:23 +01:00
modules pod: improve parser and builder 2019-01-22 17:38:23 +01:00
pipewire pod: improve parser and builder 2019-01-22 17:38:23 +01:00
tests properties: avoid NULL and empty keys 2019-01-11 12:24:40 +01:00
tools Don't use __ in defines or declarations, it's reserved 2019-01-14 13:00:00 +01:00
.gitignore move things around 2017-07-11 16:08:22 +02:00
meson.build tests: add c++ include test 2019-01-08 13:00:24 +01:00