Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: drewnoakes/metadata-extractor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.16.0
Choose a base ref
...
head repository: drewnoakes/metadata-extractor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.17.0
Choose a head ref
  • 19 commits
  • 12 files changed
  • 5 contributors

Commits on Mar 31, 2021

  1. Merge pull request #1 from drewnoakes/master

    Sync to update fork
    nosnhojbob authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    d1790f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Better handling of invalid bplist data

    Bob Johnson authored and Bob Johnson committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    6d25422 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    4ba94c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Formatting

    drewnoakes committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    51aeee4 View commit details
    Browse the repository at this point in the history
  2. Reinstate validation

    drewnoakes committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    d6d08d0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'issue-508'

    drewnoakes committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    f109e17 View commit details
    Browse the repository at this point in the history
  4. Consistent tag name between Java and .NET libraries

    Favouring the more descriptive form.
    drewnoakes committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    5e11a30 View commit details
    Browse the repository at this point in the history
  5. Allow Application Notes (XMP) in SubIFD

    This is a port of drewnoakes/metadata-extractor-dotnet#298
    
    This fixes an issue where XMP data was not being extracted from some DJI images, and allows presentation of data such as:
    
    ```
    [XMPMeta - http://www.dji.com/drone-dji/1.0/] drone-dji:AbsoluteAltitude = -30.037239
    [XMPMeta - http://www.dji.com/drone-dji/1.0/] drone-dji:RelativeAltitude = 19.700001
    [XMPMeta - http://www.dji.com/drone-dji/1.0/] drone-dji:GimbalRollDegree = 0.000000
    [XMPMeta - http://www.dji.com/drone-dji/1.0/] drone-dji:GimbalYawDegree = 69.400002
    [XMPMeta - http://www.dji.com/drone-dji/1.0/] drone-dji:GimbalPitchDegree = -60.000000
    [XMPMeta - http://www.dji.com/drone-dji/1.0/] drone-dji:FlightRollDegree = -2.100000
    [XMPMeta - http://www.dji.com/drone-dji/1.0/] drone-dji:FlightYawDegree = 69.699997
    [XMPMeta - http://www.dji.com/drone-dji/1.0/] drone-dji:FlightPitchDegree = -0.500000
    [XMPMeta - http://www.dji.com/drone-dji/1.0/] drone-dji:CamReverse = 0
    [XMPMeta - http://www.dji.com/drone-dji/1.0/] drone-dji:GimbalReverse = 0
    [XMPMeta - http://www.dji.com/drone-dji/1.0/] drone-dji:RtkFlag = 0
    ```
    drewnoakes committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    fbce33a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d7913a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #541 from drewnoakes/remove-filter-input-stream-re…

    …quirement
    
    Replace FilterInputStream with InputStream in FileTypeDetector
    drewnoakes authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    0cda185 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #540 from drewnoakes/fix-298

    Allow Application Notes (XMP) in SubIFD
    drewnoakes authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    c864f0c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Fix bug in TiffReader.java

    Double64 should take 8 bytes, instead of 4. I found this bug when I tried to read tags from a geotiff.
    fclof authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    cdfce38 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Merge pull request #548 from fclof/patch-1

    Fix reading arrays of Float64 in TIFF files
    drewnoakes authored Jul 30, 2021
    Configuration menu
    Copy the full SHA
    33fad24 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    4cb07f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Update ExifTiffHandler.java

    Adding support for Reconyx HyperFire 2 cameras.
    IntelliDevPeep authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    5152cf0 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    Adding new director and directory files for Reconyx HyperFire2 cameras.
    IntelliDevPeep authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    d76909c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #550 from IntelliDevPeep/patch-1

    Reconyx HyperFire 2 Support
    drewnoakes authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    55b51b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Tweak Reconyx HyperFire 2 makernote

    Output to more closely match the .NET library.
    drewnoakes committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    788c425 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Version 2.17.0

    drewnoakes committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    e9733f0 View commit details
    Browse the repository at this point in the history
Loading