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

Add Playback times #196

Open
wants to merge 22 commits into
base: dev
Choose a base branch
from
Open

Commits on Oct 18, 2024

  1. style: reformat

    azfoo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4277285 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f39a80 View commit details
    Browse the repository at this point in the history
  3. fix: missing error

    accidentally discarded - 97bf4aecd92f180f0e892e70c5e1c403f6aca096
    azfoo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8a939ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92d8718 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1f7464 View commit details
    Browse the repository at this point in the history
  6. feat: relative times

    display a subsection of input media. set through metadata window.
    ScaleOrCrop dialog replaces the old double dialog
    azfoo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    65e4333 View commit details
    Browse the repository at this point in the history
  7. fix: CLI scale_or_crop dialog

    azfoo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d8a5be6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8bd53ad View commit details
    Browse the repository at this point in the history
  9. fix: make guard clause

    azfoo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8220105 View commit details
    Browse the repository at this point in the history
  10. fix: logic error

    azfoo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fd6234d View commit details
    Browse the repository at this point in the history
  11. docs: scale offsets

    azfoo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    970636f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d188740 View commit details
    Browse the repository at this point in the history
  13. fix: remove redundant check

    azfoo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ffa409d View commit details
    Browse the repository at this point in the history
  14. style: reformat

    azfoo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fa73941 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4b8dcfb View commit details
    Browse the repository at this point in the history
  16. style: reformat

    azfoo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    69b07c5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2c10764 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. fix: tests

    remove unneccesary data & monkeypatching
    azfoo committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    094248a View commit details
    Browse the repository at this point in the history
  2. test: playback times

    elementry test on PointLikeTimelineComponent and SegmentLikeTimelineComponent
    azfoo committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    de31d04 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Fix framing times scaling

    `pre_start` and `post_end` need to stored before changing `start` and `end`
    FelipeDefensor committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    62d36c5 View commit details
    Browse the repository at this point in the history
  2. Add failing test

    Something goes wrong when scaling multiple a segmentlikes.
    FelipeDefensor committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    37ea1f0 View commit details
    Browse the repository at this point in the history
  3. Restore media before components

    In that way components will have the same duration they were created in to be restored to.
    FelipeDefensor committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    72db1de View commit details
    Browse the repository at this point in the history