jp9000
|
233694ad04
|
add one minor error message to signal handler
|
2013-12-26 04:28:09 -07:00 |
|
jp9000
|
6ac6256ac5
|
fill in rest of signal/callback/proc
|
2013-12-26 04:26:17 -07:00 |
|
jp9000
|
a136748bd3
|
don't hide calldata structure, no reason to, and forced an unnecessary allocation which is bad
|
2013-12-26 02:02:24 -07:00 |
|
jp9000
|
e9ded173f1
|
add my signal/callback interface from another project, also update license of utility files to ISC 1.3
|
2013-12-25 22:40:33 -07:00 |
|
Palana
|
d97250933b
|
fix prototype
|
2013-12-24 17:06:57 +01:00 |
|
jp9000
|
123ca280a0
|
fix unix version of os_get_config_path to make it append a slash to $HOME
|
2013-12-23 19:04:41 -07:00 |
|
jp9000
|
9e9c2551ec
|
Merge branch 'master' of https://github.com/jp9000/obs-studio
|
2013-12-23 19:00:11 -07:00 |
|
jp9000
|
bb53a39aee
|
change os_get_home_path to a better and more clear function, os_get_config_path
|
2013-12-23 18:59:54 -07:00 |
|
Palana
|
74aa1c466b
|
add osx iosurface opengl integration
|
2013-12-23 16:35:14 +01:00 |
|
jp9000
|
399b0c8d10
|
apply configure video settings on startup
|
2013-12-22 23:40:07 -07:00 |
|
jp9000
|
991b5739d6
|
move libobs C++ bindings to libobs
|
2013-12-22 17:42:02 -07:00 |
|
jp9000
|
922eb7b8e8
|
make direct filter rendering optional (can be useful for certain cases)
|
2013-12-22 02:03:40 -07:00 |
|
jp9000
|
bd47d9fe74
|
clear up a minor inconsistency in default effect naming
|
2013-12-22 01:33:11 -07:00 |
|
jp9000
|
cdeb81e3bf
|
Merge branch 'master' of https://github.com/jp9000/obs-studio
|
2013-12-22 01:30:27 -07:00 |
|
jp9000
|
19c4ee995e
|
add major optimization to filter processing, and as a nice side effect, make it easier to create new filters and sources
|
2013-12-22 01:30:18 -07:00 |
|
Palana
|
1dde992990
|
remove mipmap texture filter from min_filter for rectangle textures
|
2013-12-22 04:47:18 +01:00 |
|
jp9000
|
9218627892
|
add obs_source functions to allow name manipulation and lookup based upon name, and a few other functions related to getting/setting source information
|
2013-12-20 19:35:12 -07:00 |
|
jp9000
|
95a7da2d4c
|
add names to sources, use 'id' for the internal source identifier names rather than 'name'
|
2013-12-20 17:23:19 -07:00 |
|
jp9000
|
0781670ba2
|
add handling of GL_TEXTURE_RECTANGLE target, and add automatic handling if using it as a sprite
|
2013-12-20 12:36:38 -07:00 |
|
jp9000
|
f41bb4b7e9
|
add support for texture_rect texture type in shaders, add new form, clear up a few things in the API
|
2013-12-20 11:58:09 -07:00 |
|
jp9000
|
24c45458b5
|
use the preview window as the main window associated with the OpenGL context
|
2013-12-18 22:57:39 -07:00 |
|
jp9000
|
4da1c193dc
|
fix minor bug in config file parser
|
2013-12-18 12:08:38 -07:00 |
|
jp9000
|
eeb76237eb
|
removed deprecated/unused function
|
2013-12-17 22:45:50 -07:00 |
|
jp9000
|
6d5ef2fb62
|
fixed some warnings (when on earth did I do a bad find/replace on these functions?)
|
2013-12-17 22:30:22 -07:00 |
|
jp9000
|
3b871a00fb
|
fixed a bug where new locale text segments properly replace old ones if adding a new language file on top of another
|
2013-12-17 18:17:22 -07:00 |
|
jp9000
|
a4055e4257
|
fixed a bug writing to config files where it would use a brace instead of a bracket when creating a section
|
2013-12-17 18:16:36 -07:00 |
|
jp9000
|
0c3ed3ceca
|
fixed bug with dynamic string where it wouldn't set the capacity properly
|
2013-12-17 18:15:47 -07:00 |
|
jp9000
|
50666040e5
|
allow loading of other locals on top of the current locale (to enable unfilled strings to default to english if necessary)
|
2013-12-17 13:55:09 -07:00 |
|
jp9000
|
ed388fc82e
|
replaced boolean trap parameter in the base lexer
|
2013-12-16 00:05:27 -07:00 |
|
Palana
|
42375302d7
|
fixed typo
|
2013-12-16 01:59:07 +01:00 |
|
jp9000
|
aead95f5e3
|
converted project to vs2013, removed 2010 support (ugh)
|
2013-12-14 16:01:30 -07:00 |
|
jp9000
|
9743b0efc5
|
fixed a lexer bug with detecting alphanumeric character text (not happy about it though)
|
2013-12-12 21:46:29 -07:00 |
|
jp9000
|
5edc9cf9cb
|
added some more config file functions for going through each section
|
2013-12-12 21:42:44 -07:00 |
|
jp9000
|
2a9e3a7179
|
Merge branch 'master' of https://github.com/jp9000/obs-studio
|
2013-12-12 21:41:53 -07:00 |
|
jp9000
|
de21e622b5
|
removed os_gettime_ms, added os_file_exists
|
2013-12-12 21:41:46 -07:00 |
|
Palana
|
3da014543e
|
fix min_adjust usage in calc_torque
|
2013-12-12 23:57:36 +01:00 |
|
Jim
|
6887f00359
|
Merge pull request #7 from MattMcNam/master
Updated CMake with new effect file locations
|
2013-12-07 15:03:08 -08:00 |
|
Ján Mlynek
|
1005a841d4
|
fixed build for *nix platform
|
2013-12-07 22:51:58 +01:00 |
|
Ján Mlynek
|
c37fe1fd16
|
added functions to platform-nix.c
|
2013-12-07 22:32:29 +01:00 |
|
Matthew McNamara
|
a76a5937df
|
Updated CMakeLists with new effect file locations, added cmake & xcode build folders to gitignore
|
2013-12-07 21:05:31 +01:00 |
|
jp9000
|
5d3f3e0d1b
|
make text lookup use a simple linked lists rather than an unnecessary array of pointers
|
2013-12-07 11:23:49 -07:00 |
|
jp9000
|
9b882c097b
|
should only check for ending quote character in locale data if it began with a quote
|
2013-12-07 10:25:34 -07:00 |
|
jp9000
|
70290b8c2b
|
fixed locale code, added locale files, made wx use locale files, fixed some bugs, and added platform-specific files to the main program
|
2013-12-07 10:22:56 -07:00 |
|
Palana
|
0199c84687
|
updated automake files with latest osx changes
|
2013-12-07 17:40:27 +01:00 |
|
Palana
|
e6017ec1ba
|
changed allocation counter to uint64_t
also avoids format string confusion for bnum_allocs
|
2013-12-07 17:39:43 +01:00 |
|
Palana
|
968f9c03bd
|
use %u for size_t on microsoft compilers
|
2013-12-07 16:50:05 +01:00 |
|
Palana
|
2284ef09fa
|
compile libobs with -fobjc-arc
|
2013-12-06 21:31:42 +01:00 |
|
jp9000
|
ff47b3a2dc
|
added functions to get current audio/video output information
|
2013-12-06 06:38:19 -07:00 |
|
jp9000
|
8298fa4dc7
|
With the permission of my fellow contributors, I'm switching obs-studio back to GPL v2+ to prevent issues between this project and the original OBS project, and for personal reasons to avoid legal ambiguity (not political reasons, I admittedly would prefer GPL v3+)
|
2013-12-02 22:24:38 -07:00 |
|
Palana
|
1bd2b9fd99
|
added os_get_home_path and os_mkdir to osx cocoa platform
|
2013-11-29 22:38:05 +01:00 |
|