Jna Aac Encoder Versions Save

AAC encoding capabilities for the JVM

2.1.0

6 months ago

What's Changed

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

PRs:

Full Changelog: https://github.com/sheinbergon/jna-aac-encoder/compare/2.0.0...2.1.0

2.0.0

6 months ago

What's Changed

  • Support AAC 2.0.2 (https://github.com/sheinbergon/jna-aac-encoder/issues/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: https://github.com/sheinbergon/jna-aac-encoder/compare/0.1.9...2.0.0

0.1.9

1 year ago
  • Addresses #22
  • Test code cleanup

What's Changed

Full Changelog: https://github.com/sheinbergon/jna-aac-encoder/compare/0.1.7...0.1.9

0.1.7

1 year ago
  • 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

0.1.6

3 years ago

Published artifact now contains fdk-aac OSX dylib

0.1.5

3 years ago
  • 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

0.1.4

5 years ago
  • 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

0.1.3

6 years ago
  • Added JMH benchmarks
  • Fixed various memory leaks causing occasional crashs
  • Improved memory allocations and reduced memory pressure issues.

0.1.2

6 years ago
  • Added Support for AAC HE/HEv2
  • Licensing fix

0.1.1

6 years ago

This release contains

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