Skip to content

Releases: openpnp/openpnp-capture

v0.0.30

13 Jun 20:16
7ed8801

Choose a tag to compare

Merge pull request #85 from neeraj9/dev-msvc-static-lib

Add support for building shared and static libraries in CMake

v0.0.29

19 Mar 16:32

Choose a tag to compare

What's Changed

  • Fix instances of logging not performed through the logging framework by @craigraw in #77
  • Fix memory leak during iteration over plugin interfaces by @craigraw in #78
  • Remove manual dealloc calls on objects managed by ARC by @craigraw in #80
  • Ensure all structures are initialized by @craigraw in #79
  • No longer require manually setting include path in dependants by @capitalistspz in #81
  • Fix Deprecated AvCaptureDevice Enumeration by @alexbeattie42 in #66

New Contributors

Full Changelog: v0.0.28...v0.0.29

v0.0.28

19 May 18:48
8badbba

Choose a tag to compare

Merge pull request #68 from markmaker/fix/com-apartmentthreaded

Fix / Use CoInitializeEx(NULL, COINIT_APARTMENTTHREADED)

v0.0.27

14 Apr 16:37
982f21c

Choose a tag to compare

Merge pull request #65 from markmaker/fix/double-release

Fix / Avoid double Release() in FindCaptureDevice()

v0.0.26

03 Apr 23:04

Choose a tag to compare

- Attempt to fix an issue with the test program library version not m…

v0.0.25

27 Mar 23:13

Choose a tag to compare

Fixes Windows builds by switching back from MinGW to Visual Studio.

v0.0.24

16 Feb 06:29

Choose a tag to compare

v0.0.23

18 Mar 03:42
14d995e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.22...v0.0.23

v0.0.22

10 Sep 03:08

Choose a tag to compare

v0.021

08 Sep 01:41
e34ee54

Choose a tag to compare

  • Prepare for Fedora packaging #40 - thanks @raymanfx
  • linux: Fix memory corruption on stream stop #42 - thanks @bakwc
  • Thanks @trcwm for reviewing