Skip to content

Releases: jiixyj/libebur128

v1.2.6

14 Feb 14:33
Compare
Choose a tag to compare

This is a bugfix release to make dynamic linking on Windows possible again. Thanks to @Be-ing for the fix!

v1.2.5

02 Feb 22:34
Compare
Choose a tag to compare

This release fixes several bugs and improves the build system to make packaging the library easier.

Thanks to everyone who contributed to this release!

v1.2.4

28 Jan 14:50
Compare
Choose a tag to compare

This release fixes a bug in ebur128_loudness_global_multiple() where the resulting value would be slighty wrong. Since v1.1.0 it calculated the relative threshold just from the last state given to it.

There are also other small bug fixes and build system improvements.
Thanks to everyone who contributed to this release!

v1.2.3

16 Nov 19:14
Compare
Choose a tag to compare

Fixed bug #72. It is recommended to upgrade if you use true peak scanning since v1.2.0.

Build system improvements:

  • There is a pkg-config file now.
  • CMAKE_MODULE_PATH is no longer clobbered.

v1.2.2

08 Feb 17:21
Compare
Choose a tag to compare

Sorry, mistagged the 1.2.1 release.

Bug fix for #59: There was a null pointer dereference when doing a true peak scan of 192kHz data.

v1.2.0

01 Nov 06:53
Compare
Choose a tag to compare
  • New functions for real time loudness/peak monitoring:
    • ebur128_loudness_window()
    • ebur128_set_max_window()
    • ebur128_set_max_history()
    • ebur128_prev_sample_peak()
    • ebur128_prev_true_peak()
  • New FIR resampler for true peak calculation, removing Speex dependency
  • Add true peak conformance tests
  • Bug fixes

Thanks everyone who contributed to this release!

v1.1.0

15 Feb 17:59
Compare
Choose a tag to compare

This release adds a new function ebur128_relative_threshold(), adds the new channel definitions from ITU R-REC-BS 1770-4 to the channel enum, and fixes some build issues.
Thank you, everyone who contributed to this release!

v1.0.3

07 Sep 17:12
Compare
Choose a tag to compare

Small bug fix release:

  • Fix build with recent speexdsp
  • Correct license file name
  • CMake option to disable static library
  • minimal-example.c: do not hard code program name in usage

v1.0.2

21 Sep 14:39
Compare
Choose a tag to compare

Small bug fix release. Fixes a rare memory leak and updates the documentation of the EBUR128_MODE_I mode parameter.

v1.0.1

25 Nov 15:49
Compare
Choose a tag to compare

Bug fix release

  • The default channel map was broken for 4 and 5 channel files.