summaryrefslogtreecommitdiff
path: root/apps/codecs/liba52/README.rockbox
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-02-16 11:02:11 +0000
committerDave Chapman <dave@dchapman.com>2005-02-16 11:02:11 +0000
commit3bd167771d23edbfcf11ea4d5f0f75faf53af0c9 (patch)
tree8caa153a8c30654e7488cbc50eaa650e6c43fe72 /apps/codecs/liba52/README.rockbox
parent1f9610d43cefc10a1e47924ad65ce0f78c63bc66 (diff)
downloadrockbox-3bd167771d23edbfcf11ea4d5f0f75faf53af0c9.zip
rockbox-3bd167771d23edbfcf11ea4d5f0f75faf53af0c9.tar.gz
rockbox-3bd167771d23edbfcf11ea4d5f0f75faf53af0c9.tar.bz2
rockbox-3bd167771d23edbfcf11ea4d5f0f75faf53af0c9.tar.xz
Initial import of the unmodified version of liba52-0.7.5-cvs, checked out of the Sourceforge CVS repository today.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5970 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/liba52/README.rockbox')
-rw-r--r--apps/codecs/liba52/README.rockbox27
1 files changed, 27 insertions, 0 deletions
diff --git a/apps/codecs/liba52/README.rockbox b/apps/codecs/liba52/README.rockbox
new file mode 100644
index 0000000..79768c5
--- /dev/null
+++ b/apps/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.