diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 2 deletions
@@ -1,5 +1,13 @@ +2016-09-02: Matthias P. Braendli <matthias@mpb.li> + (v1.2.0): + * dabplus-enc: + VLC input can extract Artist and Title from stream if available, for + DL+ + * mot-encoder: + Try compressing slides to PNG if size is smaller than JPG. + Fix memory leak in JPG compressor. 2016-07-30: Matthias P. Braendli <matthias@mpb.li> - (v.1.1.0): + (v1.1.0): * dabplus-enc: Fix inputs using drift compensation in DAB mode. This includes JACK, ALSA and VLC. diff --git a/configure.ac b/configure.ac index bf46243..04ffbec 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], [1.1.0], [http://opendigitalradio.org/]) +AC_INIT([fdk-aac-dabplus], [1.2.0], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) |