Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
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: Xaymar/obs-StreamFX Loading
base: 0.11.0
Choose a base ref
...
head repository: Xaymar/obs-StreamFX Loading
compare: 0.11.1
Choose a head ref
  • 12 commits
  • 33 files changed
  • 2 contributors

Commits on Apr 5, 2023

  1. locale: New Crowdin updates (#748)

    * New translations en-US.ini (Japanese)
    
    * New translations en-US.ini (Dutch)
    
    * New translations en-US.ini (Dutch)
    
    * New translations en-US.ini (Italian)
    
    * New translations en-US.ini (Italian)
    
    * New translations en-US.ini (Italian)
    
    * New translations en-US.ini (Polish)
    Xaymar committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    eaa28d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a28da5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6f26e8 View commit details
    Browse the repository at this point in the history
  4. encoders/ffmpeg/nvenc: Ensure compatibility with more than just FFmpe…

    …g 4.2
    
    When FFmpeg Encoders was originally written, FFmpeg 4.2 was still new and OBS Studio did not seem to want to update to anything newer for a while. This led to code being fine-tuned for FFmpeg 4.2, which stops working the moment OBS Studio upgrades FFmpeg. This removes the dependency on FFmpeg 4.2 hopefully, and allows using newer FFmpeg versions - or perhaps even older versions.
    
    Additionally the nonsensical behavior of the Target Quality slider was fixed. It is now from 0 to 51, instead of from 0 to 100, and as such matches FFmpeg exactly.
    Xaymar committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    b9f15ab View commit details
    Browse the repository at this point in the history
  5. project: Version 0.11.1a1

    Xaymar committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    9924564 View commit details
    Browse the repository at this point in the history
  6. locale: New Crowdin updates (#772)

    * New translations en-US.ini (Portuguese, Brazilian)
    
    * New translations en-US.ini (Portuguese, Brazilian)
    
    * New translations en-US.ini (Japanese)
    
    * New translations en-US.ini (Portuguese, Brazilian)
    
    * New translations en-US.ini (Thai)
    
    * New translations en-US.ini (Turkish)
    
    * New translations en-US.ini (Chinese Simplified)
    
    * New translations en-US.ini (Chinese Traditional)
    
    * New translations en-US.ini (Russian)
    
    * New translations en-US.ini (English, United Kingdom)
    
    * New translations en-US.ini (Portuguese)
    
    * New translations en-US.ini (Japanese)
    
    * New translations en-US.ini (Romanian)
    
    * New translations en-US.ini (French)
    
    * New translations en-US.ini (Spanish)
    
    * New translations en-US.ini (Arabic)
    
    * New translations en-US.ini (Czech)
    
    * New translations en-US.ini (German)
    
    * New translations en-US.ini (Finnish)
    
    * New translations en-US.ini (Polish)
    
    * New translations en-US.ini (Hungarian)
    
    * New translations en-US.ini (Italian)
    
    * New translations en-US.ini (Korean)
    
    * New translations en-US.ini (Dutch)
    
    * New translations en-US.ini (Norwegian)
    
    * New translations en-US.ini (Romanian)
    
    * New translations en-US.ini (Hungarian)
    
    * New translations en-US.ini (Hungarian)
    
    * New translations en-US.ini (Romanian)
    
    * New translations en-US.ini (Italian)
    
    * New translations en-US.ini (Russian)
    
    * New translations en-US.ini (Italian)
    
    * New translations en-US.ini (Russian)
    
    * New translations en-US.ini (Russian)
    
    * New translations en-US.ini (Russian)
    Xaymar committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    c485e17 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    847b7f9 View commit details
    Browse the repository at this point in the history
  8. encoders/ffmpeg/nvenc: Improve compatibility with FFmpeg

    Replaces some very specific code with generic support for FFmpeg, which should last us much longer than the old way. Also improves the migration of settings, which wasn't quite working with the previous way.
    Xaymar committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    cbf4d14 View commit details
    Browse the repository at this point in the history
  9. project: Version 0.11.1b1

    Xaymar committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    9df10d3 View commit details
    Browse the repository at this point in the history
  10. encoder/ffmpeg: Remove legacy API usage (#783)

    The build breaks if compiling against a newer version of ffmpeg which does not define the FF_API_NEXT macro and has fully removed the av_codec_next() API.
    pencels authored and Xaymar committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e77cea3 View commit details
    Browse the repository at this point in the history
  11. locale: New Crowdin updates (#778)

    * New translations en-US.ini (Finnish)
    
    * New translations en-US.ini (Finnish)
    
    * New translations en-US.ini (German)
    
    * New translations en-US.ini (Chinese Simplified)
    Xaymar committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    bc0e2a3 View commit details
    Browse the repository at this point in the history
  12. project: Version 0.11.1

    Xaymar committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    0315e02 View commit details
    Browse the repository at this point in the history
Loading