Releases: jiixyj/libebur128
Releases · jiixyj/libebur128
v1.2.6
This is a bugfix release to make dynamic linking on Windows possible again. Thanks to @Be-ing for the fix!
v1.2.5
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
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
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
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
- 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
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
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
Small bug fix release. Fixes a rare memory leak and updates the documentation of the EBUR128_MODE_I mode parameter.
v1.0.1
Bug fix release
- The default channel map was broken for 4 and 5 channel files.