From f40bfc9267b13b54e6379dfe7539447662879d24 Mon Sep 17 00:00:00 2001 From: Sean Bartell Date: Sat, 25 Jun 2011 21:32:25 -0400 Subject: Add codecs to librbcodec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97 Reviewed-on: http://gerrit.rockbox.org/137 Reviewed-by: Nils Wallménius Tested-by: Nils Wallménius --- lib/rbcodec/codecs/liba52/README.rockbox | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 lib/rbcodec/codecs/liba52/README.rockbox (limited to 'lib/rbcodec/codecs/liba52/README.rockbox') diff --git a/lib/rbcodec/codecs/liba52/README.rockbox b/lib/rbcodec/codecs/liba52/README.rockbox new file mode 100644 index 0000000000..79768c5d72 --- /dev/null +++ b/lib/rbcodec/codecs/liba52/README.rockbox @@ -0,0 +1,27 @@ +Library: liba52-0.7.5 (CVS version 2005-02-16) +Imported: 2005-02-16 by Dave Chapman + + +This directory contains a local version of liba52 for decoding ATSC +A/52 (aka AC-3) audio streams. A/52 is commonly used in digital TV and +on DVDs. + +LICENSING INFORMATION + +liba52 is released under the GNU General Public License as described +in the COPYING file in this directory. + + +IMPORT DETAILS + +The base version first imported into Rockbox was the CVS version of +liba52-0.7.5 (0.7.4 was at the time the latest official) which was +checked out of sourceforge on 2005-02-16. + +The .[ch] files from a52dec/liba52/ and a52dec/include/ as well as the +documentation files in a52dec/ were imported into Rockbox. The other +files in the archive relate to the test player (a52dec) and were not +imported. + +A simple config.h file was added to enable liba52's fixed-point +integer-only mode and to specify the endianness of the target CPU. -- cgit v1.2.3