Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: obsproject/obs-websocket
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: obsproject/obs-websocket
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/5.5.6
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 28, 2025

  1. utils: Use u8path to fix possible string conversion crashes on Windows

    All other path operations in the code base already use u8path to ensure
    that the strings provided by libobs (which will either be ASCII or
    UTF-8 byte sequences) are correctly converted into UTF-16 strings.
    PatTheMav authored and RytoEX committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    6f1b4fc View commit details
    Browse the repository at this point in the history
  2. base: Update version to 5.5.5

    Changes:
     - Fix possible crashes if config path has unicode characters
    RytoEX committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    63e04d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. eventhandler: Fix possible crash on OBS start in Studio Mode

    When OBS Studio is started in Studio Mode, if a scene collection was not
    successfully found and loaded, the OBS Frontend API would, prior to
    obsproject/obs-studio@577e350,
    emit OBS_FRONTEND_EVENT_SCENE_CHANGED and
    OBS_FRONTEND_EVENT_PREVIEW_SCENE_CHANGED anyway. This would result in
    currentScene here being a nullptr, causing a crash.
    
    For completeness, check for nullptr here so that we cannot crash if
    obs_frontend_get_current_scene() returns a nullptr.
    
    (cherry picked from commit 05e13b1)
    RytoEX committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    88a3ee4 View commit details
    Browse the repository at this point in the history
  2. base: Update version to 5.5.6

    Changes:
     - Fix possible crash if OBS started in Studio Mode
    RytoEX committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    c542622 View commit details
    Browse the repository at this point in the history
Loading