summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-01-03 15:23:13 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-01-03 15:23:13 +0100
commitda68fb19584e7c5d075c7d2d91e3cf1308674f2e (patch)
tree96ae312a019e4f941495b6421d21f6c8dff26f4c
parent9c0d1799fb31a883591f3afb61be8300dd85081f (diff)
downloadODR-AudioEnc-0.7.4.tar.gz
ODR-AudioEnc-0.7.4.tar.bz2
ODR-AudioEnc-0.7.4.zip
Prepare v0.7.4v0.7.4
-rw-r--r--ChangeLog10
-rw-r--r--README.md7
-rw-r--r--configure.ac2
3 files changed, 16 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 04365ef..db60bf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2016-01-03: Matthias P. Braendli <matthias@mpb.li>
+ (v0.7.4):
+ * dabplus-enc:
+ Add libvlc cache and gain (from the vlc audio compressor) options.
+ Fix a few minor issues seen by static analysis.
+ Allow input of mono WAV files.
+ * mot-encoder:
+ Do not add black border around images anymore.
+ Ensure JPEGs are not using progressive encoding and
+ strip useless metadata.
2015-10-01: Matthias P. Braendli <matthias@mpb.li>
(v0.7.3):
* dabplus-enc:
diff --git a/README.md b/README.md
index d44b957..a290601 100644
--- a/README.md
+++ b/README.md
@@ -208,9 +208,9 @@ transmitted as PNG without any recompression.
RAW Format
----------
-If ImageMagick is not available, or when enable with the -R option, the images
+If ImageMagick is not compiled in, or when enabled with the -R option, the images
are not modified, and are transmitted as-is. Use this if you can guarantee that
-the generated files are smaller than 50kB and exactly 320x240 pixels.
+the generated files are smaller than 50kB and not larger than 320x240 pixels.
Supported Encoders
------------------
@@ -240,6 +240,9 @@ must specify both --charset=0 and --raw-dls.
Known Limitations
-----------------
+The gain option for libVLC enables the VLC audio compressor with default
+settings. This has more impact than just changing the volume of the audio.
+
*mot-encoder* encodes slides in a 10 second interval, which is not linked
to the rate at which the encoder reads the PAD data. It also doesn't prioritise
DLS transmission over Slides.
diff --git a/configure.ac b/configure.ac
index 92dd3c1..83811e5 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.7.3], [http://opendigitalradio.org/])
+AC_INIT([fdk-aac-dabplus], [0.7.4], [http://opendigitalradio.org/])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar foreign])