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

wip: openjph HT decoder #1119

Closed
wants to merge 161 commits into from
Closed

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    37b81c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    100d172 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd1d633 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8055af7 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. On Windows, copy heic-dec to heic-convert instead of using symlink

    Co-authored-by: Miloš Komarčević <[email protected]>
    farindk and kmilos authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    87815a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4401ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b7c0f2 View commit details
    Browse the repository at this point in the history
  4. fix parse error reporting

    farindk committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    30b696b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    47cde92 View commit details
    Browse the repository at this point in the history
  2. renamed several variables

    dukesook committed May 31, 2024
    Configuration menu
    Copy the full SHA
    6cf978c View commit details
    Browse the repository at this point in the history
  3. document function

    dukesook committed May 31, 2024
    Configuration menu
    Copy the full SHA
    fce23a6 View commit details
    Browse the repository at this point in the history
  4. misc cleanup

    dukesook committed May 31, 2024
    Configuration menu
    Copy the full SHA
    bdd6380 View commit details
    Browse the repository at this point in the history
  5. Better error checking

    dukesook committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b2fa352 View commit details
    Browse the repository at this point in the history
  6. additional minor cleanup

    dukesook committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e35c599 View commit details
    Browse the repository at this point in the history
  7. use 'tiles' instead of 'images'

    The name tile is more specific as it implies that it's part of a grid
    dukesook committed May 31, 2024
    Configuration menu
    Copy the full SHA
    1392198 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. revert whitespace-only diff

    farindk committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4e803df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37d5102 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db223b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    1468e7d View commit details
    Browse the repository at this point in the history
  2. Merge pull request strukturag#1187 from wantehchang/dav1d-1-4-3

    Update to the dav1d 1.4.3 release
    farindk authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    77e9adb View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. [ffmpeg plugin] Add more chroma subsampling support

    In this patch, support for mono, 422, 444 are added.
    roticv committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5885b4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d7caa6 View commit details
    Browse the repository at this point in the history
  3. Update to SVT-AV1 v2.1.1

    Remove the no-dec build option because the decoder portion of SVT-AV1
    was removed in v2.1.1.
    wantehchang committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8d7ac4c View commit details
    Browse the repository at this point in the history
  4. Merge pull request strukturag#1195 from wantehchang/svt-av1-v2-1-1

    Update to SVT-AV1 v2.1.1
    farindk authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4b8ab5f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    9ba4dcc View commit details
    Browse the repository at this point in the history
  2. Merge pull request strukturag#1193 from roticv/master

    [ffmpeg plugin] Add more chroma subsampling support
    farindk authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e2219ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85381e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78f97e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0275c7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request strukturag#996 from strukturag/rename-heif-convert

    Rename heif-convert to heif-dec (planned for v1.18.0)
    farindk authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    eb795b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    875963c View commit details
    Browse the repository at this point in the history
  8. define M_PI if not defined

    farindk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    35104e6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bae12ab View commit details
    Browse the repository at this point in the history
  10. add missing includes

    farindk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9933395 View commit details
    Browse the repository at this point in the history
  11. add error enums to emscripten

    farindk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    44479dd View commit details
    Browse the repository at this point in the history
  12. add error enums to emscripten

    farindk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c556a31 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b9d39e1 View commit details
    Browse the repository at this point in the history
  14. uncompressed: support version 1 boxes

    bradh authored and farindk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    34bfa4f View commit details
    Browse the repository at this point in the history
  15. uncompressed: use more specific options

    bradh authored and farindk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c590d8f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8a686f1 View commit details
    Browse the repository at this point in the history
  17. adapt new paths in CI

    farindk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9dd33d7 View commit details
    Browse the repository at this point in the history
  18. adapt new paths in CI

    farindk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3ad5c0a View commit details
    Browse the repository at this point in the history
  19. adapt more paths

    farindk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7a34b62 View commit details
    Browse the repository at this point in the history
  20. add new errors to Go binding

    farindk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a137da9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0730781 View commit details
    Browse the repository at this point in the history
  22. adapt path for jpeg2000 test

    farindk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    cc392b7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cb3f8f1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    75ecfb5 View commit details
    Browse the repository at this point in the history
  25. trying to fix clang-tidy

    farindk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    56211ac View commit details
    Browse the repository at this point in the history
  26. AVC: fix path

    farindk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f9113af View commit details
    Browse the repository at this point in the history
  27. fuzzing: fix undefined shift

    farindk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d15b6fd View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1b51e0d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    dca605f View commit details
    Browse the repository at this point in the history
  30. fix typo in CMakePresets

    farindk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    527ad05 View commit details
    Browse the repository at this point in the history
  31. increase version to v1.18.0

    farindk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    0931b2a View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7b6c39c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. doxygen: minor updates

    bradh committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    6fe94e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request strukturag#1201 from bradh/doxygen_2024-06-27

    doxygen: minor updates
    farindk authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ad93ec6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f14f7a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0513f5e View commit details
    Browse the repository at this point in the history
  5. mention vvdec in README

    farindk committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ebb4dd3 View commit details
    Browse the repository at this point in the history
  6. vvc decoder cleanup

    farindk committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    51c496b View commit details
    Browse the repository at this point in the history
  7. add FindUVG266.cmake

    farindk committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0a63293 View commit details
    Browse the repository at this point in the history
  8. add missing include

    farindk committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    717999d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Fix unsigned integer

    Jamaika1 authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4224567 View commit details
    Browse the repository at this point in the history
  2. Merge pull request strukturag#1203 from Jamaika1/patch-14

    Fix unsigned integer
    farindk authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9d4a510 View commit details
    Browse the repository at this point in the history
  3. add explicit cast

    farindk committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c760f0b View commit details
    Browse the repository at this point in the history
  4. remove unused string

    farindk committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7a8c58e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

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

