94 Commits

Author SHA1 Message Date
Richard Stanway
ae13104962 Log plugin load failures 2013-02-04 03:37:40 -05:00
Richard Stanway
be1e41bb3b Protect classes with mutex during startup/shutdown to fix race condition 2013-02-04 00:39:45 -05:00
jp9000
814d9564c8 fixed dashboard button bug where it wouldn't display on startup 2013-02-03 14:14:42 -07:00
Richard Stanway
b0bfed325f Update secureanywhere advice since exceptions don't work 2013-02-02 18:29:41 -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
William Hamilton
6f38e48239 Cleaned up API additions to not break backward compatibility with older plugins. 2013-02-01 22:51:09 -06:00
William Hamilton
55b067c3f9 API trigger additions, added reporting and listeners, some new api calls such as set source order and render, and some other small api fixes. 2013-02-01 21:51:49 -06: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
HomeWorld
21e888a797 Small code cleanup since we took care of child controls flickering long time ago (obs main window WS_CLIPCHILDREN) 2013-01-27 12:32:52 +02:00
jp9000
507bc1cc4e one missing include 2013-01-24 22:23:01 -07:00
jp9000
f07a55caad Moving stuff around, this might be extremely painful 2013-01-24 20:31:34 -07:00
jp9000
e2ea43ca93 merging develepment branch. don't kill me! 2013-01-24 20:30:22 -07:00
HomeWorld
5962b8fe89 Make sure sources listview column widths are as expected after obs window is shown 2013-01-21 07:44:36 +02:00
William Hamilton
d0f594a429 Fix sources horizontal scroll bar flicker on set scene. 2013-01-16 03:13:47 -06:00
William Hamilton
ce0320e2ad listview fix so that columns autosize correctly 2013-01-12 14:58:43 -06:00
William Hamilton
1f8d829d2d full row select fix for sources listview 2013-01-11 00:49:33 -06:00
William Hamilton
7fe14fae15 Changed sources' listview style to keep sources in single column. 2013-01-09 01:09:20 -06:00
William Hamilton
4874bd12ad Merge branch 'master' of https://github.com/jp9000/OBS 2013-01-08 02:32:18 -06:00
William Hamilton
43ffabfd5b Added checkboxes to sources list to toggle rendering in the scene.
Required extensive changes add the listbox had to be converted to a listview, which uses a very different messaging scheme. Some other minor fixes having to do with the sources list....
2013-01-08 02:22:20 -06:00
Richard Stanway
9c0627563b Don't bother checking filename if save to file is disabled 2013-01-07 02:53:48 -05:00
jp9000
320c06e773 Added goodgame.ru back to services.xconfig 2013-01-04 14:56:23 -07:00
Richard Stanway
81511fafd1 Crash fix when failing to initialize mic 2013-01-03 11:19:40 -05: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
1686cdc9b8 Merge branch 'master' into updater 2012-12-30 18:10:14 -05:00
Richard Stanway
bd91519f00 Allow updater to be disabled in debug / test builds, fix escaping in XConfig parser 2012-12-30 17:24:22 -05:00
jp9000
ab859da2aa fixed some mic sync issues
fixed some potential desktop sync issues
fixed some bad names
fixed more json issues
fixed mp4 file syncing
2012-12-30 14:30:08 -07:00
Richard Stanway
d6068efcc2 Merge remote-tracking branch 'origin/master' into updater 2012-12-27 19:43:10 -05:00
jp9000
efe771565f capture card audio stuff, audio system adjustments, audio thread adjustments 2012-12-25 09:34:07 -07:00
Richard Stanway
ac052a2db2 First stage of the auto updater 2012-12-23 23:12:04 -05:00
William Hamilton
e389321dd2 Updated volume meter to show both max and rms with green gradient. 2012-12-19 11:50:59 -06: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
307903f372 fixed a crash with audio levels, added the ability to crop win8 capture 2012-12-16 13:32:04 -07:00
jp9000
2573310d75 made volume controls linear again, updated win8 monitor capture 2012-12-15 16:53:33 -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
ecd7c37fcf Add check for incompatible code patches 2012-12-12 06:36:07 -05:00
jp9000
2ae899fe79 remerging the new meter code, sorry! 2012-12-11 22:54:36 -07:00
jp9000
61dbfbfabe fixed sync problems in general, updated audio system, fixed some more bugs 2012-12-11 22:22:51 -07:00
William Hamilton
6bfafca7de Updated volume meter: added logarithmic scale, 6dB graduations, more frequent updates, and level maximum indicator
Fixed sse code to compute correct sum of squares and maximums.
2012-12-10 23:35:40 -06:00
Richard Stanway
66d7b28896 Volume meter improvements 2012-12-10 07:34:07 -05:00
William Hamilton
b92250db8d Replaced tabs with 4 spaces 2012-12-10 03:19:49 -06:00
William Hamilton
6db08ff8ed Added volume meter. Meter uses red/yellow/green scheme.
Also rescaled volume control to logarithmic scale as per http://www.dr-lex.be/info-stuff/volumecontrols.html
2012-12-10 00:50:49 -06:00
jp9000
0784e6b637 fixed crashes, added dxgi1.2 stuff 2012-12-05 21:48:21 -07: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