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

HTMLVideoElement unlock #1361

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open

HTMLVideoElement unlock #1361

wants to merge 31 commits into from

Commits on Nov 10, 2018

  1. Configuration menu
    Copy the full SHA
    775f6f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2433fd7 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. Hook in missinf Video play in HTMLVideoElement

    avaer committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    6bbafab View commit details
    Browse the repository at this point in the history
  2. Bugfix Video.cpp bits per pixel

    avaer committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    6eae16d View commit details
    Browse the repository at this point in the history
  3. Bugfix video load error message

    avaer committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    b70ac37 View commit details
    Browse the repository at this point in the history
  4. Add Video.cpp error message output

    avaer committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    fd02e53 View commit details
    Browse the repository at this point in the history
  5. Clean up Video.cpp error result capture

    avaer committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    d732265 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    528654c View commit details
    Browse the repository at this point in the history
  7. Bump video buffer size

    avaer committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    01a649d View commit details
    Browse the repository at this point in the history
  8. Flag format context as AVFMT_FLAG_CUSTOM_IO

    avaer committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    9169223 View commit details
    Browse the repository at this point in the history
  9. Clean up video set data stream index

    avaer committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    36f5de2 View commit details
    Browse the repository at this point in the history
  10. Small video.cpp cleanup

    avaer committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    33c5349 View commit details
    Browse the repository at this point in the history
  11. Clean up video.cpp connnntext initialization

    avaer committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    c5037f1 View commit details
    Browse the repository at this point in the history
  12. Clean up video.cpp sws context initialization

    avaer committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    ced25fa View commit details
    Browse the repository at this point in the history
  13. Bump native-video-deps version

    avaer committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    c77a2b7 View commit details
    Browse the repository at this point in the history
  14. Bugfix video devices query in DOM.js

    avaer committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    6c49df3 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Add missing linux libx264 linkage

    Avaer Kazmer committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    454b15f View commit details
    Browse the repository at this point in the history
  2. Initial video threading

    Avaer Kazmer committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    8164bcd View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. More major video load debugging

    Avaer Kazmer committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    d8509ed View commit details
    Browse the repository at this point in the history
  2. Video.h class order cleanup

    avaer committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    8aa0286 View commit details
    Browse the repository at this point in the history
  3. Bugfix parallel video loading

    avaer committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    fa4099e View commit details
    Browse the repository at this point in the history
  4. Use new parallel video loading api

    avaer committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    a459834 View commit details
    Browse the repository at this point in the history
  5. Clean up Video.cpp logging

    avaer committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    f170d6b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Major Video texture refactoring

    avaer committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    3bf9d57 View commit details
    Browse the repository at this point in the history
  2. Add video texturing comment

    avaer committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    ec01d57 View commit details
    Browse the repository at this point in the history
  3. Clean up native gl framebuffer

    avaer committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    f25f92d View commit details
    Browse the repository at this point in the history
  4. Auto-create <video> GL context as needed

    avaer committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    34e2997 View commit details
    Browse the repository at this point in the history
  5. Add jellyfish.mkv sample video

    Avaer Kazmer committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    7e6d8e2 View commit details
    Browse the repository at this point in the history
  6. Add video.html video sphere test

    Avaer Kazmer committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    1af2f6a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Unlock Video.cpp hardware acceleration

    avaer committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    2a1f938 View commit details
    Browse the repository at this point in the history
  2. Disable video tests

    Avaer Kazmer committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    cbb2706 View commit details
    Browse the repository at this point in the history