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: aws/amazon-kinesis-video-streams-parser-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2
Choose a base ref
...
head repository: aws/amazon-kinesis-video-streams-parser-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 6 files changed
  • 7 contributors

Commits on Aug 22, 2019

  1. Copy the full SHA
    c093718 View commit details

Commits on Feb 21, 2022

  1. update packages (#154)

    niyatim23 authored Feb 21, 2022
    Copy the full SHA
    432cabf View commit details

Commits on Mar 9, 2022

  1. Update README.md (#157)

    Small typo. Changed from `StreamingMkvParser` to `StreamingMkvReader`.
    byongwu authored Mar 9, 2022
    Copy the full SHA
    9603848 View commit details

Commits on Mar 10, 2022

  1. update dependency (#156)

    niyatim23 authored Mar 10, 2022
    Copy the full SHA
    0ade1ca View commit details
  2. Copy the full SHA
    781b7ab View commit details
  3. add client

    niyatim23 committed Mar 10, 2022
    Copy the full SHA
    f43e8da View commit details
  4. Merge pull request #158 from aws/update_version

    update the version for the release
    disa6302 authored Mar 10, 2022
    Copy the full SHA
    9c73f9c View commit details

Commits on May 16, 2022

  1. Copy the full SHA
    d7de7e0 View commit details

Commits on May 17, 2022

  1. Fixing ClassNotFoundError due to log4j update

    **What?**
    * Fixing ClassNotFoundError due to log4j update
    * Parsing only video frames for Rekognition example
    * Updating JNI version
    
    **Why?**
    * log4j version update caused Rekognition lambda sample to fail with
      class not found error.
    * Passing audio-video file will crash the lambda sample as audio frames
      cannot be used for bounding boxes.
    * KVS Producer Java SDK is also updated in earlier commits which require
      newer version of JNI
    bdhandap committed May 17, 2022
    Copy the full SHA
    6e40c8f View commit details

Commits on May 18, 2022

  1. Merge pull request #161 from bdhandap/rek-lambda-fix

    Fixing ClassNotFoundError due to log4j update
    bdhandap authored May 18, 2022
    Copy the full SHA
    8e2a86a View commit details

Commits on May 19, 2022

  1. Bump jackson-databind from 2.12.3 to 2.12.6.1 (#162)

    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.3 to 2.12.6.1.
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 19, 2022
    Copy the full SHA
    539a7d3 View commit details

Commits on Oct 21, 2022

  1. Copy the full SHA
    098166b View commit details
  2. update run

    niyatim23 committed Oct 21, 2022
    Copy the full SHA
    247f75f View commit details
  3. Change step name

    niyatim23 committed Oct 21, 2022
    Copy the full SHA
    ec44547 View commit details

Commits on Oct 24, 2022

  1. Merge pull request #166 from aws/add-gha-build-ci

    Add gha ci and update databind
    disa6302 authored Oct 24, 2022
    Copy the full SHA
    82b4a43 View commit details

Commits on Feb 22, 2023

  1. Update kinesis client

    Divya Sampath Kumar committed Feb 22, 2023
    Copy the full SHA
    14ee030 View commit details
  2. Merge pull request #170 from aws/update-dep

    Update kinesis client
    disa6302 authored Feb 22, 2023
    Copy the full SHA
    03289e3 View commit details

Commits on Mar 31, 2023

  1. Bump jackson-databind from 2.13.4.1 to 2.13.4.2 (#178)

    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4.1 to 2.13.4.2.
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 31, 2023
    Copy the full SHA
    0056da0 View commit details
Loading