summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-09-26 12:34:38 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-09-26 12:34:38 +0200
commit08e121571ba3e16efbf2ead1d7e10075b7e00cea (patch)
treedca6ebaff3cad38f9c2dab734531571a5559c5ce
parent12b433bb5215904e0d71e0acbefa1ad4260e6d1b (diff)
downloadODR-AudioEnc-08e121571ba3e16efbf2ead1d7e10075b7e00cea.tar.gz
ODR-AudioEnc-08e121571ba3e16efbf2ead1d7e10075b7e00cea.tar.bz2
ODR-AudioEnc-08e121571ba3e16efbf2ead1d7e10075b7e00cea.zip
Prepare v0.5.1v0.5.1
-rw-r--r--ChangeLog9
-rw-r--r--README.md5
-rw-r--r--configure.ac2
3 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c454ae..450cc62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-09-26: Matthias P. Braendli <matthias@mpb.li>
+ (v0.5.1):
+ * dabplus-enc:
+ Revert change that broke audio decoding on some
+ receivers, at the price of reducing support for PAD.
+ Add JACK example to README.
+ * mot-encoder:
+ Improve slide selection and transmission handling.
+ Add ability to send slides without doing pre-processing.
2014-07-08: Matthias P. Braendli <matthias@mpb.li>
(v0.5.0):
* dabplus-enc:
diff --git a/README.md b/README.md
index 3b46ab4..eb755f9 100644
--- a/README.md
+++ b/README.md
@@ -202,6 +202,11 @@ Known Limitations
*mot-encoder* encodes slides in a 10 second interval, which is not linked
to the rate at which the encoder reads the PAD data.
+Some receivers did not decode audio anymore between v0.3.0 and v0.5.0, because of
+a change implemented to get PAD to work. The change was subsequently reverted in
+v0.5.1 because it was deemed essential that audio decoding works on all receivers.
+Work to get both functional audio and PAD on all receivers is ongoing.
+
Version 0.4.0 of the encoder changed the ZeroMQ framing. It will only work with
ODR-DabMux v0.7.0 and later.
diff --git a/configure.ac b/configure.ac
index 26bcc5f..2ec2760 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([fdk-aac-dabplus], [0.5.0], [http://opendigitalradio.org/])
+AC_INIT([fdk-aac-dabplus], [0.5.1], [http://opendigitalradio.org/])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar foreign])