66 Commits

Author SHA1 Message Date
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
jp9000
efe771565f capture card audio stuff, audio system adjustments, audio thread adjustments 2012-12-25 09:34:07 -07: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
jim
ff1517e99d adjusted settings dialog size, fixed cts problem, added cbr option, made some other tweaks 2012-11-30 14:16:16 -07:00
jim
b6c6a5ab79 tweaked framedrop code again 2012-11-28 13:29:52 -07:00
Richard Stanway
8919f6c3ca Add advanced option to set process priority 2012-11-26 23:50:13 -05:00
jim
cb2a91d3be added CTS padding, fixed graphics capture memory leak, fixed graphics capture crash 2012-11-25 00:44:06 -07:00
jim
7e10a6cad2 added more info to crash handler, fixed some bugs, adjusted rtmp code, removed unnecessary traces 2012-11-22 06:50:22 -07:00
jim
e02464b9f7 testing framedrop code, animated gifs, more features, more fixes, translations, etc 2012-11-19 02:16:37 -07:00
jim
ee2d7fe16b graphics capture plugin update 2012-11-08 21:56:18 -07:00
Richard Stanway
df2a6d4484 Incompatible hook module detection / warning. 2012-11-07 18:27:01 -05:00
jim
8021e7c49b 0.432a 2012-11-02 00:09:06 -07:00
jim
0cfae6cf51 0.43a 2012-10-28 17:36:11 -07:00
jim
a5f8b3b901 fixed threading, optimized some more things, some other adjustments 2012-10-26 18:06:49 -07:00
jim
42c6b401e2 threading, optimizations, api additions, directshow features 2012-10-24 23:58:42 -07:00
Richard Stanway
c108d1d506 Fix crash when desktop audio is muted with no mic 2012-10-23 01:01:47 -04:00
jim
75db90544f updated graphics capture code, other random tweaks 2012-10-20 22:42:35 -07:00
jim
2a9e4490f4 0.421a minor tweak again 2012-10-11 22:53:26 -07:00
jim
931736feaa fixed a thread lock issue, and hopefully fixed a bug with the window capture 2012-10-11 22:07:29 -07:00
jim
e9ef18f40e 0.421a 2012-10-11 20:56:02 -07:00
Richard Stanway
cc8c295649 Move status bar update outside scene mutex to avoid deadlocks 2012-10-11 19:43:02 -04:00
jim
d1536097a8 0.42a 2012-10-10 22:13:08 -07:00
jim
4699c61e0e 0.414 - finally truly fixed sync issues thank god - also tons of other stuff 2012-10-08 01:42:59 -07:00
jim
d819ae7f72 a few bugfixes, plus fixed latency issues with send buffer code 2012-10-06 20:49:06 -07:00
jim
745889f71f fixed ustream/livestream problems, tweaked thread code for the capture thread to help ensure sync, and updated the rtmp library 2012-10-05 22:19:45 -07:00
jim
bcf5e3f702 fixed device format priority, added more supported device formats, added an option to force mono on mics, tweaked d3d code 2012-10-05 17:22:56 -07:00
jim
e544bbe758 flv fix, garbled output fix, tiny encoder adjustment, gpu compatibility fix, other dshow fixes 2012-10-04 17:38:26 -07:00
jim
dc0c272100 0.41a 2012-10-02 19:09:18 -07:00
jim
8943a7331d dshow fixes (again), transition source, other random things 2012-10-02 14:06:47 -07:00
jim
9271b73d93 updated hotkey code, settings tweaks, added hotkey for stopping stream, and got rid of the text message in software capture 2012-09-30 23:14:13 -07:00
jim
a623c310b1 setscene multithread fix, fit to screen, publish bug, dshow bugs 2012-09-30 12:51:24 -07:00