2015-03-09 Fred Gleason <fredg@paravelsystems.com>

* Merged patch from Chris Smowton to enable importation of
	MP4 files [GitHub pull request #000029].
	* Added prerequisites for MP4 importation in 'INSTALL'.
This commit is contained in:
Fred Gleason 2015-03-09 20:41:14 -04:00
parent a40df29314
commit fbc07bc9ab
3 changed files with 11 additions and 0 deletions

View File

@ -42,6 +42,9 @@ Alban Peignier <alban.peignier@free.fr>
Daniel Roviriego <danifernando@gmail.com>
Portuguese Translation (pt_BR).
Chris Smowton
MP4 imporatation support.
Scott Spillers <scotts@paravelsystems.com>
The Icon set

View File

@ -14824,3 +14824,7 @@
'rdadmin/list_endpoints.cpp'.
2015-03-06 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 2.10.3int01.
2015-03-09 Fred Gleason <fredg@paravelsystems.com>
* Merged patch from Chris Smowton to enable importation of
MP4 files [GitHub pull request #000029].
* Added prerequisites for MP4 importation in 'INSTALL'.

View File

@ -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/.