Commit Graph

2747 Commits (master)

Author SHA1 Message Date
jp9000 1d1bbea385 Update to version 0.64b 2015-01-08 20:59:58 -08:00
jp9000 947bf51d66 Fix bug where publish warnings wouldn't display
The ID for the services configs are mostly for backward compatibility
due to design flaws with the config files where the config files would
use indexes rather than using actual name values.  They aren't actually
equal to the indexes of the list box.
2015-01-08 20:58:08 -08:00
jp9000 77391b9797 Disable CBR checkbox if NVenc in use
NVenc doesn't currently seem to support CBR properly, so I'm temporarily
disabling the option to even use it until we can figure out a way around
the problem (just putting in the padding ourselves perhaps?)
2015-01-08 20:51:19 -08:00
jp9000 f1e2ea51c8 Change min. slide show transition time to 1 sec
I could have sworn I set this to 1 second before, it's dumb to have
arbitrary limitations on things
2015-01-08 20:38:46 -08:00
HomeWorld a04fe9b76d Small fix for Start/Stop streaming button label when previewing 2014-12-30 18:31:06 +02:00
jackun 3a5f10d919 When deleting a profile open next profile's ini. 2014-12-30 15:31:00 +02:00
Andrew Story c054777d66 Allow plugins to toggle the default transition via the API 2014-12-16 14:06:01 -08:00
Richard Stanway 473ca5ee31 Check for valid DXGI adapter index 2014-12-13 03:42:36 +01:00
jp9000 fa9a3f990b Removed an author at the request of that author 2014-11-29 10:33:59 -08:00
jp9000 f5c2dc094a Use D3D11 for intermediary game capture contexts
This should hopefully prevent issues with those intel integrated laptops
2014-11-19 15:48:36 -08:00
jp9000 fb3188a7cd Update OBS to D3D11
This should fix the issues that have been happening with those intel
integrated laptops.
2014-11-19 15:48:12 -08:00
jp9000 1cdd85e1b0 Update to version 0.638b 2014-11-19 10:52:39 -08:00
jp9000 6ce44f17f2 Fix auto-generated resource data
This resource data is automatically generated, and unless it's changed
on the remote repository, everyone else will have this resource data
changed every time they recompile.
2014-11-19 10:52:39 -08:00
jp9000 86fbfe3f2b Remove unnecessary loop
This loop was added years ago back when I was just learning and didn't
quite understand how x264 operated.
2014-11-19 10:52:39 -08:00
jp9000 92318d5af9 Fix D3D9 hook patches for windows 8.1
This also changes the way that the patches are used as well in the code,
instead of relying on constant patch sizes, now allows for variable
patch sizes instead
2014-11-19 10:50:41 -08:00
Jim b73c3949c2 Merge pull request #395 from dodgepong/latest-crowdin-translations
Add latest translations/authors from CrowdIn
2014-11-19 03:20:08 -08:00
dodgepong 1256b3ec6a Add latest translations/authors from CrowdIn 2014-11-19 01:25:56 -05:00
Jim b68c6f4228 Merge pull request #394 from alex8b/alphablend
Added alpha blending
2014-11-15 02:18:36 -08:00
Mattias Gustavsson (mgn) 8ff0b213d1 add alpha blending to game capture 2014-11-14 14:40:08 +01:00
palana 567edbf4ea Fix monitor capture not updating coordinates when switching monitor
Updating was broken since 0ef092a33a
2014-10-26 03:43:05 +01:00
Gol-D-Ace b347aaf8e8 Merge pull request #389 from CommanderRoot/master
Removed live-ord.twitch.tv from the ingest list
2014-10-23 18:04:08 +02:00
CommanderRoot 87e1347c88 Removed live-ord.twitch.tv from the ingest list
Chicago is out of commission as posted in the blogpost here: http://blog.twitch.tv/2014/09/service-update-chicago-point-of-presence-closure/
Also the dns entry for live-ord.twitch.tv got removed and therefor people trying to use it will get an error.
2014-10-23 17:40:13 +02:00
Glought ffe212bdee Implement Profiles in menu only
I have implemented the same menu as scene collections

