Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multiframe DNGs #350

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    fd20bce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c99270 View commit details
    Browse the repository at this point in the history
  3. refactored RawImageData reference counting

    using shared_ptr instead of RawImage, also not all places require reference counting
    maruncz committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    6768615 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df60e19 View commit details
    Browse the repository at this point in the history
  5. fixed unitialized pointer

    maruncz committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    cbab0e2 View commit details
    Browse the repository at this point in the history
  6. possible multiframe RawImage

    maruncz committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    98c17a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    393831d View commit details
    Browse the repository at this point in the history
  8. fixed some omissions

    maruncz committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    3d26ce8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ed3479b View commit details
    Browse the repository at this point in the history
  10. fixed openMP directives

    maruncz committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    f5879c4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2789701 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dafc835 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cc67383 View commit details
    Browse the repository at this point in the history
  14. static analysis fixes

    maruncz committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    4dd8e6f View commit details
    Browse the repository at this point in the history
  15. value stored is never read

    maruncz committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    d25caf3 View commit details
    Browse the repository at this point in the history
  16. static analyzer

    maruncz committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    5944e81 View commit details
    Browse the repository at this point in the history
  17. value stored never read

    maruncz committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    1a65995 View commit details
    Browse the repository at this point in the history
  18. value stored never read

    maruncz committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    d998bb4 View commit details
    Browse the repository at this point in the history
  19. fix repeated branches

    maruncz committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    2949e7e View commit details
    Browse the repository at this point in the history