49 Commits

Author SHA1 Message Date
jp9000
5bd39f407e made yet -another- god forsaken workaround for elgato filter crashes. 2013-04-10 21:18:59 -07:00
jp9000
ee36e0a63a fixed a crash in the dshow settings dialog 2013-04-06 02:12:17 -07:00
jp9000
a7a49d2c0c Directshow: Added a "buffering" option, now properly sorts data packets, made it so crossbar is available only if the current device shows it, and made some improvements to the audio devices combobox and moved it to the audio group 2013-04-05 16:54:07 -07:00
Richard Stanway
b7f4bbb71b Fix incorrect function name in log message 2013-04-01 20:14:20 -04:00
jp9000
abfef72d85 0.48.007 - removed circular list usage until I can verify it's 100% safe to use, removed a potential memory leak from directshow sources, other minor checks and tweaks 2013-03-31 05:47:11 -07:00
jp9000
1467fa6c04 Made devices that don't fill out VIDEOINFOHEADER properly for resolution to use the BITMAPINFOHEADER instead 2013-03-30 13:46:27 -07:00
jp9000
ba6b231942 tweaked how much you can offset device audio by 2013-03-27 07:05:13 -07:00
jp9000
2637472aab Added a "video delay" feature to directshow plugin, and fixed up the sample grabber code to copy the sample data rather than use IMediaSample objects 2013-03-25 21:33:55 -07:00
paibox
dbecafc553 Fix for when the audio input devices fail to enumerate or no devices are found in the DirectShow plugin. 2013-03-24 16:58:27 +01:00
paibox
eb1fa2f5ed Check if there are actually crossbars available, disable functionality if there are none. 2013-03-24 09:17:10 +01:00
jp9000
80055dd78a fixed a bug in directshow, and some positioning changes 2013-03-22 20:19:49 -07:00
paibox
c07ca6f541 Added point filtering option to DirectShow plugin, for non-blurry upscaling of low resolution VGA and other RGB capture sources. 2013-03-19 06:01:26 +01:00
paibox
35f7fc110a Fixed small oversight with the Refresh button code. (There was no entry for IDC_CROSSBARLIST in the wndproc, which caused it to fail in terrifying ways.) 2013-03-16 19:22:40 +01:00
jp9000
46f33bcdbf more fixes to the new device code, and some undos of my earlier code 2013-03-16 01:06:03 -07:00
paibox
222c1b3f9a Forgot to commit my last few config dialog fixes, apparently. Oops. 2013-03-16 00:49:35 +01:00
paibox
2b81b1e2ea Because leaving in debug message boxes is cool. 2013-03-13 21:14:53 +01:00
paibox
296fb45d59 Some minor fixes to the configuration dialog 2013-03-13 20:33:39 +01:00
paibox
bd4fb246dc Major enhancement of audio properties for the DirectShow plugin.
I've spent quite a few hours testing this with different setups, but there's only so much I can do on my own, especially since my USB capture card has died completely.
Crossbar access has also been added in a way similar to the video and audio device lists, because I could not for the life of me figure out how to reliably automatically pair up crossbars with devices.
2013-03-12 18:16:40 +01:00
jp9000
6b1bff7abc Added some checks for audio pin availability
Modified some locale stuff
2013-02-22 08:15:43 -07:00
jp9000
672333fa6a Added volume bar to directshow source,
moved the volume controls to OBSApi,
made some minor tweaks to mic audio
2013-02-21 01:42:35 -07: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
9dca975317 fixed potenital bug with devices where it could query a dumb videoinfo2 2013-01-26 23:20:41 -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
jp9000
efe771565f capture card audio stuff, audio system adjustments, audio thread adjustments 2012-12-25 09:34:07 -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
61dbfbfabe fixed sync problems in general, updated audio system, fixed some more bugs 2012-12-11 22:22:51 -07:00
jim
0ae4377fcc made RTMP use SO_SNDBUF with 2*bitrate, made cursor capture properly in game capture, and fixed some other bugs 2012-11-23 14:34:45 -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
Richard Stanway
57b1e1a946 UI fix with custom resolutions 2012-11-12 22:05:20 -05:00
jim
d7c413cd58 some directshow bugfixes and issue fixes, as well as fixing chroma key properly 2012-11-01 10:52:16 -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
jim
75db90544f updated graphics capture code, other random tweaks 2012-10-20 22:42:35 -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
30efe88459 0.411a hotfix and updated russian translation 2012-10-03 16:03:19 -07:00
jim
dc0c272100 0.41a 2012-10-02 19:09:18 -07:00
jim
eed3eab722 finished slide show source/etc 2012-10-02 15:45:58 -07:00
jim
8943a7331d dshow fixes (again), transition source, other random things 2012-10-02 14:06:47 -07:00
jim
a623c310b1 setscene multithread fix, fit to screen, publish bug, dshow bugs 2012-09-30 12:51:24 -07:00
Richard Stanway
75dadb246a Fix directshow device enumeration combobox duplicate check 2012-09-30 01:55:45 -04:00
Richard Stanway
7f8aea73e3 Crash fix for capture drivers that report zero resolution granularity. 2012-09-17 21:37:43 -04:00
jim
ac224ac6a5 0.35a 2012-09-10 01:04:20 -07:00
jim
70ebe174f6 0.34a 2012-09-08 19:01:46 -07:00
jp9000
5b9e3b9dcb Initial commit 2012-08-30 21:54:15 -07:00