You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2019/05/02 15:58:55 UTC

[tika] branch branch_1x updated (1f1673b -> ee2b609)

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a change to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git.


    from 1f1673b  Merge branch 'branch_1x' of https://github.com/apache/tika into branch_1x
     add ee2b609  TIKA-2861 -- extract lat/long from AppleGPSCoordinatesBox

No new revisions were added by this update.

Summary of changes:
 .../apache/tika/parser/mp4/ISO6709Extractor.java   | 87 ++++++++++++++++++++++
 .../java/org/apache/tika/parser/mp4/MP4Parser.java | 15 +++-
 .../ISO6709ExtractorTest.java}                     | 40 +++++-----
 3 files changed, 123 insertions(+), 19 deletions(-)
 create mode 100644 tika-parsers/src/main/java/org/apache/tika/parser/mp4/ISO6709Extractor.java
 copy tika-parsers/src/test/java/org/apache/tika/parser/{video/FLVParserTest.java => mp4/ISO6709ExtractorTest.java} (54%)