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

Issue 104 #105

Merged
merged 52 commits into from
Feb 21, 2024
Merged

Issue 104 #105

merged 52 commits into from
Feb 21, 2024

Commits on Jan 10, 2024

  1. issue #103

    Introduce basic framedrop control
    pozitronik committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1e2b148 View commit details
    Browse the repository at this point in the history
  2. issue #103

    Remove FrameMode, switching to a spinbox control
    pozitronik committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    890027e View commit details
    Browse the repository at this point in the history
  3. issue #103

    introduce the property to get the last returned frame index from the prepared timeline
    pozitronik committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b21dc45 View commit details
    Browse the repository at this point in the history
  4. issue #103

    Show the real frame position in the navigation control and real time value in the status panel
    pozitronik committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    c6daf09 View commit details
    Browse the repository at this point in the history
  5. issue #103

    Check, if there's a ready frame
    pozitronik committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    cd900c7 View commit details
    Browse the repository at this point in the history
  6. issue #103

    Time position value fixed
    pozitronik committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    8f3ca12 View commit details
    Browse the repository at this point in the history
  7. issue #103

    Update a condition
    pozitronik committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e5611b5 View commit details
    Browse the repository at this point in the history
  8. issue #103

    Change the condition to determine if player is in a playback state
    pozitronik committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    cd647fe View commit details
    Browse the repository at this point in the history
  9. issue #103

    Update the rewind logic
    pozitronik committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    baea425 View commit details
    Browse the repository at this point in the history
  10. issue #103

    Remove debug output
    pozitronik committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    f0e0a6b View commit details
    Browse the repository at this point in the history
  11. issue #103

    add a debug line
    pozitronik committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    c66fdad View commit details
    Browse the repository at this point in the history
  12. issue #103

    Update controls packing to make PLAY button more notable
    pozitronik committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b139104 View commit details
    Browse the repository at this point in the history
  13. issue #103

    Add pack() parameters to the status bar to make it look more appropriate even if geometry breaks.
    pozitronik committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    23dfaa8 View commit details
    Browse the repository at this point in the history
  14. issue #103

    set default value to frame drop = -1
    pozitronik committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    904432f View commit details
    Browse the repository at this point in the history
  15. issue #103

    Make the spinbox react to a user keyboard input
    pozitronik committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d4135d6 View commit details
    Browse the repository at this point in the history
  16. issue #103

    Move code to a method
    pozitronik committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    29cd61d View commit details
    Browse the repository at this point in the history
  17. issue #103

    fix DPI issue
    pozitronik committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    3744755 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. issue #104

    FrameDirectoryBuffer prototype
    pozitronik committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    c82e22c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. issue #104

    temp commit
    pozitronik committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    5f9bde4 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. issue #104

    Disable framedrop entirely for a while
    pozitronik committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    a462957 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. issue #104

    Rewrite entirely the buffering code
    pozitronik committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f8035a5 View commit details
    Browse the repository at this point in the history
  2. issue #104

    remove old buffering-related code from the main processing proc
    pozitronik committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    62784d9 View commit details
    Browse the repository at this point in the history
  3. issue #104

    Code to run separate processing thread
    pozitronik committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5e03193 View commit details
    Browse the repository at this point in the history
  4. issue #104

    Optimize buffering code
    pozitronik committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1a3fbb0 View commit details
    Browse the repository at this point in the history
  5. issue #104

    Optimize processing code
    pozitronik committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    94740db View commit details
    Browse the repository at this point in the history
  6. issue #104

    Run & stop threads fixes
    pozitronik committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ac82da2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. issue #104

    Set default framedrop to auto
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    46e7701 View commit details
    Browse the repository at this point in the history
  2. issue #104

    Fixed: previous frame search
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6ce3b21 View commit details
    Browse the repository at this point in the history
  3. issue #104

    Remove pre-buffering entirely, calculate mean processing fps right inplace
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3d9ddbe View commit details
    Browse the repository at this point in the history
  4. issue #104

    Calculate mean FPS based on the last 30 executions
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    8f69409 View commit details
    Browse the repository at this point in the history
  5. issue #104

    Remove unused code
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c374bdc View commit details
    Browse the repository at this point in the history
  6. issue #104

    Delete unused code (frame drop calculation)
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5064a2a View commit details
    Browse the repository at this point in the history
  7. issue #104

    get_frame() logic fixed
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    af4d689 View commit details
    Browse the repository at this point in the history
  8. issue #104

    limit displayed value to 4 symbols
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4e4cfe6 View commit details
    Browse the repository at this point in the history
  9. issue #104

    mute debug line
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e3f294e View commit details
    Browse the repository at this point in the history
  10. issue #104

    execution threads count is taken for account when counting rendering FPS
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3df2865 View commit details
    Browse the repository at this point in the history
  11. issue #104

    Clean unused code
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    297abc2 View commit details
    Browse the repository at this point in the history
  12. issue #104

    Fix frame skip calculation for multithreading processing
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c4ebac8 View commit details
    Browse the repository at this point in the history
  13. issue #104

    Push rendering order forward, if it is lagging
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    05a3803 View commit details
    Browse the repository at this point in the history
  14. issue #104

    FrameTimeLine can return non time-aligned frames
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    75acd85 View commit details
    Browse the repository at this point in the history
  15. issue #104

    Manual frame drop also can be pushed, if it is lagging
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1995a35 View commit details
    Browse the repository at this point in the history
  16. issue #104

    Update frame skip logic
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9ba9104 View commit details
    Browse the repository at this point in the history
  17. issue #104

    rename last_written_index to last_added_index because order can not be sequential
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b04f170 View commit details
    Browse the repository at this point in the history
  18. issue #104

    Smooth rewind while playing
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1966546 View commit details
    Browse the repository at this point in the history
  19. issue #104

    Fix navigation slider jiggle on rewind while playback
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a68836c View commit details
    Browse the repository at this point in the history
  20. issue #104

    Type fixed
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3d5f5b6 View commit details
    Browse the repository at this point in the history
  21. issue #104

    get_frame_index always returns something
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    8dff29e View commit details
    Browse the repository at this point in the history
  22. issue #104

    Additional check to avoid access to unset variable
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a3fb879 View commit details
    Browse the repository at this point in the history
  23. issue #104

    use private variable instead of getter
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b6ad3b3 View commit details
    Browse the repository at this point in the history
  24. issue #104

    Remove unused imports
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    74e6c67 View commit details
    Browse the repository at this point in the history
  25. issue #104

    Ignore windows-related code in github CI
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e70f022 View commit details
    Browse the repository at this point in the history
  26. issue #104

    Remove unused test
    pozitronik committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1c337c5 View commit details
    Browse the repository at this point in the history