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(#28): higher framerate configurability #112

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

feat(#28): higher framerate configurability #112

wants to merge 5 commits into from

Commits on Mar 27, 2022

  1. feat(#36): Add framerate cli option

    - add a framerate cli argument `-f | --framerate`
    - limit the possible framerates to 4 and 8 for now
    - introduce new wrapper types for better readability
    - adjust the docs
    sassman committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    4e3dda2 View commit details
    Browse the repository at this point in the history
  2. chore: make clippy happy

    sassman committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    cc9104f View commit details
    Browse the repository at this point in the history
  3. feat(#36): Add framerate cli option

    - add a framerate cli argument `-f | --framerate`
    - limit the possible framerates to 4 and 8 for now
    - introduce new wrapper types for better readability
    - adjust the docs
    
    - retyping of u128 to Timecode not everywhere fully clean
    - the framedrop mechanism is not thread safe solid
    sassman committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    39afa54 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. feat(#36): Add framerate cli option

    - retyping of u128 to Timecode not everywhere fully clean
    - impl thread safe frame dropping strategy with comparing image hashes
    - keeping a linked list of `FrameEssences`
    sassman committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    4e7d9fa View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

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