Releases: kidanger/vpp
Releases · kidanger/vpp
vpp v2.5.0
vpp v2.4.0
- draw pipeline graphs using dot (enable with VPP_OUTPUT_DOT)
- improve compatibility with non-linux systems (thanks @mnhrdt)
vpp v2.3.2
- 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
- add operator 'vp zip'
- fix two issues with 'vp dup'
vpp v2.3.0
- 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
- 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
- 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
removes the notion of video length (breaks API and file format compatibility with v1)
vpp v1.0.0
v1.0