[
https://issues.apache.org/jira/browse/TIKA-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14052945#comment-14052945
]
ASF GitHub Bot commented on TIKA-1361:
--------------------------------------
GitHub user mkr opened a pull request:
https://github.com/apache/tika/pull/14
TIKA-1361: MP4Parser Update
Only adjusting the code to MP4Parser 1.0.2, nothing added/removed, not
tackling any TODOs in the code. Added the DirectFileReadDataSource to avoid
problems with temp file and memory mapped IO.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mkr/tika mp4parserupdate
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tika/pull/14.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #14
----
commit 7393941a21ca2a551f37309f532c6252b8f3a189
Author: Matthias Krueger <[email protected]>
Date: 2014-07-05T18:47:24Z
TIKA-1361: Bumping MP4Parser to 1.0.2, adjusting code to fit changes (Box
classes), custom DataSource
commit 1b053d1528050915fb37bec810543d413a719d0c
Author: Matthias Krueger <[email protected]>
Date: 2014-07-05T18:51:06Z
TIKA-1361: Explicit temp resource handling
commit 449ea01733ac0c75e94d34ead7dcee8b4c599e57
Author: Matthias Krueger <[email protected]>
Date: 2014-07-05T18:52:51Z
TIKA-1361: Using new AppleRecordingYear2Box
commit e76a3870fb040484b2cfe8a8250f18ad16ff19c9
Author: Matthias Krueger <[email protected]>
Date: 2014-07-05T18:55:28Z
TIKA-1361: Removing unused date conversion code (also provided now by
com.googlecode.mp4parser.util.DateHelper)
----
> Update MP4Parser to 1.0.2
> -------------------------
>
> Key: TIKA-1361
> URL: https://issues.apache.org/jira/browse/TIKA-1361
> Project: Tika
> Issue Type: Improvement
> Components: parser
> Affects Versions: 1.5
> Reporter: Matthias Krueger
>
> The currently used com.googlecode.mp4parser:isoparser version is 1.0-RC-1.
> According to https://code.google.com/p/mp4parser/#Changes/Releases and
> https://code.google.com/p/mp4parser/source/list there have been quite some
> improvements since then. Before tackling more metadata (such as in TIKA-852)
> we should update to 1.0.2.
--
This message was sent by Atlassian JIRA
(v6.2#6252)