Norihiro Kamae
|
929520afde
libobs: Fix memory leak when migrating from legacy scene item data
|
1 year ago |
tt2468
|
dcda5b1022
libobs: Fix crash in `obs_sceneitem_remove()` when already removed
|
1 year ago |
derrod
|
731da1be6b
libobs: Fix hotkeys when reordering sceneitems into/out of groups
|
2 years ago |
derrod
|
763dddbbaf
libobs: Distinguish sceneitem hotkeys by id
|
2 years ago |
derrod
|
4bb2365a62
libobs: Specify scene item IDs on creation
|
2 years ago |
Penwywern
|
23ca4cf704
libobs: Fix flip calculations in bounding box
|
2 years ago |
Penwywern
|
8789c43959
libobs: Fix flip not working with stretch to bounds
|
2 years ago |
Norihiro Kamae
|
8169188f89
libobs: Define DARRAY macro types
|
2 years ago |
derrod
|
0cb812251c
libobs: Add scene uuid to transform state data
|
2 years ago |
Lain
|
106c7aa61f
Update copyrights/names
|
2 years ago |
Jim
|
38e5411490
libobs: Prevent setting invalid scene item scale values
|
2 years ago |
cg2121
|
d291830d23
libobs: Copy private scene item data when duplicating scenes
|
2 years ago |
Jim
|
6eace37e06
Merge pull request #8229 from derrod/hashed-tables
|
2 years ago |
Norihiro Kamae
|
434bdc1768
libobs: Fix possible use-after-free of obs_scene_t
|
2 years ago |
derrod
|
c68eeaef1d
libobs: Use uthash for source objects
|
2 years ago |
derrod
|
29db52ad27
libobs: Save/Load source UUID in scene item data
|
2 years ago |
Frank
|
20a3ec4a2f
libobs: Fix scene_audio_render() incorrectly mixing audio
|
2 years ago |
PatTheMav
|
fb7a9edadc
libobs: Fix non-exhaustive switch statements
|
2 years ago |
Norihiro Kamae
|
ee6ddeeaed
libobs: Avoid position underflow when mixing audio sources
|
2 years ago |
tt2468
|
018ce16703
libobs: Fix loading of custom_size for empty scenes
|
2 years ago |
tytan652
|
9cde3c302c
libobs: Fix all-except-one switches
|
3 years ago |
tytan652
|
7de0bd350f
libobs,plugins: Remove one-case switches
|
3 years ago |
Antti Tapaninen
|
c7f4c78a69
libobs: Allow overriding video resolution per view
|
2 years ago |
jpark37
|
3d985f7c60
libobs: Fix blend method in studio mode
|
3 years ago |
tytan652
|
12657e4fcc
libobs: Replace OBS_UNUSED with UNUSED_PARAMETER
|
3 years ago |
tytan652
|
348cf1b872
libobs: Remove unused parameters
|
3 years ago |
Norihiro Kamae
|
af3890a4a9
libobs: Cleanup unused-parameters
|
3 years ago |
PatTheMav
|
ff7f756886
libobs: Explicitly mark variables as unused
|
3 years ago |
jpark37
|
d7fb4361a5
libobs: Lock scene to video color space
|
3 years ago |
Andrew Story
|
961b75b58c
libobs,UI: Issue appropriate signals on group / ungroup
|
3 years ago |