Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

V2023.10.0 #17

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

V2023.10.0 #17

wants to merge 37 commits into from

Commits on Sep 3, 2023

  1. Update examples

    fsobolev committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    86b5c1e View commit details
    Browse the repository at this point in the history
  2. Add SDL2 example

    fsobolev committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    5cdddfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcac35b View commit details
    Browse the repository at this point in the history
  4. Add SDL example to README

    fsobolev committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    6c341b6 View commit details
    Browse the repository at this point in the history
  5. Add SDL example to docs

    fsobolev committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    b84fbf8 View commit details
    Browse the repository at this point in the history
  6. Simplify SDL example

    fsobolev committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    d096d51 View commit details
    Browse the repository at this point in the history
  7. Use different videos in examples

    Blender Foundation has enough beautiful movies :D
    fsobolev committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    5eb06bf View commit details
    Browse the repository at this point in the history
  8. Use proper values when resizing in GirCore example

    Prevent the bug with scaling, like the one we had in Cavalier
    fsobolev committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    13701a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Add WPF example

    fsobolev committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ac6bdb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10d0207 View commit details
    Browse the repository at this point in the history
  3. Create MPVSharp.sln

    nlogozzo committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    0b1b1cb View commit details
    Browse the repository at this point in the history
  4. WPF - Better Sample

    nlogozzo committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5d167b2 View commit details
    Browse the repository at this point in the history
  5. WPF - Don't load video on start

    + some fixes
    fsobolev committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c197610 View commit details
    Browse the repository at this point in the history
  6. WPF - Add Open Video File

    nlogozzo committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    9b955f2 View commit details
    Browse the repository at this point in the history
  7. WPF - Various fixes

    fsobolev committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d68d38b View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Allow setting GetProcAddress function

    For some edge cases when WGL/EGLGetProcAddress don't work
    fsobolev committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    fa00fc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29c710a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5455ab View commit details
    Browse the repository at this point in the history
  4. Add Avalonia example

    fsobolev committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    6e6bb81 View commit details
    Browse the repository at this point in the history
  5. Allow setting framebuffer

    Required to make Avalonia example work on Windows
    fsobolev committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    2e0bafa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82e0250 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    56e7d51 View commit details
    Browse the repository at this point in the history
  2. Add MPVNodeList.Empty

    fsobolev committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    b568a84 View commit details
    Browse the repository at this point in the history
  3. Add MPVByteArray.Empty

    fsobolev committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    38751c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85d7f41 View commit details
    Browse the repository at this point in the history
  5. Add and use Node

    There are cases when null is returned instead of MPVNode for some events, so null checks were required in applications. This Node class is meant to be used safely, even if data it wraps is null.
    fsobolev committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    9b5dbc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    346e1b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5705ed3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a3398e View commit details
    Browse the repository at this point in the history
  9. Improve comments

    fsobolev committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    3cc006c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    97ce1bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fea0f4d View commit details
    Browse the repository at this point in the history
  3. Update README.md

    fsobolev committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    eda21a0 View commit details
    Browse the repository at this point in the history
  4. Fix spelling

    fsobolev committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    714c296 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbbd3cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    118f9e3 View commit details
    Browse the repository at this point in the history
  7. WPF - Add missing docs

    fsobolev committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    d109e76 View commit details
    Browse the repository at this point in the history