81 Commits

Author SHA1 Message Date
HomeWorld
22e1d85b9a Changed settings list separator color to something else that shouldn't be black 2013-05-09 00:57:27 +03:00
HomeWorld
ad0729c1fb Have setting list separator only on pixel height 2013-05-09 00:44:15 +03:00
HomeWorld
f847c23349 Fixed an issue where scene items text wouldn't be visible on certain visual themes. Changed separator color to COLOR_GRAYTEXT (text color for disabled items) 2013-05-08 16:37:33 +03:00
HomeWorld
8090a2fb00 Removed old settings list 'separator' code and have the separator drawn instead of being an item. 2013-05-08 15:08:52 +03:00
Eric
4b5aa335aa Remove some debug code and make sure we don't jump past the end when there are no plugin settings panes. 2013-04-18 18:13:03 +02:00
jp9000
d529506a1e deleted some whitespace and added simplified chinese locale 2013-04-18 08:07:33 -07:00
jp9000
823c596abd Merge remote-tracking branch 'origin/master' 2013-04-18 08:02:56 -07:00
jp9000
dd9bd2f75c Added the ability for settings panes to have a "defaults" button, added the button to the "Advanced" section 2013-04-18 08:00:34 -07:00
Eric
6814ceeae5 Keep focus on the settings list when loading new settings panes. 2013-04-18 12:52:02 +02:00
Eric
9efedb714d Add a separator between the builtin settings panes and the plugin settings panes. 2013-04-18 11:19:05 +02:00
Eric
9824c2e8e9 App->CancelSettings() should be called when clicking no, not when clicking cancel after switching settings pages with unapplied changes. 2013-04-14 17:46:55 +02:00
Lucas Murray
6b9b671a3d Use SettingsPane for the noise gate settings; Remove HINSTANCE from
the SettingsPane API as it's not needed
2013-03-16 20:01:19 +08:00
Lucas Murray
b2a1b533c3 Added a SetChangedSettings() method to SettingsPane 2013-03-16 18:34:40 +08:00
Lucas Murray
1a62251b66 Ported advanced settings to SettingsPane 2013-03-16 18:17:36 +08:00
Lucas Murray
2577e34f7d Ported audio settings to SettingsPane 2013-03-16 18:05:44 +08:00
Lucas Murray
439f55ae39 Ported video settings to SettingsPane 2013-03-16 17:30:29 +08:00
Lucas Murray
c153a3656a Ported broadcast settings to SettingsPane 2013-03-16 17:13:30 +08:00
Lucas Murray
c2d232843a Ported encoding settings to SettingsPane 2013-03-16 16:53:30 +08:00
Lucas Murray
980f4104c2 Created a SettingsPane class and ported the general settings screen to
use it
2013-03-16 15:30:24 +08:00
jp9000
0d1157ff4e reverted triple buffering code that was causing crashes 2013-03-08 23:29:43 -07:00
jp9000
4557078698 fix to the multi PTT hotkey code 2013-03-05 16:27:37 -07:00
paibox
e02acf1532 Added a second push to talk hotkey 2013-03-05 23:05:34 +01:00
jp9000
07d2e2bdd8 Fixed a bug in advanced that always set the global audio time offset to 50ms when the advanced page was used. just disabled global audio time offset for the time being 2013-02-26 16:27:03 -07:00
jp9000
911a209ed6 fixed a fairly critical bug that caused I444 to be used due to 1.) visual studio saving old control IDs, and 2.) me forgetting/neglecting to remove code for old control IDs 2013-02-26 03:35:45 -07:00
jp9000
75c83e83bc Added an option to force mic to use the QPC timestamps (or alternatively use desktop time if disabled)
Fixed a potential minor issue with directshow devices choosing a less-than-optimal output format
2013-02-25 16:58:06 -07:00
jp9000
2fe05b123b added "desktop audio boost" option 2013-02-25 03:11:32 -07:00
jp9000
3be930e719 added compatibility mode for software capture
added triple buffering option to advanced settings (potentially as an optimization for some cards)
added scene buffering time option to advanced settings (mainly for sound devices)
moved "Use CBR" to encoding section, made buffer size automatically default to the same as bitrate unless "Use Custom Buffer Size" is checked
2013-02-24 07:51:01 -07:00
jp9000
c78f7161a5 moved gamma stuff to software capture and game capture 2013-02-16 02:51:24 -07:00
jp9000
8f8948307f Added a gamma option 2013-02-15 18:21:13 -07:00
jp9000
99c8112e45 fixed more potential holes in the status bar update thing
fixed slight miscalculation of lost frames in the log file
fixed issue where frames would still preprocess and such even if disabled
2013-02-10 15:49:49 -07:00
jp9000
d57785dbc6 fixed version stuff
made it so new items insert front-most instead of back-most
2013-02-05 02:06:08 -07:00
Richard Stanway
4f162f17be Fix index errors on publish service selection due to new ID lookup 2013-02-04 00:20:34 -05:00
jp9000
91e900a6cc Added a profile menu for quickly switching between profiles
Added a button in software capture to set the base stream output size to the target size
2013-02-02 04:52:45 -07:00
Richard Stanway
0ad353685f Alternative low latency mode and associated settings 2013-01-30 23:04:44 -05:00
jp9000
4a7dc0154c fixed some major issues with frame timing
fixed cfr sync issue
fixed some major sync issues that may have been present in major version
fixed a bug with audio output timing
made mic data output more accurately as long as the qpc timestamp checks out
2013-01-30 04:43:40 -07:00
jp9000
ab4daa4a6e added an option to change global audio time
made a slight adjustment to the way the webroot message works
2013-01-27 23:30:14 -07:00
jp9000
deaa09f318 fix for devices that can choose a lower priority output type
also, a little audio tweak
2013-01-25 16:57:45 -07:00
jp9000
e2ea43ca93 merging develepment branch. don't kill me! 2013-01-24 20:30:22 -07:00
jp9000
31a7fe5957 Fixed some bugs
Made is so you can adjust mic/device audio time while streaming
updated installer script
updated some locale
got rid of audio time calculation completely
2013-01-02 21:29:26 -07:00
jp9000
645f9c49ef added capture card audio fully
added mic/capture card audio time offset controls
fixed a memory leak with gifs
don't show fonts that GDI+ can't render
2013-01-02 01:14:30 -07:00
Richard Stanway
5c770af951 Merge remote-tracking branch 'origin/master' 2012-12-17 09:39:36 -05:00
Richard Stanway
575fe248b5 Add OS version to OBSApi, avoid redundant calls to GetVersionEx 2012-12-17 09:39:25 -05:00
jp9000
544975b4e7 added sizing/aspect ignore/positioning to graphics capture, added mouse to win8 capture, fixed push-to-talk volume, added push-to-talk delay 2012-12-16 22:27:41 -07:00
jp9000
c376aeab2b fix for stream death 2012-12-15 03:40:51 -07:00
jp9000
b9d79f4c3f tons of fixes related to audio and crashes, argh. also win8 capture 2012-12-14 04:13:38 -07:00
jp9000
74851f4d1d final little bugfixes before 0.455 2012-12-13 12:01:41 -07:00
jp9000
1f0152ad91 fixed transcoding issues, fixed issues that could occur with bad mics/devices, logging more data, fixed bugs related to scene changing 2012-12-12 19:48:44 -07:00
Richard Stanway
b06488b20c Bind to network interface option 2012-12-06 22:18:03 -05:00
jp9000
6ebf3633d9 tons of bug fixes, added send buffer again, fixed japanese localization, added outline 2012-12-05 19:43:44 -07:00
jp9000
286704a176 another CTS/DTS fix, fixed network issues, removed send buffer, fixed some graphics capture crashes, fixed win 8 sleep problems 2012-12-04 03:17:34 -07:00