From da68fb19584e7c5d075c7d2d91e3cf1308674f2e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 3 Jan 2016 15:23:13 +0100 Subject: Prepare v0.7.4 --- ChangeLog | 10 ++++++++++ README.md | 7 +++++-- configure.ac | 2 +- 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 + (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 (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]) -- cgit v1.2.3