Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
isoparser/src/main/ | 22-Nov-2023 | - | 32,033 | 20,901 | ||
.git | D | 01-Jan-1970 | 0 | |||
Android.bp | D | 23-Nov-2023 | 784 | 22 | 19 | |
MODULE_LICENSE_APACHE2 | D | 22-Nov-2023 | 0 | |||
NOTICE | D | 22-Nov-2023 | 1.2 KiB | 30 | 17 | |
OWNERS | D | 23-Nov-2023 | 168 | 4 | 3 | |
README.android | D | 22-Nov-2023 | 589 | 15 | 11 | |
README.version | D | 22-Nov-2023 | 80 | 4 | 3 |
README.android
1URL: 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. 15
README.version
1URL: https://github.com/sannies/mp4parser 2Version: 1.0-RC-16 3BugComponent: 1344 4