Skip to content

Commit

Permalink
libebur128: Update to 1.2.4
Browse files Browse the repository at this point in the history
News
----

v1.2.4 released:
 * Fix broken `ebur128_loudness_global_multiple()` function. Since v1.1.0 it
   calculated the relative threshold just from the last state given to it,
   resulting in wrong values.
 * More tests
 * Fix some minor build issues
 * Fix uninitialized memory in `ebur128_init()`, possibly resulting in wrong
   values

v1.2.3 released:
 * Fix uninitialized memory access during true peak scanning (bug #72)

v1.2.2 released (v1.2.1 was mistagged):
 * Fix a null pointer dereference when doing true peak scanning of 192kHz data

v1.2.0 released:

 * 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
  • Loading branch information
alarixnia committed Jul 30, 2019
1 parent 00d0235 commit af3ce5f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions audio/libebur128/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.4 2016/10/10 23:16:32 tnn Exp $
# $NetBSD: Makefile,v 1.5 2019/07/30 13:36:32 nia Exp $

DISTNAME= libebur128-1.1.0
DISTNAME= libebur128-1.2.4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=jiixyj/}
GITHUB_PROJECT= libebur128
GITHUB_TAG= ${DISTNAME:S/libebur128-/v/}
GITHUB_TAG= v${PKGVERSION_NOREV}

MAINTAINER= [email protected]
HOMEPAGE= https://github.com/jiixyj/libebur128/
Expand Down
3 changes: 2 additions & 1 deletion audio/libebur128/PLIST
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@comment $NetBSD: PLIST,v 1.1 2014/04/27 09:56:24 wiz Exp $
@comment $NetBSD: PLIST,v 1.2 2019/07/30 13:36:32 nia Exp $
include/ebur128.h
lib/libebur128.a
lib/libebur128.so
lib/libebur128.so.1
lib/libebur128.so.${PKGVERSION}
lib/pkgconfig/libebur128.pc
10 changes: 5 additions & 5 deletions audio/libebur128/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2016/10/10 23:16:32 tnn Exp $
$NetBSD: distinfo,v 1.5 2019/07/30 13:36:32 nia Exp $

SHA1 (libebur128-1.1.0.tar.gz) = bff8e1b2014f20b4fce2f67c6445a9e1c0a4d4e3
RMD160 (libebur128-1.1.0.tar.gz) = 2eb66acfd34557f66961e34b21fefa126fabb889
SHA512 (libebur128-1.1.0.tar.gz) = 13a0d92eae8d991a15cb090e5f3ca34fbe285bf7e8e01e10b5ccc8be4f066e8bbff6920370d4506284f02dbfca3a5189ddfe9135f195179d356257055768c08a
Size (libebur128-1.1.0.tar.gz) = 19318 bytes
SHA1 (libebur128-1.2.4.tar.gz) = 74a7eb14d5ad526d8ba8fd52c69f897fc0c7aea8
RMD160 (libebur128-1.2.4.tar.gz) = e2a297637ae8d0d9fe10e8847d2fdeca62165bb1
SHA512 (libebur128-1.2.4.tar.gz) = d9aec133aca9240f7e859aae30cfcab07ba7aa20378187d53dfeec4cd3840d49bb117fa0698591bac04d95f9d8b5cd0b1fbe41c364694f2fa8267dd690b2dc02
Size (libebur128-1.2.4.tar.gz) = 23140 bytes

0 comments on commit af3ce5f

Please sign in to comment.