summaryrefslogtreecommitdiffstats
path: root/utils/lv2apply.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-18Switch to meson build systemDavid Robillard1-368/+0
2021-01-02Update date in version outputDavid Robillard1-1/+1
2021-01-02Use email address instead of website for attributionDavid Robillard1-2/+2
2020-12-31Format all code with clang-formatDavid Robillard1-263/+262
2020-12-31Avoid "else" after "return"David Robillard1-2/+6
2020-12-16lv2apply: Fix potential zero-sized VLADavid Robillard1-2/+2
2020-12-16lv2apply: Fix potential memory leaksDavid Robillard1-0/+1
2020-12-16Isolate variable declarations and initialize all variablesDavid Robillard1-1/+1
2020-07-16Annotate printf-style functionDavid Robillard1-0/+7
2020-07-16Fix conversion warningsDavid Robillard1-3/+3
2019-04-14Use modern LV2 includesDavid Robillard1-1/+1
2019-01-13Update copyright datesDavid Robillard1-2/+2
2019-01-13Clean up includesDavid Robillard1-3/+6
2018-07-21lv2apply: Activate plugin before runningDavid Robillard1-0/+2
2018-07-09lv2apply: Use default values when they are not nangiuliomoro1-1/+1
2017-12-29Never attempt to create VLA with 0 lengthDavid Robillard1-1/+2
2017-12-29Fix potential memory leaksDavid Robillard1-0/+2
2016-08-27Add lv2apply utility/exampleDavid Robillard1-0/+349