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

WIP: Dev openglaccelerated playback #282

Draft
wants to merge 29 commits into
base: develop
Choose a base branch
from

Commits on Oct 1, 2020

  1. using the qt cube opengl example as a basis. modified the separate

    view to run the cube demo instead
    nolyn committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    4d3d05a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

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

Commits on Oct 5, 2020

  1. basic openGl backend works. can read a frame from a hardcoded sequence

    and display it. needs to be connected to the  rest of YUView. should
    be come a separate new window, atm replaced/hacked the old separate
    window mode. qt  resources system not working yet
    nolyn committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    e1e72d1 View commit details
    Browse the repository at this point in the history
  2. removed unused code

    nolyn committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    e5114d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e217989 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4928295 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08eb8d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. connected opengl view to the yuviews file handling. can now display

    YUV 420 8bit sequences
    nolyn committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    1441529 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37cc620 View commit details
    Browse the repository at this point in the history
  3. removed obsolete resource

    nolyn committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    b3596b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4dce45f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b471e88 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Configuration menu
    Copy the full SHA
    a16ff3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29caea6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d932df2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c68c56d View commit details
    Browse the repository at this point in the history
  5. fixed bug. that OpenGL widget needs to be opened before seqeunce is

    loaded, else would crash. cause was missinig initialization.
    Solution: only connect signals to the opengl view once it is visible
    nolyn committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    9fa4645 View commit details
    Browse the repository at this point in the history
  6. removed obsolete, unused files

    nolyn committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    65c6065 View commit details
    Browse the repository at this point in the history
  7. removed unused code

    nolyn committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    e5b4f2b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    34e0013 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d30ab98 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. for opengl widget, moved update format signalling into update

    frame. this way avoid doing the call in selectionPropertiesChanged,
    resolving issue that only one sequence can be opened
    nolyn committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    126d45c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    a4ab523 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    847a49a View commit details
    Browse the repository at this point in the history
  3. code cleanup

    nolyn committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    d26af2a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. removed dependency on GLM

    nolyn committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    de5693c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08094fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0545d99 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. opengl playback: increased number of triangles used for the rectangle

    dispalying the video. this should reduce bottleneck to due fillrate
    nolyn committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    ca8ae78 View commit details
    Browse the repository at this point in the history