Skip to content

Releases: sheinbergon/jna-aac-encoder

JDK 11 Upgrade

24 Nov 16:42
Compare
Choose a tag to compare

What's Changed

  • JDK 11 upgrade
  • JNA Upgrade
  • Wider use of Lombok

PRs:

Full Changelog: 2.0.0...2.1.0

FDK-AAC 2.0.2 upgrade, Apple Silicon support

24 Nov 15:53
Compare
Choose a tag to compare

What's Changed

  • Support AAC 2.0.2 (#25)
  • Adapt structure mapping
  • Bump OSX library to support Apple silicon and newer XCode SDK version (MacOS 13)
  • Dependency upgrades
  • CI adaptation
  • Mediainfo library is now bundled in for more consistent tests execution

PRs:

Full Changelog: 0.1.9...2.0.0

Code Level Downgrade to 1.8

23 Oct 07:03
44bbbd8
Compare
Choose a tag to compare
  • Addresses #22
  • Test code cleanup

What's Changed

Full Changelog: 0.1.7...0.1.9

Revival!

17 Oct 22:15
199b08b
Compare
Choose a tag to compare
  • Moved to narrower formatting
  • Fixed codacy integration
  • Moved to new gradle publishing plugin and fixed CI integrations
  • Gradle/Plugins/Dependency upgrade overhaul
  • Removed Mediainfo implementation from tests due to licensing and JNA compatbility issues
  • Moved back from codecov to coveralls
  • Removed jcenter references

OSX support renabled

06 Oct 14:08
c29c17f
Compare
Choose a tag to compare

Published artifact now contains fdk-aac OSX dylib

CI refactoring + Code Style Formatting

02 Oct 18:44
3c3c884
Compare
Choose a tag to compare
  • Migrated from TravisCI to Github Actions and finalized release automation
  • Migrated from Coveralls to Codecov
  • Added checkstyle formatting and Codacy integration
  • Unified artifacts and removed botched macOS library build
  • Updated Readme and roadmap

Additional build targets + Benchmark bugfix

23 Nov 21:27
9bc8dab
Compare
Choose a tag to compare
  • Upgrade to JDK 11 (will settle here, as this is considered a JVM LTS version)
  • JDK 9 specific build for backwards compatibility
  • Added Windows 32 bit and OSX cross compiled artifacts
  • Fixed JMH benchmarks bugs
  • Updated readme & roadmap

JMH Integration + Memory leak fixes

03 Apr 23:50
991d4a4
Compare
Choose a tag to compare
  • Added JMH benchmarks
  • Fixed various memory leaks causing occasional crashs
  • Improved memory allocations and reduced memory pressure issues.

AAC HE/HEv2 Support

27 Mar 21:19
86c72ea
Compare
Choose a tag to compare
  • Added Support for AAC HE/HEv2
  • Licensing fix

Initial stable release

26 Mar 07:56
a59c8d1
Compare
Choose a tag to compare

This release contains

  • Integration with Java AudioSystem SPIs
  • Fully functional low-level support
  • Maven artifcats
  • Bugfixes
  • Updated Readme