jp9000
68ed796dd5
minor adjustment to the text control code
2013-02-02 12:48:39 -07:00
HomeWorld
f11ccb11df
Glue in textoutputsource bk color/opacity
2013-02-02 21:40:56 +02: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
William Hamilton
30eb2dd364
Preview window fix on minimized. Prevents crash when starting to stream when minimized and red boxes disappearing on minimize.
...
Also header file name fix for me.
2013-02-01 23:18:35 -06: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
10610836e5
tiny adjustment to that last commit
2013-02-01 04:18:02 -07:00
jp9000
e1fe865a1b
something about copyTextures not being NUM_RENDER_BUFFERS
2013-02-01 04:16:39 -07:00
Richard Stanway
7590562bd9
Defer loading image for 1 second on update in case file is in use
2013-01-31 01:34:54 -05:00
Richard Stanway
0ad353685f
Alternative low latency mode and associated settings
2013-01-30 23:04:44 -05:00
Richard Stanway
549957312c
Remove empty log lines from x264 log
2013-01-30 23:04:22 -05:00
jp9000
77a1ea5d2d
fixed a tiny bug with variable framerate timing that would cause the cts offset to go all wacky unintentioanlly
2013-01-30 06:14:20 -07:00
jp9000
66183e65d1
woops, minor stupid little code bit
2013-01-30 04:45:26 -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
Richard Stanway
c6ecb0b166
Show error instead of crashing on missing shader
2013-01-28 11:27:38 -05:00
jp9000
b76b863687
reverted some audio code to an older working version for now
2013-01-28 03:55:03 -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
HomeWorld
43bd9f6338
Allow a higher range for text scrolling speed (now that we made it texture size independent)
2013-01-27 13:49:42 +02:00
HomeWorld
af4afec3d5
Do not process preview's window WM_ERASEBKGND msg when previewing or streaming (bRunning = true)
2013-01-27 13:13:00 +02: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
HomeWorld
f5ac858553
Fixed vertical text positioning / made scroll speed texture size independent
2013-01-27 09:16:35 +02:00
Richard Stanway
a673d6e712
Fix deadlock when aborting stream with a full R1CHbuffer™
2013-01-27 01:38:08 -05:00
jp9000
9dca975317
fixed potenital bug with devices where it could query a dumb videoinfo2
2013-01-26 23:20:41 -07:00
Richard Stanway
42d9d74e67
Fix last frame of non-infinite animated gifs being invalid
2013-01-27 01:11:26 -05:00
Richard Stanway
732aaa2cbd
Fix off-by-one and invalid array dereference in libnsgif
2013-01-27 01:10:48 -05: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
8c1b200f43
welp, 100ns timing turned out to be a really bad idea
2013-01-25 16:42:06 -07:00
HomeWorld
453565c46f
Small visual improvements of software source region select window
2013-01-25 11:12:24 +02:00
jp9000
34da87be39
enabled full range again in x264
...
increased scene buffering size to 200ms
added transparency to the sub-region thing
2013-01-25 00:12:26 -07:00
jp9000
507bc1cc4e
one missing include
2013-01-24 22:23:01 -07:00
jp9000
b6b183cd21
Fixed the mixing problem with mics when the desktop is muted
2013-01-24 20:42:24 -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
40dd74e06b
Make sure when adding a new source that the list item coresponding to it is visible and selected (also deselect all previous selected items)
2013-01-21 10:01:30 +02: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
Richard Stanway
6176a1d2fb
Add low latency mode to reduce network strain
...
Remove remnant send buffer code
2013-01-20 01:51:36 -05:00
Richard Stanway
2db898684f
Log librtmp errors to the log file and show connection errors
2013-01-16 15:12:31 -05:00
William Hamilton
d0f594a429
Fix sources horizontal scroll bar flicker on set scene.
2013-01-16 03:13:47 -06:00
William Hamilton
f66aea2ec6
Fix sources list column width glitch.
2013-01-15 23:07:04 -06:00
Jim
8d88482dd5
Merge pull request #60 from hwdro/master
...
Replace existing 2.1/4.0/4.1/7.1 downmix code | Some fixes in TextOutputSource
2013-01-14 13:54:38 -08:00
William Hamilton
ce0320e2ad
listview fix so that columns autosize correctly
2013-01-12 14:58:43 -06:00
HomeWorld
1f21d6a5bc
Fixed some 'little' mistakes in TextOutputSource
2013-01-11 21:05:21 +02:00
William Hamilton
9b9bbfaaa3
Arrow keys to move sources around for fine precision.
2013-01-11 04:20:24 -06:00
William Hamilton
1f8d829d2d
full row select fix for sources listview
2013-01-11 00:49:33 -06:00
Richard Stanway
0898ff7c96
Fix issue with text source if change monitor fails on update
2013-01-11 00:08:54 -05:00
Richard Stanway
94a659cc1e
Support change detection for image source
2013-01-11 00:08:24 -05:00
Richard Stanway
11780d4d47
Don't crash on bad timestamps in debug build
2013-01-10 23:33:35 -05:00
Richard Stanway
0a9e56d31c
Move the file change monitor to OBSApi for use in other sources
2013-01-10 23:25:16 -05:00
Richard Stanway
356f55bfac
Fix file change detection ignoring multiple change events
2013-01-09 20:15:33 -05:00