Commits on Jul 1, 2024

  1. copy DLL whenever the was rebuilt (not whenever the EXE was rebuilt),…

    … and only copy when using shared libraries
    farindk committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0dcadb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a6f8cd View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    3db91ea View commit details
    Browse the repository at this point in the history
  2. add vvenc to README

    farindk committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d15b47f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    7b11087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87fcd2d View commit details
    Browse the repository at this point in the history
  3. Merge pull request strukturag#1218 from EzraH442/master

    Add convenience bindings for javascript to check filetype and to get primary image handle
    farindk authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e8b33b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    fcbc79c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b224783 View commit details
    Browse the repository at this point in the history
  3. Extract EXIF data from TIFF images.

    fancycode authored and farindk committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7a81491 View commit details
    Browse the repository at this point in the history
  4. CI: Install libtiff on Windows.

    fancycode authored and farindk committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e6c9967 View commit details
    Browse the repository at this point in the history
  5. 3 Configuration menu
    Copy the full SHA
    f7bcbdc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b429be0 View commit details
    Browse the repository at this point in the history
  7. Cast to correct types for comparisons.

    Fixes compiler errors like the following with clang-12:
    
    /path/to/libheif/libheif/api/libheif/heif.cc:1673:10: error: result of comparison of constant 4294967295 with expression of type 'uint16_t' (aka 'unsigned short') is always false [-Werror,-Wtautological-constant-out-of-range-compare]
          cp > std::numeric_limits<std::underlying_type<heif_color_primaries>::type>::max()) {
          ~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /path/to/libheif/libheif/api/libheif/heif.cc:1714:10: error: result of comparison of constant 4294967295 with expression of type 'uint16_t' (aka 'unsigned short') is always false [-Werror,-Wtautological-constant-out-of-range-compare]
          tc > std::numeric_limits<std::underlying_type<heif_transfer_characteristics>::type>::max()) {
          ~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /path/to/libheif/libheif/api/libheif/heif.cc:1751:10: error: result of comparison of constant 4294967295 with expression of type 'uint16_t' (aka 'unsigned short') is always false [-Werror,-Wtautological-constant-out-of-range-compare]
          mc > std::numeric_limits<std::underlying_type<heif_matrix_coefficients>::type>::max()) {
          ~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    3 errors generated.
    fancycode authored and farindk committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0e0e737 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fba9ee8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e9c361 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d432310 View commit details
    Browse the repository at this point in the history
  11. Do not check maximum image size while merely parsing the file. Do the…

    … test when actually decoding the image (strukturag#1220)
    farindk committed Jul 4, 2024
    3 Configuration menu
    Copy the full SHA
    29bc4c3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8ddaa74 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    73f23a1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b34e7ac View commit details
    Browse the repository at this point in the history
  15. Merge pull request strukturag#1221 from strukturag/aom-default-thread…

    …count
    
    aom: Use all available CPUs for encoding by default.
    farindk authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e42b01f View commit details
    Browse the repository at this point in the history
  16. Merge pull request strukturag#1222 from strukturag/fuzzer-fix-filename

    Fix filename in fuzzing corpus so it gets parsed during regression testing
    farindk authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e476f58 View commit details
    Browse the repository at this point in the history
  17. Merge pull request strukturag#1217 from strukturag/vvenc

    add vvenc VVC encoding plugin
    farindk authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7a74023 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c954e20 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    eb4ce12 View commit details
    Browse the repository at this point in the history
  20. Merge pull request strukturag#1219 from strukturag/ci-windows-codecs

    CI: Enable more codecs when compiling on Windows.
    farindk authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    9a8f1e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    bd5748f View commit details
    Browse the repository at this point in the history
  2. Merge pull request strukturag#1207 from bradh/uncompressed_tile_limit…

    …s_2024-06-28
    
    uncompressed: add sanity limit check on number of tile rows and cols
    farindk authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    32dc21b View commit details
    Browse the repository at this point in the history
  3. fix wrong include directories for libde265 and aom in build-emscripte…

    …n.sh
    
    Currently when running the build-emscripten.sh script from another
    directory (as the script suggests) the base path for libde265 set in
    $LIBARY_LINKER_FLAGS and $LIBRARY_INCLUDE_FLAGS for get set to
    (if the src dir of the project is / and the build dir is /buildjs)
    /libde265-1.0.12 instead of /buildjs/libde265-1.0.12. This causes
    the compiler to fail to find libde265.
    
    This isn't caught in ./scripts/run-ci.sh because the script (on line 246)
    has "source ./emscripten/emsdk/emsdk_env.sh && USE_WASM=0 ./build-emscripten.sh ."
    using the same directory as both the source directory and the build directory.
    
    make the same fixes for aom
    EzraH442 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    cc31d57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34ece2d View commit details
    Browse the repository at this point in the history
  5. make build-emscripten script compatible with emsdk versions >=3.1.55

    The --memory-init-file emcc flag was removed in version 3.1.55 so it has
    to be removed. Another emscripten option to generate typescript definitions
    was also added so this is added to the build-emscripten script.
    EzraH442 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8d447f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ef70d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

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

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    a4cfe72 View commit details
    Browse the repository at this point in the history
  2. Sanity-check tile dimensions/resolution

    Prevents integer overflow
    lovell committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    6bed0f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Merge pull request strukturag#1228 from lovell/context-tile-check-res…

    …olution
    
    context: add sanity-check to tile dimensions/resolution
    farindk authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3c4e060 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d60b2c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45c704a View commit details
    Browse the repository at this point in the history
  4. Merge pull request strukturag#1227 from flyyee/master

    Added patch to check that overlay's offsets are valid
    farindk authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e382107 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3ed1b1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request strukturag#1224 from EzraH442/master

    Updates to build-emscripten script
    farindk authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0d56f46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6826a9d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    2de879a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b97d0c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8e7f0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98c1d7c View commit details
    Browse the repository at this point in the history
  5. include <limits>

    farindk committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9f047ca View commit details
    Browse the repository at this point in the history
  6. 10 Configuration menu
    Copy the full SHA
    c0e4d24 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a20e4a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f4344a0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3aa63af View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee76649 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3ad8292 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    25d0c77 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    86299ef View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    85956fb View commit details
    Browse the repository at this point in the history
  15. Merge pull request strukturag#1208 from bradh/generic_compression

    uncompressed: generic compression decode support
    farindk authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c47a18c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1cb2c0e View commit details
    Browse the repository at this point in the history
  17. metadata compression cleanup

    - support for brotli metadata decompression
    - rename deflate,zlib compression methods
    - replace WITH_DEFLATE_HEADER_COMPRESSION with WITH_HEADER_COMPRESSION
    farindk committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ebf6c61 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d2e1188 View commit details
    Browse the repository at this point in the history
  19. fix ZLIB_FOUND variable

    farindk committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    595b0e4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    dd83804 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    baa8e09 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    f466dfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9496e96 View commit details
    Browse the repository at this point in the history
  3. Merge pull request strukturag#1230 from bradh/compress_doxygen_2024-0…

    …7-10
    
    compression: add (internal) api documentation for compression
    farindk authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7555aa9 View commit details
    Browse the repository at this point in the history
  4. fix heif_dec no-colons option for windows

    modify no-colons option only replace in auxType
    dnd29 authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8cd90a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3d2217 View commit details
    Browse the repository at this point in the history
  6. Merge pull request strukturag#1233 from bradh/uncc_dump_fixup

    uncompressed: fix box dump when profile is 0
    farindk authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    52208af View commit details
    Browse the repository at this point in the history
  7. Merge pull request strukturag#1232 from dnd29/master

    fix heif_dec no-colons option for windows
    farindk authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    325f282 View commit details
    Browse the repository at this point in the history
  8. Merge pull request strukturag#1231 from bradh/icbr_fuzz_2024-07-10

    uncompressed: fix parse fuzz failure
    farindk authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    67e7405 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb97cd6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8a48bf8 View commit details
    Browse the repository at this point in the history
  11. do not enforce iinf box version<2 as there are many images in circula…

    …tion with a wrong version field
    farindk committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    537d668 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    97e8c24 View commit details
    Browse the repository at this point in the history
  13. Merge pull request strukturag#1236 from kmilos/patch-1

    Fix libbrotlidec pkg-config requires
    farindk authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    67a8d84 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a4560c2 View commit details
    Browse the repository at this point in the history
  15. Merge pull request strukturag#1237 from strukturag/tiff-type-conversions

    tiff: Fix wrong type for "seekTIFF" function.
    farindk authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    408118f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    66bdcdc View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Fix coverity build.

    - Run "cmake" before building.
    - Enable more codecs.
    - Build on PRs (but don't upload to Coverity).
    fancycode committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d067859 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b5defa View commit details
    Browse the repository at this point in the history
  3. Merge pull request strukturag#1238 from strukturag/fix-coverity

    Fix coverity build.
    fancycode authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    96df51d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d62fb4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request strukturag#1240 from strukturag/appveyor-multithre…

    …aded
    
    appveyor: Build multithreaded.
    fancycode authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    4161994 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8ca091 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Merge pull request strukturag#1239 from strukturag/ci-fail-on-thirdpa…

    …rty-build-errors
    
    CI: Fail if third-party build fails.
    fancycode authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    08a3d91 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

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

Commits on Jul 16, 2024

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

Commits on Jul 17, 2024

  1. Merge pull request strukturag#1243 from bradh/raw_data_rename

    rename property raw data implementation to match header
    farindk authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a3f43c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

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

Commits on Aug 31, 2024

  1. wip: openjph HT decoder

    bradh committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    42fc168 View commit details
    Browse the repository at this point in the history