Commit Graph

102 Commits (5054bea8fbe706df6d8de45a4135686f90aa1b2e)

Author SHA1 Message Date
jp9000 b3c30f9c3e Added an option to disable preview encoding 2013-05-21 02:58:02 -07:00
palana 46c03b946f Implemented QSV encoder
Added libmfx (opensource part of Intel Media SDK dispatcher and headers)
2013-05-10 01:57:46 +02: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
jp9000 85c419f5ea 0.52b - updated version numbers 2013-05-07 19:38:14 -07:00
jp9000 17d25d30ba made it so the process priority selection uses the translated text rather than english values 2013-04-21 16:17:36 -07:00
jp9000 4664b8d266 0.48.018 - updated french translation 2013-04-21 11:39:36 -07:00
jp9000 59682b45d6 also increased the size of the control for the sync audio to video time so the text doesn't cut off 2013-04-20 23:19:14 -07:00
jp9000 97e29d43fb made it so that a selected global source properly resizes when you reconfigure 2013-04-19 12:32:58 -07:00
jp9000 fccdc638aa Split up software capture into window and monitor capture. Put warnings on monitor capture for vista/7 and when aero is on 2013-04-19 10:50:16 -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 9efedb714d Add a separator between the builtin settings panes and the plugin settings panes. 2013-04-18 11:19:05 +02:00
Eric b51c39381d Changed move to edge hotkeys to Ctrl + Alt + arrows. 2013-04-13 00:45:46 +02:00
Eric 1ffefdebf9 Add hotkeys for all new alignment options. 2013-04-13 00:00:07 +02:00
jp9000 5f417936d3 Added "Video adapter" selection option to video settings 2013-04-10 21:18:00 -07:00
jp9000 710ea5fd87 realigned some controls 2013-04-05 16:54:25 -07:00
jp9000 d001f62df0 Removed lower quality audio resampling 2013-04-02 23:00:09 -07:00
jp9000 13f60be92e 0.48.005 - Also fixed some locale issues 2013-03-30 13:47:24 -07:00
HomeWorld ba614f69fe Fixed a small screw up introduced by #140 (wrong tab order) 2013-03-26 13:08:53 +02:00
Jim 11d93fa48b Merge pull request #144 from foxx1337/trayicon
Added Notification Area Icon and minimize to Notification Area
2013-03-21 03:19:08 -07:00
jp9000 3fc6a56820 Merge remote-tracking branch 'origin/master' 2013-03-20 17:10:38 -07:00
jp9000 3cd334b61e Added bicubic and lanczos downscale shaders, optimized existing bilinear downscale shaders 2013-03-20 17:10:05 -07:00
foxx1337 058537cdfa Added support for systray (Windows Notification Area) icon. Modified the default OBS icon (added a red dot) to signal running state (broadcasting, previewing, etc). Added two General Settings options for displaying the Notification Area icon and minimizing to it. 2013-03-20 04:32:45 +01:00
paibox ee68ba6924 Added point filtering option to the software capture source as well, useful for up/downscaling of emulators and other low resolution fixed pixel 2D stuff. 2013-03-19 12:02:44 +01:00
Lucas Murray 258b7045f5 Added a fullscreen mode 2013-03-18 21:49:25 +08:00
HomeWorld a9ae0665cc Fixed tab ordering in settings dlgs 2013-03-17 16:58:33 +02:00
paibox 3198d9dcf9 Added color key functionality to the Image source 2013-03-12 06:09:22 +01:00
jp9000 0d1157ff4e reverted triple buffering code that was causing crashes 2013-03-08 23:29:43 -07:00
jp9000 6054b2588d made a slight locale change 2013-03-07 12:30:57 -07:00
Lucas Murray e9b74b9fb1 Merge branch 'envproj' 2013-03-06 10:37:30 +08:00
paibox e02acf1532 Added a second push to talk hotkey 2013-03-05 23:05:34 +01:00
Lucas Murray 5894e62746 Use environment variables for include directories; Don't rely on MFC
being present
2013-03-05 18:39:26 +08:00
jp9000 490c79a404 manual merge of pull request for issue #126 by lmurry (also known as.. sunforest. ...)
fixed a bug with audio sources
added ability to change outline opacity independently of outline
a minor fix to renaming sources/scenes
2013-03-04 10:03:09 -07:00
HomeWorld 9445b0702a Implemented #50 (slideshow disable fading | randomize) 2013-02-28 14:33:07 +02: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 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 45f66a8be3 Made is so that scenes are automatically saved before initiating stream, and added a menu item to save as well. Will probably also add more menu items for loading/saving or importing/exporting other scenes files in the future 2013-02-16 15:48:05 -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 d57785dbc6 fixed version stuff
made it so new items insert front-most instead of back-most
2013-02-05 02:06:08 -07:00
jp9000 ac1ea04856 Added some background color stuff to the text source, just needs finishing up 2013-02-02 11:56:39 -07: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
jp9000 e1fe865a1b something about copyTextures not being NUM_RENDER_BUFFERS 2013-02-01 04:16:39 -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 e2ea43ca93 merging develepment branch. don't kill me! 2013-01-24 20:30:22 -07:00
Richard Stanway 94a659cc1e Support change detection for image source 2013-01-11 00:08:24 -05:00