Skip to content

Releases: jp9000/OBS

OBS 0.631b

08 Sep 06:02
Compare
Choose a tag to compare

Changes:

  • Fix a bug where sources that have inverted textures would not display

OBS 0.63b test 3

22 Aug 00:37
Compare
Choose a tag to compare
OBS 0.63b test 3 Pre-release
Pre-release
  • Fix potential crashes with replay buffers (Palana)
  • Add application compatibility manifest to prevent OBS from running on unsupported revisions of windows (R1CH)
  • Disable QSV encoder settings if QSV isn't selected as encoder (Palana)
  • Recording button now has an option to use standard recording, replay buffer, or both at the same time (Palana)
  • Fix potential github gist API issue (R1CH)
  • Add 'import' button to the global sources dialog to allow importing of global sources from other scene files (Glought)

OBS 0.63b test 2

15 Aug 04:58
Compare
Choose a tag to compare
OBS 0.63b test 2 Pre-release
Pre-release

Changes:

  • Add a replay buffer feature that allows you to save video files of the last [x] number of seconds (Palana)
  • Add option in uninstaller to remove all saved settings and plugins (R1CH)
  • Remove justin.tv references (R1CH)
  • Fix potential crash with D3D8 capture (R1CH)
  • Improve game capture hooking (R1CH)
  • Preserve game capture target even if it isn't running (R1CH)
  • Fix a crash in audio settings if no devices are present (R1CH)
  • Fix a crash if removing global sources with no scenes (R1CH)
  • Fix issues with some unicode characters not displaying correctly (Jim)
  • Streamline hotkey handling by adding a dedicated hotkey panel in settings (Palana)
  • Make a number of improvements to quicksync encoder (Palana)
  • Fix bug where the log menu wouldn't display things correctly (Palana)
  • Fix other various random minor bugs and potential issues (R1CH)
  • Check for XInput support in the installer (R1CH)
  • Remove help file, replace with online help which is more up-to-date (jack0r)
  • Move "show log window" to help menu (jack0r)
  • Fix keyboard tab order of all controls in the properties/settings windows (jack0r)

OBS 0.63b test 1

02 Aug 10:51
Compare
Choose a tag to compare
OBS 0.63b test 1 Pre-release
Pre-release
  • Added DirectX 8 and DirectDraw capture to game capture (bl00drav3n)
  • Added scene collections feature (ability to change between different sets of scenes, accessible via the 'scene collection' menu) (Glought)
  • Made it so game capture hotkey will remember as well as save the window it was last assigned to capture to, and always attempt to re-hook it again (Jim)
  • Updated x264 to fix a crash that was occurring due to its version (R1CH)
  • Fixed some freezes that could happen when stopping stream (R1CH)
  • Fix issue where game capture would stop capturing certain games such as league of legends after the game goes back to lobby (Jim)
  • Remember 1:1 preview state on restart (Jim)
  • Fix issues with BF4 and borderless windowed mode (Jim)

OBS 0.625b

19 Jun 19:51
Compare
Choose a tag to compare
  • Fix game capture performance issue for D3D9 games on latest windows 8.1 versions (jim)
  • Show warning if comodo antivirus is blocking the network connection for whatever reason (r1ch)
  • Update x264 version (btbn)
  • Update nvenc (btbn)
  • Again attempt to fix the bug where QSV/nvenc could sometimes cause streaming to sort of bug out (jim)
  • Updated server lists
  • Update localization files for different languages (slipped by me last time)

OBS 0.624b

21 May 14:27
Compare
Choose a tag to compare

Hotfix for streams not loading

OBS 0.623b

21 May 10:37
Compare
Choose a tag to compare
  • Show an error if game capture is blocked by an outside source (r1ch)
  • Warn users if they installed plugins of the wrong architecture (r1ch)
  • Fix NVenc with the latest nvidia drivers and beta drivers (btbn)
  • Make a few minor improvements to quicksync (palana)
  • Changed to new volume icons (homeworld)
  • Fix potential audio/video sync issues that would happen with hardware encoders (jim)
  • Add 'set base resolution' back to window capture by popular request (jim)
  • Save the hidden unmuted volume values if exiting the program while volume was muted (jim)
  • Fix game capture performance issues with the latest windows 8.1 update that was causing many games to lag (jim)

OBS 0.622b

25 Apr 18:50
Compare
Choose a tag to compare
  • Reverted some game capture code that caused it to stop working for many people

OBS 0.621b

24 Apr 04:54
Compare
Choose a tag to compare
  • Fixed a potential anti-virus false-positive with game capture that was happening with 0.62b
  • Clarified some text about the anti-cheat option (basically, don't use it unless the game has anti-cheat protection because otherwise it can flag a false-positive as well, which is INCREDIBLY annoying)
  • Made it so you cannot assign left/right mouse buttons as hotkeys (listen, I know that some people are going to disagree with this, but it's causing some serious problems for new users. They accidentally click the mouse in the box and then don't realize they set a hotkey to their mouse button, and then say "why is this action occurring every time I click my mouse?" ..Please, find a different key/button to use or put it in the ini file manually)

OBS 0.62b

23 Apr 18:26
Compare
Choose a tag to compare
  • Use safer hooks so that using other hook programs doesn't cause the target game crash with game capture (vulture)
  • Add optional 'safe' game capture hooks for anti-cheat compatibility (Jim)
  • Implement an 'optimize' button in publish settings (Palana)
  • Fix a lot of bugs (Palana & R1CH)
  • Fix invalid log generation (Palana)
  • Fix audio mute threshold (R1CH)
  • Fix 'defaults' button behavior in advanced (paibox)
  • Fix mono audio (Jim)
  • Add a fast experimental windows 7 monitor capture method in game capture (homeworld)
  • Added some more important logging info, especially things like logging what game capture is trying to hook to, and logging audio sync offsets (Jim)
  • Renamed 'audio time offset' to 'audio sync offset' so users actually know specifically what it is (Jim)
  • Fix an issue with game capture where the mouse cursor wouldn't always show up after updating its settings (Homeworld)
  • Reduce the minimum allowable reconnect timeout to 0 (Jim)
  • Remove 'use input devices for desktop audio' and make it so it can only be used via ini file. If you need to use it, then enable it in your profile ini file in %appdata%\obs\profiles, under [Audio], InputDevicesForDesktopSound=1 -- we are not going to provide an option in the UI for this because people kept enabling it without know what they were doing.