jp9000
78eb116cc8
add 'static' to inline functions in callback/calldata.h
2013-12-30 11:09:32 -07:00
jp9000
72633e40a3
also include bmem.h in the header, minor oversight
2013-12-30 10:14:28 -07:00
jp9000
f3e3aeae74
make sure to include function declarations from calldata.h
2013-12-30 10:09:20 -07:00
jp9000
d99c345595
fix bad enum for get_source_info in obs_source.c
2013-12-30 09:04:05 -07:00
jp9000
c129cc37cb
update API and implement preliminary ability to add sources to scenes
2013-12-30 06:56:39 -07:00
Palana
e8ee39560c
update data files copy in cmake project
2013-12-30 03:31:55 +01:00
Palana
c093f04c58
add static linking options for ffmpeg and wxwidgets to cmake
2013-12-30 03:02:11 +01:00
jp9000
6fe59f77ec
make sure another source by the same name doesn't already exist when choosing a name for that scene
2013-12-29 09:17:00 -07:00
jp9000
c4af3e2a75
change obs_scene_destroy to obs_scene_release, add ability to add scenes, fix name dialog sizing
2013-12-29 08:54:06 -07:00
jp9000
cec94b042e
implement scene adding callbacks, make a few API tweaks
2013-12-28 05:33:16 -07:00
Zachary Lund
5f5404f8cb
Fixes issues with autoconf
...
In particular, it removes any deprecated functionality
wxWidgets only documents their deprecated m4 macros and gives a poor example
Also to note in regard to wxWidgets, I removed any unneeded libraries from the linker line.
Any warning messages provided by autoconf has been supressed in the most appropriate manner possible.
2013-12-27 16:41:01 -06:00
jp9000
bbd8178dab
fixed a typo in a function call
2013-12-27 15:23:42 -07:00
jp9000
261b9d7056
fix a few bugs with callback system, add some test signals
2013-12-27 05:08:58 -07:00
jp9000
6edcd456fe
implement signal/procedure handling into libobs and individual sources
2013-12-26 23:10:15 -07:00
jp9000
3b48f79442
fix one minor bug with the disconnct function
2013-12-26 04:33:16 -07:00
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