blob: 812bd9b797014d1294fa08d66ff456c36c00d718 [file] [log] [blame]
Teng-Hui Zhudd9eb892012-09-20 16:00:17 -07001URL: http://code.google.com/p/mp4parser/source/checkout
2Version: 1.0-RC-16
3License: Apache 2
4Description: "Provides a Java API for parsing MP4 files"
5
6Local Modifications:
7 Only taking the isoparser/src/main/ part, remove others.
8 Remove the RequiresParseDetailAspect.java file since we don't have the aspectJ yet.
9
10Originally written by Sebastian Annies, this isoparser API can read and write
11the MP4 file structure. It is a low level tool dealing with the so called boxes
12but it is as well as dealing with structure like tracks and movies.
13
14This code is built as a static library.