Skip to content

Releases: kidanger/vpp

vpp v2.5.0

18 Nov 19:56
cde2c95
Compare
Choose a tag to compare
  • vpp is now a single header library (use #define VPP_IMPLEMENTATION before including vpp.h)
  • pipeline drawing with VPP_OUTPUT_DOT has been removed
  • support inclusion of vpp.h from C++
  • update iio
  • license: MIT

vpp v2.4.0

23 Oct 19:00
Compare
Choose a tag to compare
  • draw pipeline graphs using dot (enable with VPP_OUTPUT_DOT)
  • improve compatibility with non-linux systems (thanks @mnhrdt)

vpp v2.3.2

17 Sep 20:51
Compare
Choose a tag to compare
  • fix an issue with vpp_init_input introduced in v2.2.0
  • improve error reporting
  • vpp_init_input now returns NULL if the frame size is invalid (it should be positive)
    • this might indicate that a writer wrongly initialized its output

vpp v2.3.1

16 Sep 21:10
Compare
Choose a tag to compare
  • add operator 'vp zip'
  • fix two issues with 'vp dup'

vpp v2.3.0

16 Sep 15:23
Compare
Choose a tag to compare
  • add function 'vpp_init_inputs' to initialize multiple inputs at once, required for complex pipelines.
  • add two vp operators: dup and buf

vpp v2.2.0

15 Sep 11:19
Compare
Choose a tag to compare
  • add 'vlambda' (from the code of plambda)
  • move 'vp exec' to 'vexec'
  • fix a bug where the libc kept the header in buffer

vpp v2.1.0

13 Sep 19:51
Compare
Choose a tag to compare
  • add a 'vp' binary that contains many operators:
    • basic blocks: take, repeat, first, last, skip, concat, timeinterval, average, count, max, min, sum
    • more advanced: map, reduce, scan, framereduce, exec

vpp v2.0.0

12 Sep 17:47
Compare
Choose a tag to compare

removes the notion of video length (breaks API and file format compatibility with v1)

vpp v1.0.0

11 Sep 18:36
Compare
Choose a tag to compare
v1.0