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

feat(FEC-12610): Image Playback Engine - Support for rendering an image, with or without duration #598

Merged
merged 21 commits into from
Jan 22, 2023

Commits on Jan 3, 2023

  1. feat(FEC-12610): Image Playback Engine - Support for rendering an ima…

    …ge, with or without duration
    JonathanTGold committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    a174010 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. build the image url and add the width and ks params

    JonathanTGold committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    270f793 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. move logic to engine

    JonathanTGold committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    0f0d51e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. add isImg public API

    JonathanTGold committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    229c36f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. change to untimed img

    JonathanTGold committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    a4b9a5e View commit details
    Browse the repository at this point in the history
  2. update deps

    JonathanTGold committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    154dbd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8962a9 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/master' into FEC-12610

    JonathanTGold committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    3bac791 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    8da5532 View commit details
    Browse the repository at this point in the history
  2. add 'image' format to playlist item filter

    JonathanTGold committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    462c988 View commit details
    Browse the repository at this point in the history
  3. import the formats from playkit instead of hard-coded

    JonathanTGold committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    fe1b2e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6ddb04 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. set default duration for image in playlist

    JonathanTGold committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    126d9dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ff4c7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e35e44c View commit details
    Browse the repository at this point in the history
  4. remove unused mimeype

    JonathanTGold committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    ad5d216 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4559d11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f0a24e View commit details
    Browse the repository at this point in the history
  7. fix flow types

    JonathanTGold committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    3d2218d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51a7c10 View commit details
    Browse the repository at this point in the history
  9. fix lint

    JonathanTGold committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    25bed8f View commit details
    Browse the repository at this point in the history