Files
rk35xx-android14/external/mp4parser/README.android
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

15 lines
589 B
Plaintext

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.