diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-11-15 16:19:40 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-11-15 16:19:40 +0100 |
commit | 4ba22087556e8967c1efdeb6f8872ffddcdbf59b (patch) | |
tree | d8fdb6cee7296c546221f04fb27e7eba16735d4a | |
parent | 85e65ee17160ade86b2179d27b387b27f7e4396f (diff) | |
download | ODR-SourceCompanion-4ba22087556e8967c1efdeb6f8872ffddcdbf59b.tar.gz ODR-SourceCompanion-4ba22087556e8967c1efdeb6f8872ffddcdbf59b.tar.bz2 ODR-SourceCompanion-4ba22087556e8967c1efdeb6f8872ffddcdbf59b.zip |
Prepare v0.5.0v0.5.0
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2019-11-15: Matthias P. Braendli <matthias@mpb.li> + (v0.5.0): + Use common code from + https://github.com/Opendigitalradio/odr-mmbtools-common + Add EDI output (over UDP and TCP). Supported inputs are still UDP and + RTP. + Fix PAD transmit bug impacting v0.4.0 + 2019-07-09: Matthias P. Braendli <matthias@mpb.li> (v0.4.0): Add a stats interface for audio levels. @@ -16,6 +16,7 @@ Requirements: * A C++11 compiler * ZeroMQ 4.0.4 or more recent +* fdk-aac This package: diff --git a/configure.ac b/configure.ac index 37442e3..47b1477 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. -AC_INIT([ODR-SourceCompanion], [0.4.0], [http://opendigitalradio.org/]) +AC_INIT([ODR-SourceCompanion], [0.5.0], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) |