Skip to content

Releases: WalkerKnapp/devolay

Devolay Release v2.1.1

14 Jul 05:41
Compare
Choose a tag to compare

Thank you to the users who made contributions for this release!
@nocarryr and @kmod-midori

Changelog:

  • Fixed compatibility with NDI SDK v5 (#29)
  • Added DevolayReceiver#setTally (#30)
  • Fixed crashing upon calling DevolayReceiver#close (#33 / #32)
  • Revamped the build process, to stop silent build fails, notably on Android (#27)

Devolay Release v2.1.0

12 Dec 03:44
Compare
Choose a tag to compare

Changelog:

  • Implemented DevolayRouter to route NDI sources (#23)
  • Fixed a bug where DevolayReceiver instances could not be disconnected (#24)
  • Added AAR distributions for Android platforms that cannot use Files.createTempFile (#21, #22)
  • Update integrated NDI SDK version to v5

Devolay Release v2.0.2

28 Jun 00:53
Compare
Choose a tag to compare

This release provides support for Android platforms and is the first release to contain Integrated builds.

Changelog:

  • Android support is now integrated into Devolay.
  • Integrated builds are now published alongside the old Separated builds. Make sure to read over the README's Licensing Considerations section before using these builds.

Devolay Release v2.0.1

07 Jun 00:28
Compare
Choose a tag to compare

This release contains no new features, only bugfixes related to loading natives on some platforms.

Changelog:

  • devolay-natives.dll on Windows no longer relies separately on MinGW dlls (#17)
  • Devolay will try to clean up any mess contained in the temporary folder from previous runs.

Devolay Release v2.0.0

05 Apr 17:51
Compare
Choose a tag to compare

This is a breaking update. To upgrade from v1.2.0, replace all references to com.walker with me.walkerknapp, and move from the Bintray repository to Maven Central.

Changelog:

  • Moved from the com.walker namespace to the me.walkerknapp namespace.
  • Implemented Devolay#getNDIVersion() and Devolay#isSupportedCpu()
  • Added support for capturing metadata from a sender (#12)
  • Full support for MacOS through cross-compiling
  • Android support
  • Improved documentation coverage
  • Publishing on Maven Central

Devolay Release v1.2.0

04 Jan 04:32
Compare
Choose a tag to compare

This is a big one! :)

Changelog:

  • Removed dependency on boost libraries
  • Added a #freeBuffer method on frames to free any Devolay-allocated buffers
  • Frames are now automatically freed before receiving, so no more closing and reallocating to receive!
  • Added support for the interleaved_32f audio format
  • Added conversion methods between float planar, float interleaved, 16s, and 32s audio formats.
  • Added frame-sync support

Devolay Release v1.1.1

02 Dec 23:02
Compare
Choose a tag to compare

This release has a variety of internal changes and bugfixes.
The library builds should now be universal, being bundled with binaries for Windows, MacOS, and Linux.

Devolay Release v1.1.0

22 Nov 03:19
Compare
Choose a tag to compare

A semi-breaking hotfix version to support Java 8.

All closeable resources must now be manually closed. Automatic closing will be back with a later release.
Building with non-Windows OSs should now require less fiddling.

Devolay Release v1.0.0

25 Oct 21:42
Compare
Choose a tag to compare

The first non-alpha release of Devolay.
Supported features:
NDI Finding
NDI Receiving
NDI Sending - Float Audio
NDI Sending - 16s Audio
NDI Sending - 32s Audio
NDI Sending - Video Sync
NDI Sending - Video Async