summaryrefslogtreecommitdiff
path: root/README.android
diff options
context:
space:
mode:
Diffstat (limited to 'README.android')
-rw-r--r--README.android14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.android b/README.android
new file mode 100644
index 0000000..812bd9b
--- /dev/null
+++ b/README.android
@@ -0,0 +1,14 @@
+URL: http://code.google.com/p/mp4parser/source/checkout
+Version: 1.0-RC-16
+License: Apache 2
+Description: "Provides a Java API for parsing MP4 files"
+
+Local Modifications:
+ Only taking the isoparser/src/main/ part, remove others.
+ Remove the RequiresParseDetailAspect.java file since we don't have the aspectJ yet.
+
+Originally written by Sebastian Annies, this isoparser API can read and write
+the MP4 file structure. It is a low level tool dealing with the so called boxes
+but it is as well as dealing with structure like tracks and movies.
+
+This code is built as a static library.