From fbc07bc9abf56021a98e8e78bcd6970bddafe58a Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Mon, 9 Mar 2015 20:41:14 -0400 Subject: [PATCH] 2015-03-09 Fred Gleason * Merged patch from Chris Smowton to enable importation of MP4 files [GitHub pull request #000029]. * Added prerequisites for MP4 importation in 'INSTALL'. --- AUTHORS | 3 +++ ChangeLog | 4 ++++ INSTALL | 4 ++++ 3 files changed, 11 insertions(+) diff --git a/AUTHORS b/AUTHORS index a4da54f8..9fa1ff36 100644 --- a/AUTHORS +++ b/AUTHORS @@ -42,6 +42,9 @@ Alban Peignier Daniel Roviriego Portuguese Translation (pt_BR). +Chris Smowton + MP4 imporatation support. + Scott Spillers The Icon set diff --git a/ChangeLog b/ChangeLog index bbc29acd..891c1ecf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14824,3 +14824,7 @@ 'rdadmin/list_endpoints.cpp'. 2015-03-06 Fred Gleason * Incremented the package version to 2.10.3int01. +2015-03-09 Fred Gleason + * Merged patch from Chris Smowton to enable importation of + MP4 files [GitHub pull request #000029]. + * Added prerequisites for MP4 importation in 'INSTALL'. diff --git a/INSTALL b/INSTALL index 6e73c151..4b203217 100644 --- a/INSTALL +++ b/INSTALL @@ -84,6 +84,10 @@ GPIO Driver A kernel driver for the line of data-acquisition boards from MeasurementComputing. See http://www.rivendellaudio.org/. +FAAD2 / mp4v2 - AAC/MP4 Decoding Libraries. Needed for MP4 file importation. +Available at http://www.audiocoding.com/faad2.html and +https://code.google.com/p/mp4v2/ respectively. + LAME - MPEG Layer 3 Encoder Library. Needed for MPEG Layer 3 exporting. Available at http://lame.sourceforge.net/.