summaryrefslogtreecommitdiff
path: root/README.chromium
diff options
context:
space:
mode:
authorrtoy@google.com <rtoy@google.com@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-03-06 22:29:31 +0000
committerrtoy@google.com <rtoy@google.com@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-03-06 22:29:31 +0000
commit3d422b99f6358c833e6435bca673a45e73370175 (patch)
treeb9b87097106e50a9c22d4f6e1b2b51616aecec76 /README.chromium
parent91c96a1711e9f92fcbe2e52301db07bc975e02e1 (diff)
downloadopenmax_dl-3d422b99f6358c833e6435bca673a45e73370175.tar.gz
Add LICENSE and README.chromium files.
BUG= Add these files so that the DEPS changes can pass the try bots which test for these files. Review URL: https://webrtc-codereview.appspot.com/1116006 git-svn-id: http://webrtc.googlecode.com/svn/deps/third_party/openmax@3624 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'README.chromium')
-rw-r--r--README.chromium19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.chromium b/README.chromium
new file mode 100644
index 0000000..3dbc3ff
--- /dev/null
+++ b/README.chromium
@@ -0,0 +1,19 @@
+Name: OpenMAX DL
+Short Name: OpenMax DL
+URL: https://silver.arm.com/download/Software/Graphics/OX000-BU-00010-r1p0-00bet0/OX000-BU-00010-r1p0-00bet0.tgz
+Version: 1.0.2
+License: BSD
+License File: LICENSE
+Security Critical: yes
+
+Description:
+Implementation of OpenMAX DL spec from ARM. This is used to support
+WebAudio for Chromium on Android.
+
+Local Modifications:
+Only the FFT routines from the OpenMAX DL package are included. The
+code was modified to work with gcc and a new implementation for a
+floating-point FFT was added.
+
+The original ARM license is unclear, but Google has obtained
+permission to relicense this code under a BSD license.