obs/Source
palana aec9599704 Don't display Connection.Disconnected for forced PostStopMessage 2014-09-27 19:32:49 +02:00
..
API.cpp Add API support for Replay Buffer 2014-09-01 05:03:10 +02:00
BandwidthAnalysis.cpp final little bugfixes before 0.455 2012-12-13 12:01:41 -07:00
BitmapImage.cpp Refactored BitmapImageSource (moved core functionality into a new class - BitmapImage). Changed BitmapTransitionSource to use BitmapImage - implements #102 2014-02-08 14:40:00 +02:00
BitmapImage.h Refactored BitmapImageSource (moved core functionality into a new class - BitmapImage). Changed BitmapTransitionSource to use BitmapImage - implements #102 2014-02-08 14:40:00 +02:00
BitmapImageSource.cpp Add RTL-aware wrappers for DialogBox and CreateDialog 2014-02-26 07:07:13 +01:00
BitmapTransitionSource.cpp Add RTL-aware wrappers for DialogBox and CreateDialog 2014-02-26 07:07:13 +01:00
BlankAudioPlayback.cpp Fix crash in Settings window if no audio devices present 2014-08-07 17:19:04 +02:00
CodeTokenizer.cpp Some small code cleanups via static analysis (cppcheck) 2013-04-04 03:20:02 -04:00
CodeTokenizer.h Initial commit 2012-08-30 21:54:15 -07:00
CrashDumpHandler.cpp Replace MessageBox with wrapper for RTL languages 2014-02-24 18:18:21 -07:00
CrashDumpHandler.h improving framedrop code, bugfixes, got rid of tabs in source (I hate tabs), and other things 2012-11-21 11:21:40 -07:00
D3D10OutputDuplicator.cpp Various small fixes picked up by Coverity Scan 2014-08-22 20:56:08 +02:00
D3D10Shader.cpp Split shader creation into separate compilation and object creation functions 2014-03-21 22:23:05 +01:00
D3D10ShaderProcessor.cpp removed use of terrible C++11 "auto" keyword from core code beause I fundamentally disagree with the fact that such a useless and overly implicit keyword even exists - *sets palana on fire but puts him out before it can do enough damage, then apologizes profusely after* 2013-07-16 00:42:41 -07:00
D3D10System.cpp Fix issues crop handling 2014-09-07 22:42:49 -07:00
D3D10System.h Split shader creation into separate compilation and object creation functions 2014-03-21 22:23:05 +01:00
D3D10Texture.cpp Minor fix, correct AppWarning text. 2014-03-19 19:19:17 -03:00
D3D10VertexBuffer.cpp Make a few bug fixes (by shader) 2014-03-18 21:21:46 -07:00
DSoundAudioSource.cpp Initial commit 2012-08-30 21:54:15 -07:00
DelayedPublisher.cpp Fix crash when aborting delayed stream before it started 2014-04-23 23:04:59 +02:00
DesktopImageSource.cpp Various small fixes picked up by Coverity Scan 2014-08-22 20:56:08 +02:00
Encoder_AAC.cpp Remove unintentional tabs 2014-03-14 15:57:28 -07:00
Encoder_MP3.cpp lame: Set quality level to 2 2014-07-23 20:19:12 -04:00
Encoder_NVENC.cpp Remove possibly confusing log from nvenc loader 2014-03-09 16:57:13 +01:00
Encoder_QSV.cpp Add note in Encoding Settings if on Vista with QSV compatible hardware 2014-09-25 17:51:28 +02:00
Encoder_x264.cpp Track pts of encoded pictures 2014-08-13 00:37:22 +02:00
FLVFileStream.cpp Share memory between ReplayBuffer and RecordingHelper 2014-08-21 21:18:27 +02:00
GetAudioDevices.cpp Fix crash in Settings window if no audio devices present 2014-08-07 17:19:04 +02:00
GlobalSource.cpp Added "Import" button in Global Sources Dialog. 2014-08-18 13:40:58 -07:00
HTTPClient.cpp RTMPPublisher able to get stream ingestion URL and path/key from a web service. Any services.config file (broadcaster settings page) that has a http(s) URL for the stream is assumed to be pointing to a Web API that will return an actual RTMP ingestion URL and path/key. 2014-04-07 14:20:03 +01:00
HTTPClient.h RTMPPublisher able to get stream ingestion URL and path/key from a web service. Any services.config file (broadcaster settings page) that has a http(s) URL for the stream is assumed to be pointing to a Web API that will return an actual RTMP ingestion URL and path/key. 2014-04-07 14:20:03 +01:00
Hacks.cpp Remove unnecessary hacks since we no longer static link libx264 2013-07-07 20:34:32 -04:00
ImageProcessing.cpp Added profiler sections to (threaded) chroma subsampling 2013-09-06 16:47:03 +02:00
LogUploader.cpp Workaround github API issue 2014-08-17 23:34:18 +02:00
LogUploader.h Add Analyze buttons for last and current log 2014-02-12 03:07:25 +01:00
MMDeviceAudioSource.cpp Fix incorrect buffer size 2014-08-13 02:06:09 +02:00
MP4FileStream.cpp Various small fixes picked up by Coverity Scan 2014-08-22 20:56:08 +02:00
Main.cpp Add support for 3rd party service.xconfigs 2014-09-12 21:23:50 +02:00
Main.h Fix resolution issue for elgato 1.x.x filter 2014-09-16 13:18:31 -07:00
NullOutput.cpp Track pts of encoded pictures 2014-08-13 00:37:22 +02:00
OBS.cpp Add ClosableStream support to network streams 2014-09-24 15:20:28 +02:00
OBS.h Add ClosableStream support to network streams 2014-09-24 15:20:28 +02:00
OBSCapture.cpp Add ClosableStream support to network streams 2014-09-24 15:20:28 +02:00
OBSEvents.cpp Add API support for Replay Buffer 2014-09-01 05:03:10 +02:00
OBSHotkeyHandlers.cpp Add API support for Replay Buffer 2014-09-01 05:03:10 +02:00
OBSVideoCapture.cpp Add ClosableStream support to network streams 2014-09-24 15:20:28 +02:00
RTMPPublisher.cpp Initialize RTMPPublisher encoder data before spawning threads 2014-09-24 15:20:25 +02:00
RTMPPublisher.h Initialize RTMPPublisher encoder data before spawning threads 2014-09-24 15:20:25 +02:00
RTMPStuff.cpp Enabled to select monaural audio 2014-03-03 23:22:40 +09:00
RTMPStuff.h improving framedrop code, bugfixes, got rid of tabs in source (I hate tabs), and other things 2012-11-21 11:21:40 -07:00
ReplayBuffer.cpp Add ClosableStream support to ReplayBuffer 2014-09-24 15:20:27 +02:00
Service.cpp Add support for 3rd party service.xconfigs 2014-09-12 21:23:50 +02:00
Settings.cpp Add QSV encoder settings pane 2014-08-13 00:51:52 +02:00
Settings.h Add support for 3rd party service.xconfigs 2014-09-12 21:23:50 +02:00
SettingsAdvanced.cpp Improve NVENC parameters and add experimental Streaming preset 2014-08-24 04:36:38 +02:00
SettingsAudio.cpp Streamline (settings) hotkey handling 2014-08-13 00:37:21 +02:00
SettingsEncoding.cpp Add note in Encoding Settings if on Vista with QSV compatible hardware 2014-09-25 17:51:28 +02:00
SettingsGeneral.cpp Implement scene collections in menu only 2014-07-30 19:28:27 -07:00
SettingsHotkeys.cpp Fix Push-to-Talk Hotkey 2 binding 2014-09-11 15:56:08 +02:00
SettingsPublish.cpp Add warnings when using invalid (Replay Buffer) File Path(s) 2014-09-24 01:22:52 +02:00
SettingsQSV.cpp Improve behavior when changing 'Accuracy' via text input 2014-09-22 05:13:10 +02:00
SettingsVideo.cpp Show IDC_INFO only when necessary 2014-07-16 14:34:22 +02:00
TextOutputSource.cpp Add RTL-aware wrappers for DialogBox and CreateDialog 2014-02-26 07:07:13 +01:00
Updater.cpp Revert "Add workaround for broken TLS SNI in Windows 8.1 for the archive updater" 2014-03-05 18:12:33 +01:00
Updater.h First stage of the auto updater 2012-12-23 23:12:04 -05:00
WindowStuff.cpp Don't display Connection.Disconnected for forced PostStopMessage 2014-09-27 19:32:49 +02:00
WindowStuff.h Moved config menu item to AppendModifyListbox 2013-07-17 17:33:41 +02:00
libnsgif.c Fix libnsgif LWZ decoding buffer awfulness 2013-07-08 23:12:24 -04:00
libnsgif.h Fix libnsgif LWZ decoding buffer awfulness 2013-07-08 23:12:24 -04:00