- New
- Duplicate
- Rename
- Remove
- Import
- Export
2014-10-16 03:29:33 -07:00
hohoho 658800ee2e Added scene collections API calls 2014-10-16 00:56:00 -07:00
Jim e0fce5bc27 Merge pull request #385 from hwdro/master
Use a separate texture when scene transitioning.
2014-10-10 16:56:13 -07:00
palana f92571644a Add Uplay overlay compatibility mode for hotkeys
This disables using shift as modifier and F2 as hotkey, because
the Uplay overlay relies on legacy behavior for GetAsyncKeyState:

"Although the least significant bit of the return value indicates
whether the key has been pressed since the last query, due to the
pre-emptive multitasking nature of Windows, another application can
call GetAsyncKeyState and receive the "recently pressed" bit instead
of your application. The behavior of the least significant bit of
the return value is retained strictly for compatibility with 16-bit
Windows applications (which are non-preemptive) and should not be
relied upon."
2014-10-10 21:53:19 +02:00
palana d7897797f2 Move hotkey config query out of loop 2014-10-10 21:43:29 +02:00
palana edf53af32f Fix Advanced -> Custom Quick Sync Encoder Settings not enabling buttons 2014-10-10 20:39:10 +02:00
palana bc0cc9cb54 Move audio/video headers and SEI packet to BufferedDataPacket 2014-10-10 18:30:58 +02:00
palana af8df3d251 Add BufferedDataPacket helper 2014-10-10 18:16:50 +02:00
jp9000 45b732a2f6 Update to 0.637 2014-10-04 12:28:04 -07:00
HomeWorld 872ed6f931 Use a separate texture when scene transitioning.
Get rid of 1+ DrawSprite call(s) during scene transition.
2014-10-04 01:09:59 +03:00
Gol-D-Ace a86c72364f Update localization strings from crowdin 2014-10-03 23:50:43 +02:00
Gol-D-Ace 571719f052 Update AUTHORS file (translators) 2014-10-03 23:49:34 +02:00
palana bebaf1bf78 Ensure InitEncoderData is called before DelayedPublisher connects
This seems to fix crashes in various subsystems that were introduced
in e7804fcef0 when using a publish delay
2014-10-03 23:02:00 +02:00
palana c4a77ace4d Make pending streams not call OSTerminateThread on early exit 2014-10-03 21:15:39 +02:00
palana 9c10e0f94d Fix crash when calling OSTerminateThread after OBS::~OBS 2014-10-03 20:50:39 +02:00
jp9000 73e46ecffb Update to 0.636b 2014-10-03 01:51:20 -07:00
jp9000 07537497aa DShowPlugin: Choose closest elgato res 2014-10-03 00:26:10 -07:00
John R. Bradley 0ef092a33a Fix clobbering of monitor capture subregion values 2014-09-29 11:33:42 -05:00
jp9000 c5e98b917f Allow for new test build auto-updating (0.636)
Woops, disabled auto-updating, and we should now have access to
auto-updating with test builds.  Also this is 0.636.
2014-09-27 18:22:37 -07:00
jp9000 90998f582e Update to 0.637 (test build) 2014-09-27 18:13:04 -07:00
jp9000 7d865990da Update gitignore 2014-09-27 18:11:14 -07:00
palana aec9599704 Don't display Connection.Disconnected for forced PostStopMessage 2014-09-27 19:32:49 +02:00
palana 7100ba89fa Saturate QSV bitrate even for custom parameters
Fixes QSV not initializing with very high bitrates when custom
parameters are used
2014-09-27 19:26:45 +02:00
palana 89b560b82d Add note in Encoding Settings if on Vista with QSV compatible hardware 2014-09-25 17:51:28 +02:00
palana a976a2cbec Disable QSV on Vista 2014-09-25 02:28:08 +02:00
palana c497f712de Add ClosableStream support to network streams 2014-09-24 15:20:28 +02:00
palana 70b4322229 Add ClosableStream support to file recording 2014-09-24 15:20:28 +02:00
palana 25c1a1130c Add ClosableStream support to ReplayBuffer 2014-09-24 15:20:27 +02:00