obs-scene.c 97 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965
  1. /******************************************************************************
  2. Copyright (C) 2013-2015 by Hugh Bailey <[email protected]>
  3. Philippe Groarke <[email protected]>
  4. This program is free software: you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation, either version 2 of the License, or
  7. (at your option) any later version.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with this program. If not, see <http://www.gnu.org/licenses/>.
  14. ******************************************************************************/
  15. #include "util/threading.h"
  16. #include "util/util_uint64.h"
  17. #include "graphics/math-defs.h"
  18. #include "obs-scene.h"
  19. #include "obs-internal.h"
  20. const struct obs_source_info group_info;
  21. static void resize_group(obs_sceneitem_t *group);
  22. static void resize_scene(obs_scene_t *scene);
  23. static void signal_parent(obs_scene_t *parent, const char *name,
  24. calldata_t *params);
  25. static void get_ungrouped_transform(obs_sceneitem_t *group, struct vec2 *pos,
  26. struct vec2 *scale, float *rot);
  27. static inline bool crop_enabled(const struct obs_sceneitem_crop *crop);
  28. static inline bool item_texture_enabled(const struct obs_scene_item *item);
  29. static void init_hotkeys(obs_scene_t *scene, obs_sceneitem_t *item,
  30. const char *name);
  31. /* NOTE: For proper mutex lock order (preventing mutual cross-locks), never
  32. * lock the graphics mutex inside either of the scene mutexes.
  33. *
  34. * Another thing that must be done to prevent that cross-lock (and improve
  35. * performance), is to not create/release/update sources within the scene
  36. * mutexes.
  37. *
  38. * It's okay to lock the graphics mutex before locking either of the scene
  39. * mutexes, but not after.
  40. */
  41. static const char *obs_scene_signals[] = {
  42. "void item_add(ptr scene, ptr item)",
  43. "void item_remove(ptr scene, ptr item)",
  44. "void reorder(ptr scene)",
  45. "void refresh(ptr scene)",
  46. "void item_visible(ptr scene, ptr item, bool visible)",
  47. "void item_select(ptr scene, ptr item)",
  48. "void item_deselect(ptr scene, ptr item)",
  49. "void item_transform(ptr scene, ptr item)",
  50. "void item_locked(ptr scene, ptr item, bool locked)",
  51. NULL,
  52. };
  53. static const struct {
  54. enum gs_blend_type src_color;
  55. enum gs_blend_type src_alpha;
  56. enum gs_blend_type dst_color;
  57. enum gs_blend_type dst_alpha;
  58. enum gs_blend_op_type op;
  59. } obs_blend_mode_params[] = {
  60. /* clang-format off */
  61. // OBS_BLEND_NORMAL
  62. {
  63. GS_BLEND_ONE,
  64. GS_BLEND_ONE,
  65. GS_BLEND_INVSRCALPHA,
  66. GS_BLEND_INVSRCALPHA,
  67. GS_BLEND_OP_ADD,
  68. },
  69. // OBS_BLEND_ADDITIVE
  70. {
  71. GS_BLEND_ONE,
  72. GS_BLEND_ONE,
  73. GS_BLEND_ONE,
  74. GS_BLEND_ONE,
  75. GS_BLEND_OP_ADD,
  76. },
  77. // OBS_BLEND_SUBTRACT
  78. {
  79. GS_BLEND_ONE,
  80. GS_BLEND_ONE,
  81. GS_BLEND_ONE,
  82. GS_BLEND_ONE,
  83. GS_BLEND_OP_REVERSE_SUBTRACT,
  84. },
  85. // OBS_BLEND_SCREEN
  86. {
  87. GS_BLEND_ONE,
  88. GS_BLEND_ONE,
  89. GS_BLEND_INVSRCCOLOR,
  90. GS_BLEND_INVSRCALPHA,
  91. GS_BLEND_OP_ADD
  92. },
  93. // OBS_BLEND_MULTIPLY
  94. {
  95. GS_BLEND_DSTCOLOR,
  96. GS_BLEND_DSTALPHA,
  97. GS_BLEND_INVSRCALPHA,
  98. GS_BLEND_INVSRCALPHA,
  99. GS_BLEND_OP_ADD
  100. },
  101. // OBS_BLEND_LIGHTEN
  102. {
  103. GS_BLEND_ONE,
  104. GS_BLEND_ONE,
  105. GS_BLEND_ONE,
  106. GS_BLEND_ONE,
  107. GS_BLEND_OP_MAX,
  108. },
  109. // OBS_BLEND_DARKEN
  110. {
  111. GS_BLEND_ONE,
  112. GS_BLEND_ONE,
  113. GS_BLEND_ONE,
  114. GS_BLEND_ONE,
  115. GS_BLEND_OP_MIN,
  116. },
  117. /* clang-format on */
  118. };
  119. static inline void signal_item_remove(struct obs_scene_item *item)
  120. {
  121. struct calldata params;
  122. uint8_t stack[128];
  123. calldata_init_fixed(&params, stack, sizeof(stack));
  124. calldata_set_ptr(&params, "item", item);
  125. signal_parent(item->parent, "item_remove", &params);
  126. }
  127. static const char *scene_getname(void *unused)
  128. {
  129. UNUSED_PARAMETER(unused);
  130. return "Scene";
  131. }
  132. static const char *group_getname(void *unused)
  133. {
  134. UNUSED_PARAMETER(unused);
  135. return "Group";
  136. }
  137. static void *scene_create(obs_data_t *settings, struct obs_source *source)
  138. {
  139. struct obs_scene *scene = bzalloc(sizeof(struct obs_scene));
  140. scene->source = source;
  141. if (strcmp(source->info.id, group_info.id) == 0) {
  142. scene->is_group = true;
  143. scene->custom_size = true;
  144. scene->cx = 0;
  145. scene->cy = 0;
  146. }
  147. signal_handler_add_array(obs_source_get_signal_handler(source),
  148. obs_scene_signals);
  149. if (pthread_mutex_init_recursive(&scene->audio_mutex) != 0) {
  150. blog(LOG_ERROR, "scene_create: Couldn't initialize audio "
  151. "mutex");
  152. goto fail;
  153. }
  154. if (pthread_mutex_init_recursive(&scene->video_mutex) != 0) {
  155. blog(LOG_ERROR, "scene_create: Couldn't initialize video "
  156. "mutex");
  157. goto fail;
  158. }
  159. UNUSED_PARAMETER(settings);
  160. return scene;
  161. fail:
  162. bfree(scene);
  163. return NULL;
  164. }
  165. #define audio_lock(scene) pthread_mutex_lock(&scene->audio_mutex)
  166. #define video_lock(scene) pthread_mutex_lock(&scene->video_mutex)
  167. #define audio_unlock(scene) pthread_mutex_unlock(&scene->audio_mutex)
  168. #define video_unlock(scene) pthread_mutex_unlock(&scene->video_mutex)
  169. static inline void full_lock(struct obs_scene *scene)
  170. {
  171. video_lock(scene);
  172. audio_lock(scene);
  173. }
  174. static inline void full_unlock(struct obs_scene *scene)
  175. {
  176. audio_unlock(scene);
  177. video_unlock(scene);
  178. }
  179. static void set_visibility(struct obs_scene_item *item, bool vis);
  180. static inline void detach_sceneitem(struct obs_scene_item *item);
  181. static inline void remove_without_release(struct obs_scene_item *item)
  182. {
  183. item->removed = true;
  184. set_visibility(item, false);
  185. signal_item_remove(item);
  186. detach_sceneitem(item);
  187. }
  188. static void remove_all_items(struct obs_scene *scene)
  189. {
  190. struct obs_scene_item *item;
  191. DARRAY(struct obs_scene_item *) items;
  192. da_init(items);
  193. full_lock(scene);
  194. item = scene->first_item;
  195. while (item) {
  196. struct obs_scene_item *del_item = item;
  197. item = item->next;
  198. remove_without_release(del_item);
  199. da_push_back(items, &del_item);
  200. }
  201. full_unlock(scene);
  202. for (size_t i = 0; i < items.num; i++)
  203. obs_sceneitem_release(items.array[i]);
  204. da_free(items);
  205. }
  206. static void scene_destroy(void *data)
  207. {
  208. struct obs_scene *scene = data;
  209. remove_all_items(scene);
  210. pthread_mutex_destroy(&scene->video_mutex);
  211. pthread_mutex_destroy(&scene->audio_mutex);
  212. bfree(scene);
  213. }
  214. static inline bool transition_active(obs_source_t *transition)
  215. {
  216. return transition && (transition->transitioning_audio ||
  217. transition->transitioning_video);
  218. }
  219. static void scene_enum_sources(void *data, obs_source_enum_proc_t enum_callback,
  220. void *param, bool active)
  221. {
  222. struct obs_scene *scene = data;
  223. struct obs_scene_item *item;
  224. struct obs_scene_item *next;
  225. full_lock(scene);
  226. item = scene->first_item;
  227. while (item) {
  228. next = item->next;
  229. obs_sceneitem_addref(item);
  230. if (active) {
  231. if (item->visible &&
  232. transition_active(item->show_transition))
  233. enum_callback(scene->source,
  234. item->show_transition, param);
  235. else if (!item->visible &&
  236. transition_active(item->hide_transition))
  237. enum_callback(scene->source,
  238. item->hide_transition, param);
  239. else if (os_atomic_load_long(&item->active_refs) > 0)
  240. enum_callback(scene->source, item->source,
  241. param);
  242. } else {
  243. if (item->show_transition)
  244. enum_callback(scene->source,
  245. item->show_transition, param);
  246. if (item->hide_transition)
  247. enum_callback(scene->source,
  248. item->hide_transition, param);
  249. enum_callback(scene->source, item->source, param);
  250. }
  251. obs_sceneitem_release(item);
  252. item = next;
  253. }
  254. full_unlock(scene);
  255. }
  256. static void scene_enum_active_sources(void *data,
  257. obs_source_enum_proc_t enum_callback,
  258. void *param)
  259. {
  260. scene_enum_sources(data, enum_callback, param, true);
  261. }
  262. static void scene_enum_all_sources(void *data,
  263. obs_source_enum_proc_t enum_callback,
  264. void *param)
  265. {
  266. scene_enum_sources(data, enum_callback, param, false);
  267. }
  268. static inline void detach_sceneitem(struct obs_scene_item *item)
  269. {
  270. if (item->prev)
  271. item->prev->next = item->next;
  272. else
  273. item->parent->first_item = item->next;
  274. if (item->next)
  275. item->next->prev = item->prev;
  276. item->parent = NULL;
  277. }
  278. static inline void attach_sceneitem(struct obs_scene *parent,
  279. struct obs_scene_item *item,
  280. struct obs_scene_item *prev)
  281. {
  282. item->prev = prev;
  283. item->parent = parent;
  284. if (prev) {
  285. item->next = prev->next;
  286. if (prev->next)
  287. prev->next->prev = item;
  288. prev->next = item;
  289. } else {
  290. item->next = parent->first_item;
  291. if (parent->first_item)
  292. parent->first_item->prev = item;
  293. parent->first_item = item;
  294. }
  295. }
  296. void add_alignment(struct vec2 *v, uint32_t align, int cx, int cy)
  297. {
  298. if (align & OBS_ALIGN_RIGHT)
  299. v->x += (float)cx;
  300. else if ((align & OBS_ALIGN_LEFT) == 0)
  301. v->x += (float)(cx / 2);
  302. if (align & OBS_ALIGN_BOTTOM)
  303. v->y += (float)cy;
  304. else if ((align & OBS_ALIGN_TOP) == 0)
  305. v->y += (float)(cy / 2);
  306. }
  307. static void calculate_bounds_data(struct obs_scene_item *item,
  308. struct vec2 *origin, struct vec2 *scale,
  309. uint32_t *cx, uint32_t *cy)
  310. {
  311. float width = (float)(*cx) * fabsf(scale->x);
  312. float height = (float)(*cy) * fabsf(scale->y);
  313. float item_aspect = width / height;
  314. float bounds_aspect = item->bounds.x / item->bounds.y;
  315. uint32_t bounds_type = item->bounds_type;
  316. float width_diff, height_diff;
  317. if (item->bounds_type == OBS_BOUNDS_MAX_ONLY)
  318. if (width > item->bounds.x || height > item->bounds.y)
  319. bounds_type = OBS_BOUNDS_SCALE_INNER;
  320. if (bounds_type == OBS_BOUNDS_SCALE_INNER ||
  321. bounds_type == OBS_BOUNDS_SCALE_OUTER) {
  322. bool use_width = (bounds_aspect < item_aspect);
  323. float mul;
  324. if (item->bounds_type == OBS_BOUNDS_SCALE_OUTER)
  325. use_width = !use_width;
  326. mul = use_width ? item->bounds.x / width
  327. : item->bounds.y / height;
  328. vec2_mulf(scale, scale, mul);
  329. } else if (bounds_type == OBS_BOUNDS_SCALE_TO_WIDTH) {
  330. vec2_mulf(scale, scale, item->bounds.x / width);
  331. } else if (bounds_type == OBS_BOUNDS_SCALE_TO_HEIGHT) {
  332. vec2_mulf(scale, scale, item->bounds.y / height);
  333. } else if (bounds_type == OBS_BOUNDS_STRETCH) {
  334. scale->x = item->bounds.x / (float)(*cx);
  335. scale->y = item->bounds.y / (float)(*cy);
  336. }
  337. width = (float)(*cx) * scale->x;
  338. height = (float)(*cy) * scale->y;
  339. width_diff = item->bounds.x - width;
  340. height_diff = item->bounds.y - height;
  341. *cx = (uint32_t)item->bounds.x;
  342. *cy = (uint32_t)item->bounds.y;
  343. add_alignment(origin, item->bounds_align, (int)-width_diff,
  344. (int)-height_diff);
  345. }
  346. static inline uint32_t calc_cx(const struct obs_scene_item *item,
  347. uint32_t width)
  348. {
  349. uint32_t crop_cx = item->crop.left + item->crop.right;
  350. return (crop_cx > width) ? 2 : (width - crop_cx);
  351. }
  352. static inline uint32_t calc_cy(const struct obs_scene_item *item,
  353. uint32_t height)
  354. {
  355. uint32_t crop_cy = item->crop.top + item->crop.bottom;
  356. return (crop_cy > height) ? 2 : (height - crop_cy);
  357. }
  358. static void update_item_transform(struct obs_scene_item *item, bool update_tex)
  359. {
  360. uint32_t width;
  361. uint32_t height;
  362. uint32_t cx;
  363. uint32_t cy;
  364. struct vec2 base_origin;
  365. struct vec2 origin;
  366. struct vec2 scale;
  367. struct calldata params;
  368. uint8_t stack[128];
  369. if (os_atomic_load_long(&item->defer_update) > 0)
  370. return;
  371. width = obs_source_get_width(item->source);
  372. height = obs_source_get_height(item->source);
  373. cx = calc_cx(item, width);
  374. cy = calc_cy(item, height);
  375. scale = item->scale;
  376. item->last_width = width;
  377. item->last_height = height;
  378. width = cx;
  379. height = cy;
  380. vec2_zero(&base_origin);
  381. vec2_zero(&origin);
  382. /* ----------------------- */
  383. if (item->bounds_type != OBS_BOUNDS_NONE) {
  384. calculate_bounds_data(item, &origin, &scale, &cx, &cy);
  385. } else {
  386. cx = (uint32_t)((float)cx * scale.x);
  387. cy = (uint32_t)((float)cy * scale.y);
  388. }
  389. add_alignment(&origin, item->align, (int)cx, (int)cy);
  390. matrix4_identity(&item->draw_transform);
  391. matrix4_scale3f(&item->draw_transform, &item->draw_transform, scale.x,
  392. scale.y, 1.0f);
  393. matrix4_translate3f(&item->draw_transform, &item->draw_transform,
  394. -origin.x, -origin.y, 0.0f);
  395. matrix4_rotate_aa4f(&item->draw_transform, &item->draw_transform, 0.0f,
  396. 0.0f, 1.0f, RAD(item->rot));
  397. matrix4_translate3f(&item->draw_transform, &item->draw_transform,
  398. item->pos.x, item->pos.y, 0.0f);
  399. item->output_scale = scale;
  400. /* ----------------------- */
  401. if (item->bounds_type != OBS_BOUNDS_NONE) {
  402. vec2_copy(&scale, &item->bounds);
  403. } else {
  404. scale.x = (float)width * item->scale.x;
  405. scale.y = (float)height * item->scale.y;
  406. }
  407. item->box_scale = scale;
  408. add_alignment(&base_origin, item->align, (int)scale.x, (int)scale.y);
  409. matrix4_identity(&item->box_transform);
  410. matrix4_scale3f(&item->box_transform, &item->box_transform, scale.x,
  411. scale.y, 1.0f);
  412. matrix4_translate3f(&item->box_transform, &item->box_transform,
  413. -base_origin.x, -base_origin.y, 0.0f);
  414. matrix4_rotate_aa4f(&item->box_transform, &item->box_transform, 0.0f,
  415. 0.0f, 1.0f, RAD(item->rot));
  416. matrix4_translate3f(&item->box_transform, &item->box_transform,
  417. item->pos.x, item->pos.y, 0.0f);
  418. /* ----------------------- */
  419. calldata_init_fixed(&params, stack, sizeof(stack));
  420. calldata_set_ptr(&params, "item", item);
  421. signal_parent(item->parent, "item_transform", &params);
  422. if (!update_tex)
  423. return;
  424. os_atomic_set_bool(&item->update_transform, false);
  425. }
  426. static inline bool source_size_changed(struct obs_scene_item *item)
  427. {
  428. uint32_t width = obs_source_get_width(item->source);
  429. uint32_t height = obs_source_get_height(item->source);
  430. return item->last_width != width || item->last_height != height;
  431. }
  432. static inline bool crop_enabled(const struct obs_sceneitem_crop *crop)
  433. {
  434. return crop->left || crop->right || crop->top || crop->bottom;
  435. }
  436. static inline bool scale_filter_enabled(const struct obs_scene_item *item)
  437. {
  438. return item->scale_filter != OBS_SCALE_DISABLE;
  439. }
  440. static inline bool default_blending_enabled(const struct obs_scene_item *item)
  441. {
  442. return item->blend_type == OBS_BLEND_NORMAL;
  443. }
  444. static inline bool item_is_scene(const struct obs_scene_item *item)
  445. {
  446. return item->source && item->source->info.type == OBS_SOURCE_TYPE_SCENE;
  447. }
  448. static inline bool item_texture_enabled(const struct obs_scene_item *item)
  449. {
  450. return crop_enabled(&item->crop) || scale_filter_enabled(item) ||
  451. (item->blend_method == OBS_BLEND_METHOD_SRGB_OFF) ||
  452. !default_blending_enabled(item) ||
  453. (item_is_scene(item) && !item->is_group);
  454. }
  455. static void render_item_texture(struct obs_scene_item *item,
  456. enum gs_color_space current_space,
  457. enum gs_color_space source_space)
  458. {
  459. gs_texture_t *tex = gs_texrender_get_texture(item->item_render);
  460. if (!tex) {
  461. return;
  462. }
  463. GS_DEBUG_MARKER_BEGIN(GS_DEBUG_COLOR_ITEM_TEXTURE,
  464. "render_item_texture");
  465. gs_effect_t *effect = obs->video.default_effect;
  466. enum obs_scale_type type = item->scale_filter;
  467. uint32_t cx = gs_texture_get_width(tex);
  468. uint32_t cy = gs_texture_get_height(tex);
  469. bool upscale = false;
  470. if (type != OBS_SCALE_DISABLE) {
  471. if (type == OBS_SCALE_POINT) {
  472. gs_eparam_t *image =
  473. gs_effect_get_param_by_name(effect, "image");
  474. gs_effect_set_next_sampler(image,
  475. obs->video.point_sampler);
  476. } else if (!close_float(item->output_scale.x, 1.0f, EPSILON) ||
  477. !close_float(item->output_scale.y, 1.0f, EPSILON)) {
  478. if (item->output_scale.x < 0.5f ||
  479. item->output_scale.y < 0.5f) {
  480. effect = obs->video.bilinear_lowres_effect;
  481. } else if (type == OBS_SCALE_BICUBIC) {
  482. effect = obs->video.bicubic_effect;
  483. } else if (type == OBS_SCALE_LANCZOS) {
  484. effect = obs->video.lanczos_effect;
  485. } else if (type == OBS_SCALE_AREA) {
  486. effect = obs->video.area_effect;
  487. upscale = (item->output_scale.x >= 1.0f) &&
  488. (item->output_scale.y >= 1.0f);
  489. }
  490. gs_eparam_t *const scale_param =
  491. gs_effect_get_param_by_name(effect,
  492. "base_dimension");
  493. if (scale_param) {
  494. struct vec2 base_res = {(float)cx, (float)cy};
  495. gs_effect_set_vec2(scale_param, &base_res);
  496. }
  497. gs_eparam_t *const scale_i_param =
  498. gs_effect_get_param_by_name(effect,
  499. "base_dimension_i");
  500. if (scale_i_param) {
  501. struct vec2 base_res_i = {1.0f / (float)cx,
  502. 1.0f / (float)cy};
  503. gs_effect_set_vec2(scale_i_param, &base_res_i);
  504. }
  505. }
  506. }
  507. float multiplier = 1.f;
  508. switch (current_space) {
  509. case GS_CS_709_SCRGB:
  510. switch (source_space) {
  511. case GS_CS_SRGB:
  512. case GS_CS_SRGB_16F:
  513. case GS_CS_709_EXTENDED:
  514. multiplier = obs_get_video_sdr_white_level() / 80.f;
  515. }
  516. }
  517. switch (source_space) {
  518. case GS_CS_709_SCRGB:
  519. switch (current_space) {
  520. case GS_CS_SRGB:
  521. case GS_CS_SRGB_16F:
  522. case GS_CS_709_EXTENDED:
  523. multiplier = 80.f / obs_get_video_sdr_white_level();
  524. }
  525. }
  526. const char *tech_name = "Draw";
  527. if (upscale) {
  528. tech_name = "DrawUpscale";
  529. switch (source_space) {
  530. case GS_CS_SRGB:
  531. case GS_CS_SRGB_16F:
  532. switch (current_space) {
  533. case GS_CS_709_SCRGB:
  534. tech_name = "DrawUpscaleMultiply";
  535. }
  536. break;
  537. case GS_CS_709_EXTENDED:
  538. switch (current_space) {
  539. case GS_CS_SRGB:
  540. case GS_CS_SRGB_16F:
  541. tech_name = "DrawUpscaleTonemap";
  542. break;
  543. case GS_CS_709_SCRGB:
  544. tech_name = "DrawUpscaleMultiply";
  545. }
  546. break;
  547. case GS_CS_709_SCRGB:
  548. switch (current_space) {
  549. case GS_CS_SRGB:
  550. case GS_CS_SRGB_16F:
  551. tech_name = "DrawUpscaleMultiplyTonemap";
  552. break;
  553. case GS_CS_709_EXTENDED:
  554. tech_name = "DrawUpscaleMultiply";
  555. }
  556. }
  557. } else {
  558. switch (source_space) {
  559. case GS_CS_SRGB:
  560. case GS_CS_SRGB_16F:
  561. switch (current_space) {
  562. case GS_CS_709_SCRGB:
  563. tech_name = "DrawMultiply";
  564. }
  565. break;
  566. case GS_CS_709_EXTENDED:
  567. switch (current_space) {
  568. case GS_CS_SRGB:
  569. case GS_CS_SRGB_16F:
  570. tech_name = "DrawTonemap";
  571. break;
  572. case GS_CS_709_SCRGB:
  573. tech_name = "DrawMultiply";
  574. }
  575. break;
  576. case GS_CS_709_SCRGB:
  577. switch (current_space) {
  578. case GS_CS_SRGB:
  579. case GS_CS_SRGB_16F:
  580. tech_name = "DrawMultiplyTonemap";
  581. break;
  582. case GS_CS_709_EXTENDED:
  583. tech_name = "DrawMultiply";
  584. }
  585. }
  586. }
  587. gs_eparam_t *const multiplier_param =
  588. gs_effect_get_param_by_name(effect, "multiplier");
  589. if (multiplier_param)
  590. gs_effect_set_float(multiplier_param, multiplier);
  591. gs_blend_state_push();
  592. gs_blend_function_separate(
  593. obs_blend_mode_params[item->blend_type].src_color,
  594. obs_blend_mode_params[item->blend_type].dst_color,
  595. obs_blend_mode_params[item->blend_type].src_alpha,
  596. obs_blend_mode_params[item->blend_type].dst_alpha);
  597. gs_blend_op(obs_blend_mode_params[item->blend_type].op);
  598. while (gs_effect_loop(effect, tech_name))
  599. obs_source_draw(tex, 0, 0, 0, 0, 0);
  600. gs_blend_state_pop();
  601. GS_DEBUG_MARKER_END();
  602. }
  603. static bool are_texcoords_centered(struct matrix4 *m)
  604. {
  605. static const struct matrix4 identity = {
  606. {1.0f, 0.0f, 0.0f, 0.0f},
  607. {0.0f, 1.0f, 0.0f, 0.0f},
  608. {0.0f, 0.0f, 1.0f, 0.0f},
  609. {0.0f, 0.0f, 0.0f, 1.0f},
  610. };
  611. struct matrix4 copy = identity;
  612. copy.t.x = floorf(m->t.x);
  613. copy.t.y = floorf(m->t.y);
  614. return memcmp(m, &copy, sizeof(*m)) == 0;
  615. }
  616. static inline void render_item(struct obs_scene_item *item)
  617. {
  618. GS_DEBUG_MARKER_BEGIN_FORMAT(GS_DEBUG_COLOR_ITEM, "Item: %s",
  619. obs_source_get_name(item->source));
  620. const bool use_texrender = item_texture_enabled(item);
  621. obs_source_t *const source = item->source;
  622. const enum gs_color_space current_space = gs_get_color_space();
  623. const enum gs_color_space source_space =
  624. obs_source_get_color_space(source, 1, &current_space);
  625. const enum gs_color_format format =
  626. gs_get_format_from_space(source_space);
  627. if (item->item_render &&
  628. (!use_texrender ||
  629. (gs_texrender_get_format(item->item_render) != format))) {
  630. gs_texrender_destroy(item->item_render);
  631. item->item_render = NULL;
  632. }
  633. if (!item->item_render && use_texrender) {
  634. item->item_render = gs_texrender_create(format, GS_ZS_NONE);
  635. }
  636. if (item->item_render) {
  637. uint32_t width = obs_source_get_width(item->source);
  638. uint32_t height = obs_source_get_height(item->source);
  639. if (!width || !height) {
  640. goto cleanup;
  641. }
  642. uint32_t cx = calc_cx(item, width);
  643. uint32_t cy = calc_cy(item, height);
  644. if (cx && cy &&
  645. gs_texrender_begin_with_color_space(item->item_render, cx,
  646. cy, source_space)) {
  647. float cx_scale = (float)width / (float)cx;
  648. float cy_scale = (float)height / (float)cy;
  649. struct vec4 clear_color;
  650. vec4_zero(&clear_color);
  651. gs_clear(GS_CLEAR_COLOR, &clear_color, 0.0f, 0);
  652. gs_ortho(0.0f, (float)width, 0.0f, (float)height,
  653. -100.0f, 100.0f);
  654. gs_matrix_scale3f(cx_scale, cy_scale, 1.0f);
  655. gs_matrix_translate3f(-(float)item->crop.left,
  656. -(float)item->crop.top, 0.0f);
  657. if (item->user_visible &&
  658. transition_active(item->show_transition)) {
  659. const int cx =
  660. obs_source_get_width(item->source);
  661. const int cy =
  662. obs_source_get_height(item->source);
  663. obs_transition_set_size(item->show_transition,
  664. cx, cy);
  665. obs_source_video_render(item->show_transition);
  666. } else if (!item->user_visible &&
  667. transition_active(item->hide_transition)) {
  668. const int cx =
  669. obs_source_get_width(item->source);
  670. const int cy =
  671. obs_source_get_height(item->source);
  672. obs_transition_set_size(item->hide_transition,
  673. cx, cy);
  674. obs_source_video_render(item->hide_transition);
  675. } else {
  676. obs_source_set_texcoords_centered(item->source,
  677. true);
  678. obs_source_video_render(item->source);
  679. obs_source_set_texcoords_centered(item->source,
  680. false);
  681. }
  682. gs_texrender_end(item->item_render);
  683. }
  684. }
  685. const bool linear_srgb =
  686. !item->item_render ||
  687. (item->blend_method != OBS_BLEND_METHOD_SRGB_OFF);
  688. const bool previous = gs_set_linear_srgb(linear_srgb);
  689. gs_matrix_push();
  690. gs_matrix_mul(&item->draw_transform);
  691. if (item->item_render) {
  692. render_item_texture(item, current_space, source_space);
  693. } else if (item->user_visible &&
  694. transition_active(item->show_transition)) {
  695. const int cx = obs_source_get_width(item->source);
  696. const int cy = obs_source_get_height(item->source);
  697. obs_transition_set_size(item->show_transition, cx, cy);
  698. obs_source_video_render(item->show_transition);
  699. } else if (!item->user_visible &&
  700. transition_active(item->hide_transition)) {
  701. const int cx = obs_source_get_width(item->source);
  702. const int cy = obs_source_get_height(item->source);
  703. obs_transition_set_size(item->hide_transition, cx, cy);
  704. obs_source_video_render(item->hide_transition);
  705. } else {
  706. const bool centered =
  707. are_texcoords_centered(&item->draw_transform);
  708. obs_source_set_texcoords_centered(item->source, centered);
  709. obs_source_video_render(item->source);
  710. obs_source_set_texcoords_centered(item->source, false);
  711. }
  712. gs_matrix_pop();
  713. gs_set_linear_srgb(previous);
  714. cleanup:
  715. GS_DEBUG_MARKER_END();
  716. }
  717. static void scene_video_tick(void *data, float seconds)
  718. {
  719. struct obs_scene *scene = data;
  720. struct obs_scene_item *item;
  721. video_lock(scene);
  722. item = scene->first_item;
  723. while (item) {
  724. if (item->item_render)
  725. gs_texrender_reset(item->item_render);
  726. item = item->next;
  727. }
  728. video_unlock(scene);
  729. UNUSED_PARAMETER(seconds);
  730. }
  731. /* assumes video lock */
  732. static void
  733. update_transforms_and_prune_sources(obs_scene_t *scene,
  734. struct darray *remove_items,
  735. obs_sceneitem_t *group_sceneitem)
  736. {
  737. struct obs_scene_item *item = scene->first_item;
  738. bool rebuild_group =
  739. group_sceneitem &&
  740. os_atomic_load_bool(&group_sceneitem->update_group_resize);
  741. while (item) {
  742. if (obs_source_removed(item->source)) {
  743. struct obs_scene_item *del_item = item;
  744. item = item->next;
  745. remove_without_release(del_item);
  746. darray_push_back(sizeof(struct obs_scene_item *),
  747. remove_items, &del_item);
  748. rebuild_group = true;
  749. continue;
  750. }
  751. if (item->is_group) {
  752. obs_scene_t *group_scene = item->source->context.data;
  753. video_lock(group_scene);
  754. update_transforms_and_prune_sources(group_scene,
  755. remove_items, item);
  756. video_unlock(group_scene);
  757. }
  758. if (os_atomic_load_bool(&item->update_transform) ||
  759. source_size_changed(item)) {
  760. update_item_transform(item, true);
  761. rebuild_group = true;
  762. }
  763. item = item->next;
  764. }
  765. if (rebuild_group && group_sceneitem)
  766. resize_group(group_sceneitem);
  767. }
  768. static void scene_video_render(void *data, gs_effect_t *effect)
  769. {
  770. DARRAY(struct obs_scene_item *) remove_items;
  771. struct obs_scene *scene = data;
  772. struct obs_scene_item *item;
  773. da_init(remove_items);
  774. video_lock(scene);
  775. if (!scene->is_group) {
  776. update_transforms_and_prune_sources(scene, &remove_items.da,
  777. NULL);
  778. }
  779. gs_blend_state_push();
  780. gs_reset_blend_state();
  781. item = scene->first_item;
  782. while (item) {
  783. if (item->user_visible ||
  784. transition_active(item->hide_transition))
  785. render_item(item);
  786. item = item->next;
  787. }
  788. gs_blend_state_pop();
  789. video_unlock(scene);
  790. for (size_t i = 0; i < remove_items.num; i++)
  791. obs_sceneitem_release(remove_items.array[i]);
  792. da_free(remove_items);
  793. UNUSED_PARAMETER(effect);
  794. }
  795. static void set_visibility(struct obs_scene_item *item, bool vis)
  796. {
  797. pthread_mutex_lock(&item->actions_mutex);
  798. da_resize(item->audio_actions, 0);
  799. if (os_atomic_load_long(&item->active_refs) > 0) {
  800. if (!vis)
  801. obs_source_remove_active_child(item->parent->source,
  802. item->source);
  803. } else if (vis) {
  804. obs_source_add_active_child(item->parent->source, item->source);
  805. }
  806. os_atomic_set_long(&item->active_refs, vis ? 1 : 0);
  807. item->visible = vis;
  808. item->user_visible = vis;
  809. pthread_mutex_unlock(&item->actions_mutex);
  810. }
  811. static void scene_load(void *data, obs_data_t *settings);
  812. static void scene_load_item(struct obs_scene *scene, obs_data_t *item_data)
  813. {
  814. const char *name = obs_data_get_string(item_data, "name");
  815. obs_source_t *source;
  816. const char *scale_filter_str;
  817. const char *blend_method_str;
  818. const char *blend_str;
  819. struct obs_scene_item *item;
  820. bool visible;
  821. bool lock;
  822. if (obs_data_get_bool(item_data, "group_item_backup"))
  823. return;
  824. source = obs_get_source_by_name(name);
  825. if (!source) {
  826. blog(LOG_WARNING,
  827. "[scene_load_item] Source %s not "
  828. "found!",
  829. name);
  830. return;
  831. }
  832. item = obs_scene_add(scene, source);
  833. if (!item) {
  834. blog(LOG_WARNING,
  835. "[scene_load_item] Could not add source '%s' "
  836. "to scene '%s'!",
  837. name, obs_source_get_name(scene->source));
  838. obs_source_release(source);
  839. return;
  840. }
  841. item->is_group = strcmp(source->info.id, group_info.id) == 0;
  842. obs_data_set_default_int(item_data, "align",
  843. OBS_ALIGN_TOP | OBS_ALIGN_LEFT);
  844. if (obs_data_has_user_value(item_data, "id"))
  845. item->id = obs_data_get_int(item_data, "id");
  846. item->rot = (float)obs_data_get_double(item_data, "rot");
  847. item->align = (uint32_t)obs_data_get_int(item_data, "align");
  848. visible = obs_data_get_bool(item_data, "visible");
  849. lock = obs_data_get_bool(item_data, "locked");
  850. obs_data_get_vec2(item_data, "pos", &item->pos);
  851. obs_data_get_vec2(item_data, "scale", &item->scale);
  852. obs_data_release(item->private_settings);
  853. item->private_settings =
  854. obs_data_get_obj(item_data, "private_settings");
  855. if (!item->private_settings)
  856. item->private_settings = obs_data_create();
  857. set_visibility(item, visible);
  858. obs_sceneitem_set_locked(item, lock);
  859. item->bounds_type = (enum obs_bounds_type)obs_data_get_int(
  860. item_data, "bounds_type");
  861. item->bounds_align =
  862. (uint32_t)obs_data_get_int(item_data, "bounds_align");
  863. obs_data_get_vec2(item_data, "bounds", &item->bounds);
  864. item->crop.left = (uint32_t)obs_data_get_int(item_data, "crop_left");
  865. item->crop.top = (uint32_t)obs_data_get_int(item_data, "crop_top");
  866. item->crop.right = (uint32_t)obs_data_get_int(item_data, "crop_right");
  867. item->crop.bottom =
  868. (uint32_t)obs_data_get_int(item_data, "crop_bottom");
  869. scale_filter_str = obs_data_get_string(item_data, "scale_filter");
  870. item->scale_filter = OBS_SCALE_DISABLE;
  871. if (scale_filter_str) {
  872. if (astrcmpi(scale_filter_str, "point") == 0)
  873. item->scale_filter = OBS_SCALE_POINT;
  874. else if (astrcmpi(scale_filter_str, "bilinear") == 0)
  875. item->scale_filter = OBS_SCALE_BILINEAR;
  876. else if (astrcmpi(scale_filter_str, "bicubic") == 0)
  877. item->scale_filter = OBS_SCALE_BICUBIC;
  878. else if (astrcmpi(scale_filter_str, "lanczos") == 0)
  879. item->scale_filter = OBS_SCALE_LANCZOS;
  880. else if (astrcmpi(scale_filter_str, "area") == 0)
  881. item->scale_filter = OBS_SCALE_AREA;
  882. }
  883. blend_method_str = obs_data_get_string(item_data, "blend_method");
  884. item->blend_method = OBS_BLEND_METHOD_DEFAULT;
  885. if (blend_method_str) {
  886. if (astrcmpi(blend_method_str, "srgb_off") == 0)
  887. item->blend_method = OBS_BLEND_METHOD_SRGB_OFF;
  888. }
  889. blend_str = obs_data_get_string(item_data, "blend_type");
  890. item->blend_type = OBS_BLEND_NORMAL;
  891. if (blend_str) {
  892. if (astrcmpi(blend_str, "additive") == 0)
  893. item->blend_type = OBS_BLEND_ADDITIVE;
  894. else if (astrcmpi(blend_str, "subtract") == 0)
  895. item->blend_type = OBS_BLEND_SUBTRACT;
  896. else if (astrcmpi(blend_str, "screen") == 0)
  897. item->blend_type = OBS_BLEND_SCREEN;
  898. else if (astrcmpi(blend_str, "multiply") == 0)
  899. item->blend_type = OBS_BLEND_MULTIPLY;
  900. else if (astrcmpi(blend_str, "lighten") == 0)
  901. item->blend_type = OBS_BLEND_LIGHTEN;
  902. else if (astrcmpi(blend_str, "darken") == 0)
  903. item->blend_type = OBS_BLEND_DARKEN;
  904. }
  905. obs_data_t *show_data = obs_data_get_obj(item_data, "show_transition");
  906. if (show_data) {
  907. obs_sceneitem_transition_load(item, show_data, true);
  908. obs_data_release(show_data);
  909. }
  910. obs_data_t *hide_data = obs_data_get_obj(item_data, "hide_transition");
  911. if (hide_data) {
  912. obs_sceneitem_transition_load(item, hide_data, false);
  913. obs_data_release(hide_data);
  914. }
  915. obs_source_release(source);
  916. update_item_transform(item, false);
  917. }
  918. static void scene_load(void *data, obs_data_t *settings)
  919. {
  920. struct obs_scene *scene = data;
  921. obs_data_array_t *items = obs_data_get_array(settings, "items");
  922. size_t count, i;
  923. remove_all_items(scene);
  924. if (!items)
  925. return;
  926. count = obs_data_array_count(items);
  927. for (i = 0; i < count; i++) {
  928. obs_data_t *item_data = obs_data_array_item(items, i);
  929. scene_load_item(scene, item_data);
  930. obs_data_release(item_data);
  931. }
  932. if (obs_data_has_user_value(settings, "id_counter"))
  933. scene->id_counter = obs_data_get_int(settings, "id_counter");
  934. if (obs_data_get_bool(settings, "custom_size")) {
  935. scene->cx = (uint32_t)obs_data_get_int(settings, "cx");
  936. scene->cy = (uint32_t)obs_data_get_int(settings, "cy");
  937. scene->custom_size = true;
  938. }
  939. obs_data_array_release(items);
  940. }
  941. static void scene_save(void *data, obs_data_t *settings);
  942. static void scene_save_item(obs_data_array_t *array,
  943. struct obs_scene_item *item,
  944. struct obs_scene_item *backup_group)
  945. {
  946. obs_data_t *item_data = obs_data_create();
  947. const char *name = obs_source_get_name(item->source);
  948. const char *scale_filter;
  949. const char *blend_method;
  950. const char *blend_type;
  951. struct vec2 pos = item->pos;
  952. struct vec2 scale = item->scale;
  953. float rot = item->rot;
  954. if (backup_group) {
  955. get_ungrouped_transform(backup_group, &pos, &scale, &rot);
  956. }
  957. obs_data_set_string(item_data, "name", name);
  958. obs_data_set_bool(item_data, "visible", item->user_visible);
  959. obs_data_set_bool(item_data, "locked", item->locked);
  960. obs_data_set_double(item_data, "rot", rot);
  961. obs_data_set_vec2(item_data, "pos", &pos);
  962. obs_data_set_vec2(item_data, "scale", &scale);
  963. obs_data_set_int(item_data, "align", (int)item->align);
  964. obs_data_set_int(item_data, "bounds_type", (int)item->bounds_type);
  965. obs_data_set_int(item_data, "bounds_align", (int)item->bounds_align);
  966. obs_data_set_vec2(item_data, "bounds", &item->bounds);
  967. obs_data_set_int(item_data, "crop_left", (int)item->crop.left);
  968. obs_data_set_int(item_data, "crop_top", (int)item->crop.top);
  969. obs_data_set_int(item_data, "crop_right", (int)item->crop.right);
  970. obs_data_set_int(item_data, "crop_bottom", (int)item->crop.bottom);
  971. obs_data_set_int(item_data, "id", item->id);
  972. obs_data_set_bool(item_data, "group_item_backup", !!backup_group);
  973. if (item->is_group) {
  974. obs_scene_t *group_scene = item->source->context.data;
  975. obs_sceneitem_t *group_item;
  976. /* save group items as part of main scene, but ignored.
  977. * causes an automatic ungroup if scene collection file
  978. * is loaded in previous versions. */
  979. full_lock(group_scene);
  980. group_item = group_scene->first_item;
  981. while (group_item) {
  982. scene_save_item(array, group_item, item);
  983. group_item = group_item->next;
  984. }
  985. full_unlock(group_scene);
  986. }
  987. if (item->scale_filter == OBS_SCALE_POINT)
  988. scale_filter = "point";
  989. else if (item->scale_filter == OBS_SCALE_BILINEAR)
  990. scale_filter = "bilinear";
  991. else if (item->scale_filter == OBS_SCALE_BICUBIC)
  992. scale_filter = "bicubic";
  993. else if (item->scale_filter == OBS_SCALE_LANCZOS)
  994. scale_filter = "lanczos";
  995. else if (item->scale_filter == OBS_SCALE_AREA)
  996. scale_filter = "area";
  997. else
  998. scale_filter = "disable";
  999. obs_data_set_string(item_data, "scale_filter", scale_filter);
  1000. if (item->blend_method == OBS_BLEND_METHOD_SRGB_OFF)
  1001. blend_method = "srgb_off";
  1002. else
  1003. blend_method = "default";
  1004. obs_data_set_string(item_data, "blend_method", blend_method);
  1005. if (item->blend_type == OBS_BLEND_NORMAL)
  1006. blend_type = "normal";
  1007. else if (item->blend_type == OBS_BLEND_ADDITIVE)
  1008. blend_type = "additive";
  1009. else if (item->blend_type == OBS_BLEND_SUBTRACT)
  1010. blend_type = "subtract";
  1011. else if (item->blend_type == OBS_BLEND_SCREEN)
  1012. blend_type = "screen";
  1013. else if (item->blend_type == OBS_BLEND_MULTIPLY)
  1014. blend_type = "multiply";
  1015. else if (item->blend_type == OBS_BLEND_LIGHTEN)
  1016. blend_type = "lighten";
  1017. else if (item->blend_type == OBS_BLEND_DARKEN)
  1018. blend_type = "darken";
  1019. else
  1020. blend_type = "normal";
  1021. obs_data_set_string(item_data, "blend_type", blend_type);
  1022. obs_data_t *show_data = obs_sceneitem_transition_save(item, true);
  1023. obs_data_set_obj(item_data, "show_transition", show_data);
  1024. obs_data_release(show_data);
  1025. obs_data_t *hide_data = obs_sceneitem_transition_save(item, false);
  1026. obs_data_set_obj(item_data, "hide_transition", hide_data);
  1027. obs_data_release(hide_data);
  1028. obs_data_set_obj(item_data, "private_settings", item->private_settings);
  1029. obs_data_array_push_back(array, item_data);
  1030. obs_data_release(item_data);
  1031. }
  1032. static void scene_save(void *data, obs_data_t *settings)
  1033. {
  1034. struct obs_scene *scene = data;
  1035. obs_data_array_t *array = obs_data_array_create();
  1036. struct obs_scene_item *item;
  1037. full_lock(scene);
  1038. item = scene->first_item;
  1039. while (item) {
  1040. scene_save_item(array, item, NULL);
  1041. item = item->next;
  1042. }
  1043. obs_data_set_int(settings, "id_counter", scene->id_counter);
  1044. obs_data_set_bool(settings, "custom_size", scene->custom_size);
  1045. if (scene->custom_size) {
  1046. obs_data_set_int(settings, "cx", scene->cx);
  1047. obs_data_set_int(settings, "cy", scene->cy);
  1048. }
  1049. full_unlock(scene);
  1050. obs_data_set_array(settings, "items", array);
  1051. obs_data_array_release(array);
  1052. }
  1053. static uint32_t scene_getwidth(void *data)
  1054. {
  1055. obs_scene_t *scene = data;
  1056. return scene->custom_size ? scene->cx : obs->video.base_width;
  1057. }
  1058. static uint32_t scene_getheight(void *data)
  1059. {
  1060. obs_scene_t *scene = data;
  1061. return scene->custom_size ? scene->cy : obs->video.base_height;
  1062. }
  1063. static void apply_scene_item_audio_actions(struct obs_scene_item *item,
  1064. float *buf, uint64_t ts,
  1065. size_t sample_rate)
  1066. {
  1067. bool cur_visible = item->visible;
  1068. uint64_t frame_num = 0;
  1069. size_t deref_count = 0;
  1070. pthread_mutex_lock(&item->actions_mutex);
  1071. for (size_t i = 0; i < item->audio_actions.num; i++) {
  1072. struct item_action action = item->audio_actions.array[i];
  1073. uint64_t timestamp = action.timestamp;
  1074. uint64_t new_frame_num;
  1075. if (timestamp < ts)
  1076. timestamp = ts;
  1077. new_frame_num = util_mul_div64(timestamp - ts, sample_rate,
  1078. 1000000000ULL);
  1079. if (ts && new_frame_num >= AUDIO_OUTPUT_FRAMES)
  1080. break;
  1081. da_erase(item->audio_actions, i--);
  1082. item->visible = action.visible;
  1083. if (!item->visible)
  1084. deref_count++;
  1085. if (buf && new_frame_num > frame_num) {
  1086. for (; frame_num < new_frame_num; frame_num++)
  1087. buf[frame_num] = cur_visible ? 1.0f : 0.0f;
  1088. }
  1089. cur_visible = item->visible;
  1090. }
  1091. if (buf) {
  1092. for (; frame_num < AUDIO_OUTPUT_FRAMES; frame_num++)
  1093. buf[frame_num] = cur_visible ? 1.0f : 0.0f;
  1094. }
  1095. pthread_mutex_unlock(&item->actions_mutex);
  1096. while (deref_count--) {
  1097. if (os_atomic_dec_long(&item->active_refs) == 0) {
  1098. obs_source_remove_active_child(item->parent->source,
  1099. item->source);
  1100. }
  1101. }
  1102. }
  1103. static bool apply_scene_item_volume(struct obs_scene_item *item, float *buf,
  1104. uint64_t ts, size_t sample_rate)
  1105. {
  1106. bool actions_pending;
  1107. struct item_action action;
  1108. pthread_mutex_lock(&item->actions_mutex);
  1109. actions_pending = item->audio_actions.num > 0;
  1110. if (actions_pending)
  1111. action = item->audio_actions.array[0];
  1112. pthread_mutex_unlock(&item->actions_mutex);
  1113. if (actions_pending) {
  1114. uint64_t duration = util_mul_div64(AUDIO_OUTPUT_FRAMES,
  1115. 1000000000ULL, sample_rate);
  1116. if (!ts || action.timestamp < (ts + duration)) {
  1117. apply_scene_item_audio_actions(item, buf, ts,
  1118. sample_rate);
  1119. return true;
  1120. }
  1121. }
  1122. return false;
  1123. }
  1124. static void process_all_audio_actions(struct obs_scene_item *item,
  1125. size_t sample_rate)
  1126. {
  1127. while (apply_scene_item_volume(item, NULL, 0, sample_rate))
  1128. ;
  1129. }
  1130. static void mix_audio_with_buf(float *p_out, float *p_in, float *buf_in,
  1131. size_t pos, size_t count)
  1132. {
  1133. register float *out = p_out;
  1134. register float *buf = buf_in + pos;
  1135. register float *in = p_in + pos;
  1136. register float *end = in + count;
  1137. while (in < end)
  1138. *(out++) += *(in++) * *(buf++);
  1139. }
  1140. static inline void mix_audio(float *p_out, float *p_in, size_t pos,
  1141. size_t count)
  1142. {
  1143. register float *out = p_out;
  1144. register float *in = p_in + pos;
  1145. register float *end = in + count;
  1146. while (in < end)
  1147. *(out++) += *(in++);
  1148. }
  1149. static bool scene_audio_render(void *data, uint64_t *ts_out,
  1150. struct obs_source_audio_mix *audio_output,
  1151. uint32_t mixers, size_t channels,
  1152. size_t sample_rate)
  1153. {
  1154. uint64_t timestamp = 0;
  1155. float buf[AUDIO_OUTPUT_FRAMES];
  1156. struct obs_source_audio_mix child_audio;
  1157. struct obs_scene *scene = data;
  1158. struct obs_scene_item *item;
  1159. audio_lock(scene);
  1160. item = scene->first_item;
  1161. while (item) {
  1162. struct obs_source *source;
  1163. if (item->visible && transition_active(item->show_transition))
  1164. source = item->show_transition;
  1165. else if (!item->visible &&
  1166. transition_active(item->hide_transition))
  1167. source = item->hide_transition;
  1168. else
  1169. source = item->source;
  1170. if (!obs_source_audio_pending(source) &&
  1171. (item->visible ||
  1172. transition_active(item->hide_transition))) {
  1173. uint64_t source_ts =
  1174. obs_source_get_audio_timestamp(source);
  1175. if (source_ts && (!timestamp || source_ts < timestamp))
  1176. timestamp = source_ts;
  1177. }
  1178. item = item->next;
  1179. }
  1180. if (!timestamp) {
  1181. /* just process all pending audio actions if no audio playing,
  1182. * otherwise audio actions will just never be processed */
  1183. item = scene->first_item;
  1184. while (item) {
  1185. process_all_audio_actions(item, sample_rate);
  1186. item = item->next;
  1187. }
  1188. audio_unlock(scene);
  1189. return false;
  1190. }
  1191. item = scene->first_item;
  1192. while (item) {
  1193. uint64_t source_ts;
  1194. size_t pos, count;
  1195. bool apply_buf;
  1196. struct obs_source *source;
  1197. if (item->visible && transition_active(item->show_transition))
  1198. source = item->show_transition;
  1199. else if (!item->visible &&
  1200. transition_active(item->hide_transition))
  1201. source = item->hide_transition;
  1202. else
  1203. source = item->source;
  1204. apply_buf = apply_scene_item_volume(item, buf, timestamp,
  1205. sample_rate);
  1206. if (obs_source_audio_pending(source)) {
  1207. item = item->next;
  1208. continue;
  1209. }
  1210. source_ts = obs_source_get_audio_timestamp(source);
  1211. if (!source_ts) {
  1212. item = item->next;
  1213. continue;
  1214. }
  1215. pos = (size_t)ns_to_audio_frames(sample_rate,
  1216. source_ts - timestamp);
  1217. count = AUDIO_OUTPUT_FRAMES - pos;
  1218. if (!apply_buf && !item->visible &&
  1219. !transition_active(item->hide_transition)) {
  1220. item = item->next;
  1221. continue;
  1222. }
  1223. obs_source_get_audio_mix(source, &child_audio);
  1224. for (size_t mix = 0; mix < MAX_AUDIO_MIXES; mix++) {
  1225. if ((mixers & (1 << mix)) == 0)
  1226. continue;
  1227. for (size_t ch = 0; ch < channels; ch++) {
  1228. float *out = audio_output->output[mix].data[ch];
  1229. float *in = child_audio.output[mix].data[ch];
  1230. if (apply_buf)
  1231. mix_audio_with_buf(out, in, buf, pos,
  1232. count);
  1233. else
  1234. mix_audio(out, in, pos, count);
  1235. }
  1236. }
  1237. item = item->next;
  1238. }
  1239. *ts_out = timestamp;
  1240. audio_unlock(scene);
  1241. return true;
  1242. }
  1243. enum gs_color_space
  1244. scene_video_get_color_space(void *data, size_t count,
  1245. const enum gs_color_space *preferred_spaces)
  1246. {
  1247. UNUSED_PARAMETER(data);
  1248. enum gs_color_space canvas_space = GS_CS_SRGB;
  1249. struct obs_video_info ovi;
  1250. if (obs_get_video_info(&ovi)) {
  1251. switch (ovi.colorspace) {
  1252. case VIDEO_CS_2100_PQ:
  1253. case VIDEO_CS_2100_HLG:
  1254. canvas_space = GS_CS_709_EXTENDED;
  1255. }
  1256. }
  1257. enum gs_color_space space = canvas_space;
  1258. for (size_t i = 0; i < count; ++i) {
  1259. space = preferred_spaces[i];
  1260. if (space == canvas_space)
  1261. break;
  1262. }
  1263. return space;
  1264. }
  1265. const struct obs_source_info scene_info = {
  1266. .id = "scene",
  1267. .type = OBS_SOURCE_TYPE_SCENE,
  1268. .output_flags = OBS_SOURCE_VIDEO | OBS_SOURCE_CUSTOM_DRAW |
  1269. OBS_SOURCE_COMPOSITE | OBS_SOURCE_DO_NOT_DUPLICATE |
  1270. OBS_SOURCE_SRGB,
  1271. .get_name = scene_getname,
  1272. .create = scene_create,
  1273. .destroy = scene_destroy,
  1274. .video_tick = scene_video_tick,
  1275. .video_render = scene_video_render,
  1276. .audio_render = scene_audio_render,
  1277. .get_width = scene_getwidth,
  1278. .get_height = scene_getheight,
  1279. .load = scene_load,
  1280. .save = scene_save,
  1281. .enum_active_sources = scene_enum_active_sources,
  1282. .enum_all_sources = scene_enum_all_sources,
  1283. .video_get_color_space = scene_video_get_color_space,
  1284. };
  1285. const struct obs_source_info group_info = {
  1286. .id = "group",
  1287. .type = OBS_SOURCE_TYPE_SCENE,
  1288. .output_flags = OBS_SOURCE_VIDEO | OBS_SOURCE_CUSTOM_DRAW |
  1289. OBS_SOURCE_COMPOSITE | OBS_SOURCE_SRGB,
  1290. .get_name = group_getname,
  1291. .create = scene_create,
  1292. .destroy = scene_destroy,
  1293. .video_tick = scene_video_tick,
  1294. .video_render = scene_video_render,
  1295. .audio_render = scene_audio_render,
  1296. .get_width = scene_getwidth,
  1297. .get_height = scene_getheight,
  1298. .load = scene_load,
  1299. .save = scene_save,
  1300. .enum_active_sources = scene_enum_active_sources,
  1301. .enum_all_sources = scene_enum_all_sources,
  1302. .video_get_color_space = scene_video_get_color_space,
  1303. };
  1304. static inline obs_scene_t *create_id(const char *id, const char *name)
  1305. {
  1306. struct obs_source *source = obs_source_create(id, name, NULL, NULL);
  1307. return source->context.data;
  1308. }
  1309. static inline obs_scene_t *create_private_id(const char *id, const char *name)
  1310. {
  1311. struct obs_source *source = obs_source_create_private(id, name, NULL);
  1312. return source->context.data;
  1313. }
  1314. obs_scene_t *obs_scene_create(const char *name)
  1315. {
  1316. return create_id("scene", name);
  1317. }
  1318. obs_scene_t *obs_scene_create_private(const char *name)
  1319. {
  1320. return create_private_id("scene", name);
  1321. }
  1322. static obs_source_t *get_child_at_idx(obs_scene_t *scene, size_t idx)
  1323. {
  1324. struct obs_scene_item *item = scene->first_item;
  1325. while (item && idx--)
  1326. item = item->next;
  1327. return item ? item->source : NULL;
  1328. }
  1329. static inline obs_source_t *dup_child(struct darray *array, size_t idx,
  1330. obs_scene_t *new_scene, bool private)
  1331. {
  1332. DARRAY(struct obs_scene_item *) old_items;
  1333. obs_source_t *source;
  1334. old_items.da = *array;
  1335. source = old_items.array[idx]->source;
  1336. /* if the old item is referenced more than once in the old scene,
  1337. * make sure they're referenced similarly in the new scene to reduce
  1338. * load times */
  1339. for (size_t i = 0; i < idx; i++) {
  1340. struct obs_scene_item *item = old_items.array[i];
  1341. if (item->source == source) {
  1342. source = get_child_at_idx(new_scene, i);
  1343. return obs_source_get_ref(source);
  1344. }
  1345. }
  1346. return obs_source_duplicate(
  1347. source, private ? obs_source_get_name(source) : NULL, private);
  1348. }
  1349. static inline obs_source_t *new_ref(obs_source_t *source)
  1350. {
  1351. return obs_source_get_ref(source);
  1352. }
  1353. static inline void duplicate_item_data(struct obs_scene_item *dst,
  1354. struct obs_scene_item *src,
  1355. bool defer_texture_update,
  1356. bool duplicate_hotkeys,
  1357. bool duplicate_private_data)
  1358. {
  1359. struct obs_scene *dst_scene = dst->parent;
  1360. if (!src->user_visible)
  1361. set_visibility(dst, false);
  1362. dst->selected = src->selected;
  1363. dst->pos = src->pos;
  1364. dst->rot = src->rot;
  1365. dst->scale = src->scale;
  1366. dst->align = src->align;
  1367. dst->last_width = src->last_width;
  1368. dst->last_height = src->last_height;
  1369. dst->output_scale = src->output_scale;
  1370. dst->scale_filter = src->scale_filter;
  1371. dst->blend_type = src->blend_type;
  1372. dst->box_transform = src->box_transform;
  1373. dst->box_scale = src->box_scale;
  1374. dst->draw_transform = src->draw_transform;
  1375. dst->bounds_type = src->bounds_type;
  1376. dst->bounds_align = src->bounds_align;
  1377. dst->bounds = src->bounds;
  1378. if (src->show_transition) {
  1379. obs_source_t *transition = obs_source_duplicate(
  1380. src->show_transition,
  1381. obs_source_get_name(src->show_transition), true);
  1382. obs_sceneitem_set_transition(dst, true, transition);
  1383. obs_source_release(transition);
  1384. }
  1385. if (src->hide_transition) {
  1386. obs_source_t *transition = obs_source_duplicate(
  1387. src->hide_transition,
  1388. obs_source_get_name(src->hide_transition), true);
  1389. obs_sceneitem_set_transition(dst, false, transition);
  1390. obs_source_release(transition);
  1391. }
  1392. dst->show_transition_duration = src->show_transition_duration;
  1393. dst->hide_transition_duration = src->hide_transition_duration;
  1394. if (duplicate_hotkeys && !dst_scene->source->context.private) {
  1395. obs_data_array_t *data0 = NULL;
  1396. obs_data_array_t *data1 = NULL;
  1397. obs_hotkey_pair_save(src->toggle_visibility, &data0, &data1);
  1398. obs_hotkey_pair_load(dst->toggle_visibility, data0, data1);
  1399. obs_data_array_release(data0);
  1400. obs_data_array_release(data1);
  1401. }
  1402. obs_sceneitem_set_crop(dst, &src->crop);
  1403. obs_sceneitem_set_locked(dst, src->locked);
  1404. if (defer_texture_update) {
  1405. os_atomic_set_bool(&dst->update_transform, true);
  1406. }
  1407. if (duplicate_private_data) {
  1408. obs_data_apply(dst->private_settings, src->private_settings);
  1409. }
  1410. }
  1411. obs_scene_t *obs_scene_duplicate(obs_scene_t *scene, const char *name,
  1412. enum obs_scene_duplicate_type type)
  1413. {
  1414. bool make_unique = ((int)type & (1 << 0)) != 0;
  1415. bool make_private = ((int)type & (1 << 1)) != 0;
  1416. DARRAY(struct obs_scene_item *) items;
  1417. struct obs_scene *new_scene;
  1418. struct obs_scene_item *item;
  1419. struct obs_source *source;
  1420. da_init(items);
  1421. if (!obs_ptr_valid(scene, "obs_scene_duplicate"))
  1422. return NULL;
  1423. /* --------------------------------- */
  1424. full_lock(scene);
  1425. item = scene->first_item;
  1426. while (item) {
  1427. da_push_back(items, &item);
  1428. obs_sceneitem_addref(item);
  1429. item = item->next;
  1430. }
  1431. full_unlock(scene);
  1432. /* --------------------------------- */
  1433. new_scene = make_private
  1434. ? create_private_id(scene->source->info.id, name)
  1435. : create_id(scene->source->info.id, name);
  1436. obs_source_copy_filters(new_scene->source, scene->source);
  1437. obs_data_apply(new_scene->source->private_settings,
  1438. scene->source->private_settings);
  1439. /* never duplicate sub-items for groups */
  1440. if (scene->is_group)
  1441. make_unique = false;
  1442. for (size_t i = 0; i < items.num; i++) {
  1443. item = items.array[i];
  1444. source = make_unique ? dup_child(&items.da, i, new_scene,
  1445. make_private)
  1446. : new_ref(item->source);
  1447. if (source) {
  1448. struct obs_scene_item *new_item =
  1449. obs_scene_add(new_scene, source);
  1450. if (!new_item) {
  1451. obs_source_release(source);
  1452. continue;
  1453. }
  1454. duplicate_item_data(new_item, item, false, false,
  1455. false);
  1456. obs_source_release(source);
  1457. }
  1458. }
  1459. for (size_t i = 0; i < items.num; i++)
  1460. obs_sceneitem_release(items.array[i]);
  1461. if (new_scene->is_group)
  1462. resize_scene(new_scene);
  1463. da_free(items);
  1464. return new_scene;
  1465. }
  1466. void obs_scene_addref(obs_scene_t *scene)
  1467. {
  1468. if (scene)
  1469. obs_source_addref(scene->source);
  1470. }
  1471. obs_scene_t *obs_scene_get_ref(obs_scene_t *scene)
  1472. {
  1473. if (!scene)
  1474. return NULL;
  1475. if (obs_source_get_ref(scene->source) != NULL)
  1476. return scene;
  1477. return NULL;
  1478. }
  1479. void obs_scene_release(obs_scene_t *scene)
  1480. {
  1481. if (scene)
  1482. obs_source_release(scene->source);
  1483. }
  1484. obs_source_t *obs_scene_get_source(const obs_scene_t *scene)
  1485. {
  1486. return scene ? scene->source : NULL;
  1487. }
  1488. obs_scene_t *obs_scene_from_source(const obs_source_t *source)
  1489. {
  1490. if (!source || strcmp(source->info.id, scene_info.id) != 0)
  1491. return NULL;
  1492. return source->context.data;
  1493. }
  1494. obs_scene_t *obs_group_from_source(const obs_source_t *source)
  1495. {
  1496. if (!source || strcmp(source->info.id, group_info.id) != 0)
  1497. return NULL;
  1498. return source->context.data;
  1499. }
  1500. obs_sceneitem_t *obs_scene_find_source(obs_scene_t *scene, const char *name)
  1501. {
  1502. struct obs_scene_item *item;
  1503. if (!scene)
  1504. return NULL;
  1505. full_lock(scene);
  1506. item = scene->first_item;
  1507. while (item) {
  1508. if (strcmp(item->source->context.name, name) == 0)
  1509. break;
  1510. item = item->next;
  1511. }
  1512. full_unlock(scene);
  1513. return item;
  1514. }
  1515. obs_sceneitem_t *obs_scene_find_source_recursive(obs_scene_t *scene,
  1516. const char *name)
  1517. {
  1518. struct obs_scene_item *item;
  1519. if (!scene)
  1520. return NULL;
  1521. full_lock(scene);
  1522. item = scene->first_item;
  1523. while (item) {
  1524. if (strcmp(item->source->context.name, name) == 0)
  1525. break;
  1526. if (item->is_group) {
  1527. obs_scene_t *group = item->source->context.data;
  1528. obs_sceneitem_t *child =
  1529. obs_scene_find_source(group, name);
  1530. if (child) {
  1531. item = child;
  1532. break;
  1533. }
  1534. }
  1535. item = item->next;
  1536. }
  1537. full_unlock(scene);
  1538. return item;
  1539. }
  1540. struct sceneitem_check {
  1541. obs_source_t *source_in;
  1542. obs_sceneitem_t *item_out;
  1543. };
  1544. bool check_sceneitem_exists(obs_scene_t *scene, obs_sceneitem_t *item,
  1545. void *vp_check)
  1546. {
  1547. UNUSED_PARAMETER(scene);
  1548. struct sceneitem_check *check = (struct sceneitem_check *)vp_check;
  1549. if (obs_sceneitem_get_source(item) == check->source_in) {
  1550. check->item_out = item;
  1551. obs_sceneitem_addref(item);
  1552. return false;
  1553. }
  1554. return true;
  1555. }
  1556. obs_sceneitem_t *obs_scene_sceneitem_from_source(obs_scene_t *scene,
  1557. obs_source_t *source)
  1558. {
  1559. struct sceneitem_check check = {source, NULL};
  1560. obs_scene_enum_items(scene, check_sceneitem_exists, (void *)&check);
  1561. return check.item_out;
  1562. }
  1563. obs_sceneitem_t *obs_scene_find_sceneitem_by_id(obs_scene_t *scene, int64_t id)
  1564. {
  1565. struct obs_scene_item *item;
  1566. if (!scene)
  1567. return NULL;
  1568. full_lock(scene);
  1569. item = scene->first_item;
  1570. while (item) {
  1571. if (item->id == id)
  1572. break;
  1573. item = item->next;
  1574. }
  1575. full_unlock(scene);
  1576. return item;
  1577. }
  1578. void obs_scene_enum_items(obs_scene_t *scene,
  1579. bool (*callback)(obs_scene_t *, obs_sceneitem_t *,
  1580. void *),
  1581. void *param)
  1582. {
  1583. struct obs_scene_item *item;
  1584. if (!scene || !callback)
  1585. return;
  1586. full_lock(scene);
  1587. item = scene->first_item;
  1588. while (item) {
  1589. struct obs_scene_item *next = item->next;
  1590. obs_sceneitem_addref(item);
  1591. if (!callback(scene, item, param)) {
  1592. obs_sceneitem_release(item);
  1593. break;
  1594. }
  1595. obs_sceneitem_release(item);
  1596. item = next;
  1597. }
  1598. full_unlock(scene);
  1599. }
  1600. static obs_sceneitem_t *sceneitem_get_ref(obs_sceneitem_t *si)
  1601. {
  1602. long owners = os_atomic_load_long(&si->ref);
  1603. while (owners > 0) {
  1604. if (os_atomic_compare_exchange_long(&si->ref, &owners,
  1605. owners + 1)) {
  1606. return si;
  1607. }
  1608. }
  1609. return NULL;
  1610. }
  1611. static bool hotkey_show_sceneitem(void *data, obs_hotkey_pair_id id,
  1612. obs_hotkey_t *hotkey, bool pressed)
  1613. {
  1614. UNUSED_PARAMETER(id);
  1615. UNUSED_PARAMETER(hotkey);
  1616. obs_sceneitem_t *si = sceneitem_get_ref(data);
  1617. if (pressed && si && !si->user_visible) {
  1618. obs_sceneitem_set_visible(si, true);
  1619. obs_sceneitem_release(si);
  1620. return true;
  1621. }
  1622. obs_sceneitem_release(si);
  1623. return false;
  1624. }
  1625. static bool hotkey_hide_sceneitem(void *data, obs_hotkey_pair_id id,
  1626. obs_hotkey_t *hotkey, bool pressed)
  1627. {
  1628. UNUSED_PARAMETER(id);
  1629. UNUSED_PARAMETER(hotkey);
  1630. obs_sceneitem_t *si = sceneitem_get_ref(data);
  1631. if (pressed && si && si->user_visible) {
  1632. obs_sceneitem_set_visible(si, false);
  1633. obs_sceneitem_release(si);
  1634. return true;
  1635. }
  1636. obs_sceneitem_release(si);
  1637. return false;
  1638. }
  1639. static void init_hotkeys(obs_scene_t *scene, obs_sceneitem_t *item,
  1640. const char *name)
  1641. {
  1642. struct dstr show = {0};
  1643. struct dstr hide = {0};
  1644. struct dstr show_desc = {0};
  1645. struct dstr hide_desc = {0};
  1646. dstr_copy(&show, "libobs.show_scene_item.%1");
  1647. dstr_replace(&show, "%1", name);
  1648. dstr_copy(&hide, "libobs.hide_scene_item.%1");
  1649. dstr_replace(&hide, "%1", name);
  1650. dstr_copy(&show_desc, obs->hotkeys.sceneitem_show);
  1651. dstr_replace(&show_desc, "%1", name);
  1652. dstr_copy(&hide_desc, obs->hotkeys.sceneitem_hide);
  1653. dstr_replace(&hide_desc, "%1", name);
  1654. item->toggle_visibility = obs_hotkey_pair_register_source(
  1655. scene->source, show.array, show_desc.array, hide.array,
  1656. hide_desc.array, hotkey_show_sceneitem, hotkey_hide_sceneitem,
  1657. item, item);
  1658. dstr_free(&show);
  1659. dstr_free(&hide);
  1660. dstr_free(&show_desc);
  1661. dstr_free(&hide_desc);
  1662. }
  1663. static void sceneitem_rename_hotkey(const obs_sceneitem_t *scene_item,
  1664. const char *new_name)
  1665. {
  1666. struct dstr show = {0};
  1667. struct dstr hide = {0};
  1668. struct dstr show_desc = {0};
  1669. struct dstr hide_desc = {0};
  1670. dstr_copy(&show, "libobs.show_scene_item.%1");
  1671. dstr_replace(&show, "%1", new_name);
  1672. dstr_copy(&hide, "libobs.hide_scene_item.%1");
  1673. dstr_replace(&hide, "%1", new_name);
  1674. obs_hotkey_pair_set_names(scene_item->toggle_visibility, show.array,
  1675. hide.array);
  1676. dstr_copy(&show_desc, obs->hotkeys.sceneitem_show);
  1677. dstr_replace(&show_desc, "%1", new_name);
  1678. dstr_copy(&hide_desc, obs->hotkeys.sceneitem_hide);
  1679. dstr_replace(&hide_desc, "%1", new_name);
  1680. obs_hotkey_pair_set_descriptions(scene_item->toggle_visibility,
  1681. show_desc.array, hide_desc.array);
  1682. dstr_free(&show);
  1683. dstr_free(&hide);
  1684. dstr_free(&show_desc);
  1685. dstr_free(&hide_desc);
  1686. }
  1687. static void sceneitem_renamed(void *param, calldata_t *data)
  1688. {
  1689. obs_sceneitem_t *scene_item = param;
  1690. const char *name = calldata_string(data, "new_name");
  1691. sceneitem_rename_hotkey(scene_item, name);
  1692. }
  1693. static inline bool source_has_audio(obs_source_t *source)
  1694. {
  1695. return (source->info.output_flags &
  1696. (OBS_SOURCE_AUDIO | OBS_SOURCE_COMPOSITE)) != 0;
  1697. }
  1698. static obs_sceneitem_t *obs_scene_add_internal(obs_scene_t *scene,
  1699. obs_source_t *source,
  1700. obs_sceneitem_t *insert_after,
  1701. bool create_texture)
  1702. {
  1703. struct obs_scene_item *last;
  1704. struct obs_scene_item *item;
  1705. pthread_mutex_t mutex;
  1706. struct item_action action = {.visible = true,
  1707. .timestamp = os_gettime_ns()};
  1708. if (!scene)
  1709. return NULL;
  1710. source = obs_source_get_ref(source);
  1711. if (!source) {
  1712. blog(LOG_ERROR, "Tried to add a NULL source to a scene");
  1713. return NULL;
  1714. }
  1715. if (source->removed) {
  1716. blog(LOG_WARNING, "Tried to add a removed source to a scene");
  1717. goto release_source_and_fail;
  1718. }
  1719. if (pthread_mutex_init(&mutex, NULL) != 0) {
  1720. blog(LOG_WARNING, "Failed to create scene item mutex");
  1721. goto release_source_and_fail;
  1722. }
  1723. if (!obs_source_add_active_child(scene->source, source)) {
  1724. blog(LOG_WARNING, "Failed to add source to scene due to "
  1725. "infinite source recursion");
  1726. pthread_mutex_destroy(&mutex);
  1727. goto release_source_and_fail;
  1728. }
  1729. item = bzalloc(sizeof(struct obs_scene_item));
  1730. item->source = source;
  1731. item->id = ++scene->id_counter;
  1732. item->parent = scene;
  1733. item->ref = 1;
  1734. item->align = OBS_ALIGN_TOP | OBS_ALIGN_LEFT;
  1735. item->actions_mutex = mutex;
  1736. item->user_visible = true;
  1737. item->locked = false;
  1738. item->is_group = strcmp(source->info.id, group_info.id) == 0;
  1739. item->private_settings = obs_data_create();
  1740. item->toggle_visibility = OBS_INVALID_HOTKEY_PAIR_ID;
  1741. os_atomic_set_long(&item->active_refs, 1);
  1742. vec2_set(&item->scale, 1.0f, 1.0f);
  1743. matrix4_identity(&item->draw_transform);
  1744. matrix4_identity(&item->box_transform);
  1745. if (source_has_audio(source)) {
  1746. item->visible = false;
  1747. da_push_back(item->audio_actions, &action);
  1748. } else {
  1749. item->visible = true;
  1750. }
  1751. full_lock(scene);
  1752. if (insert_after) {
  1753. obs_sceneitem_t *next = insert_after->next;
  1754. if (next)
  1755. next->prev = item;
  1756. item->next = insert_after->next;
  1757. item->prev = insert_after;
  1758. insert_after->next = item;
  1759. } else {
  1760. last = scene->first_item;
  1761. if (!last) {
  1762. scene->first_item = item;
  1763. } else {
  1764. while (last->next)
  1765. last = last->next;
  1766. last->next = item;
  1767. item->prev = last;
  1768. }
  1769. }
  1770. full_unlock(scene);
  1771. if (!scene->source->context.private)
  1772. init_hotkeys(scene, item, obs_source_get_name(source));
  1773. signal_handler_connect(obs_source_get_signal_handler(source), "rename",
  1774. sceneitem_renamed, item);
  1775. return item;
  1776. release_source_and_fail:
  1777. obs_source_release(source);
  1778. return NULL;
  1779. }
  1780. obs_sceneitem_t *obs_scene_add(obs_scene_t *scene, obs_source_t *source)
  1781. {
  1782. obs_sceneitem_t *item =
  1783. obs_scene_add_internal(scene, source, NULL, true);
  1784. struct calldata params;
  1785. uint8_t stack[128];
  1786. if (!item)
  1787. return NULL;
  1788. calldata_init_fixed(&params, stack, sizeof(stack));
  1789. calldata_set_ptr(&params, "scene", scene);
  1790. calldata_set_ptr(&params, "item", item);
  1791. signal_handler_signal(scene->source->context.signals, "item_add",
  1792. &params);
  1793. return item;
  1794. }
  1795. static void obs_sceneitem_destroy(obs_sceneitem_t *item)
  1796. {
  1797. if (item) {
  1798. if (item->item_render) {
  1799. obs_enter_graphics();
  1800. gs_texrender_destroy(item->item_render);
  1801. obs_leave_graphics();
  1802. }
  1803. obs_data_release(item->private_settings);
  1804. obs_hotkey_pair_unregister(item->toggle_visibility);
  1805. pthread_mutex_destroy(&item->actions_mutex);
  1806. signal_handler_disconnect(
  1807. obs_source_get_signal_handler(item->source), "rename",
  1808. sceneitem_renamed, item);
  1809. if (item->show_transition)
  1810. obs_source_release(item->show_transition);
  1811. if (item->hide_transition)
  1812. obs_source_release(item->hide_transition);
  1813. if (item->source)
  1814. obs_source_release(item->source);
  1815. da_free(item->audio_actions);
  1816. bfree(item);
  1817. }
  1818. }
  1819. void obs_sceneitem_addref(obs_sceneitem_t *item)
  1820. {
  1821. if (item)
  1822. os_atomic_inc_long(&item->ref);
  1823. }
  1824. void obs_sceneitem_release(obs_sceneitem_t *item)
  1825. {
  1826. if (!item)
  1827. return;
  1828. if (os_atomic_dec_long(&item->ref) == 0)
  1829. obs_sceneitem_destroy(item);
  1830. }
  1831. void obs_sceneitem_remove(obs_sceneitem_t *item)
  1832. {
  1833. obs_scene_t *scene;
  1834. if (!item)
  1835. return;
  1836. scene = item->parent;
  1837. full_lock(scene);
  1838. if (item->removed) {
  1839. if (scene)
  1840. full_unlock(scene);
  1841. return;
  1842. }
  1843. item->removed = true;
  1844. assert(scene != NULL);
  1845. assert(scene->source != NULL);
  1846. set_visibility(item, false);
  1847. signal_item_remove(item);
  1848. detach_sceneitem(item);
  1849. full_unlock(scene);
  1850. obs_sceneitem_set_transition(item, true, NULL);
  1851. obs_sceneitem_set_transition(item, false, NULL);
  1852. obs_sceneitem_release(item);
  1853. }
  1854. void obs_sceneitem_save(obs_sceneitem_t *item, obs_data_array_t *arr)
  1855. {
  1856. scene_save_item(arr, item, NULL);
  1857. }
  1858. void sceneitem_restore(obs_data_t *data, void *vp)
  1859. {
  1860. obs_scene_t *scene = (obs_scene_t *)vp;
  1861. scene_load_item(scene, data);
  1862. }
  1863. void obs_sceneitems_add(obs_scene_t *scene, obs_data_array_t *data)
  1864. {
  1865. obs_data_array_enum(data, sceneitem_restore, scene);
  1866. }
  1867. obs_scene_t *obs_sceneitem_get_scene(const obs_sceneitem_t *item)
  1868. {
  1869. return item ? item->parent : NULL;
  1870. }
  1871. obs_source_t *obs_sceneitem_get_source(const obs_sceneitem_t *item)
  1872. {
  1873. return item ? item->source : NULL;
  1874. }
  1875. static void signal_parent(obs_scene_t *parent, const char *command,
  1876. calldata_t *params)
  1877. {
  1878. calldata_set_ptr(params, "scene", parent);
  1879. signal_handler_signal(parent->source->context.signals, command, params);
  1880. }
  1881. struct passthrough {
  1882. obs_data_array_t *ids;
  1883. obs_data_array_t *scenes_and_groups;
  1884. bool all_items;
  1885. };
  1886. bool save_transform_states(obs_scene_t *scene, obs_sceneitem_t *item,
  1887. void *vp_pass)
  1888. {
  1889. struct passthrough *pass = (struct passthrough *)vp_pass;
  1890. if (obs_sceneitem_selected(item) || pass->all_items) {
  1891. obs_data_t *temp = obs_data_create();
  1892. obs_data_array_t *item_ids = (obs_data_array_t *)pass->ids;
  1893. struct obs_transform_info info;
  1894. struct obs_sceneitem_crop crop;
  1895. obs_sceneitem_get_info(item, &info);
  1896. obs_sceneitem_get_crop(item, &crop);
  1897. struct vec2 pos = info.pos;
  1898. struct vec2 scale = info.scale;
  1899. float rot = info.rot;
  1900. uint32_t alignment = info.alignment;
  1901. uint32_t bounds_type = info.bounds_type;
  1902. uint32_t bounds_alignment = info.bounds_alignment;
  1903. struct vec2 bounds = info.bounds;
  1904. obs_data_set_int(temp, "id", obs_sceneitem_get_id(item));
  1905. obs_data_set_vec2(temp, "pos", &pos);
  1906. obs_data_set_vec2(temp, "scale", &scale);
  1907. obs_data_set_double(temp, "rot", rot);
  1908. obs_data_set_int(temp, "alignment", alignment);
  1909. obs_data_set_int(temp, "bounds_type", bounds_type);
  1910. obs_data_set_vec2(temp, "bounds", &bounds);
  1911. obs_data_set_int(temp, "bounds_alignment", bounds_alignment);
  1912. obs_data_set_int(temp, "top", crop.top);
  1913. obs_data_set_int(temp, "bottom", crop.bottom);
  1914. obs_data_set_int(temp, "left", crop.left);
  1915. obs_data_set_int(temp, "right", crop.right);
  1916. obs_data_array_push_back(item_ids, temp);
  1917. obs_data_release(temp);
  1918. }
  1919. obs_source_t *item_source = obs_sceneitem_get_source(item);
  1920. if (obs_source_is_group(item_source)) {
  1921. obs_data_t *temp = obs_data_create();
  1922. obs_data_array_t *nids = obs_data_array_create();
  1923. obs_data_set_string(temp, "scene_name",
  1924. obs_source_get_name(item_source));
  1925. obs_data_set_bool(temp, "is_group", true);
  1926. obs_data_set_string(
  1927. temp, "group_parent",
  1928. obs_source_get_name(obs_scene_get_source(scene)));
  1929. struct passthrough npass = {nids, pass->scenes_and_groups,
  1930. pass->all_items};
  1931. obs_sceneitem_group_enum_items(item, save_transform_states,
  1932. (void *)&npass);
  1933. obs_data_set_array(temp, "items", nids);
  1934. obs_data_array_push_back(pass->scenes_and_groups, temp);
  1935. obs_data_release(temp);
  1936. obs_data_array_release(nids);
  1937. }
  1938. UNUSED_PARAMETER(scene);
  1939. return true;
  1940. }
  1941. obs_data_t *obs_scene_save_transform_states(obs_scene_t *scene, bool all_items)
  1942. {
  1943. obs_data_t *wrapper = obs_data_create();
  1944. obs_data_array_t *scenes_and_groups = obs_data_array_create();
  1945. obs_data_array_t *item_ids = obs_data_array_create();
  1946. struct passthrough pass = {item_ids, scenes_and_groups, all_items};
  1947. obs_data_t *temp = obs_data_create();
  1948. obs_data_set_string(temp, "scene_name",
  1949. obs_source_get_name(obs_scene_get_source(scene)));
  1950. obs_data_set_bool(temp, "is_group", false);
  1951. obs_scene_enum_items(scene, save_transform_states, (void *)&pass);
  1952. obs_data_set_array(temp, "items", item_ids);
  1953. obs_data_array_push_back(scenes_and_groups, temp);
  1954. obs_data_set_array(wrapper, "scenes_and_groups", scenes_and_groups);
  1955. obs_data_array_release(item_ids);
  1956. obs_data_array_release(scenes_and_groups);
  1957. obs_data_release(temp);
  1958. return wrapper;
  1959. }
  1960. void load_transform_states(obs_data_t *temp, void *vp_scene)
  1961. {
  1962. obs_scene_t *scene = (obs_scene_t *)vp_scene;
  1963. int64_t id = obs_data_get_int(temp, "id");
  1964. obs_sceneitem_t *item = obs_scene_find_sceneitem_by_id(scene, id);
  1965. struct obs_transform_info info;
  1966. struct obs_sceneitem_crop crop;
  1967. obs_data_get_vec2(temp, "pos", &info.pos);
  1968. obs_data_get_vec2(temp, "scale", &info.scale);
  1969. info.rot = (float)obs_data_get_double(temp, "rot");
  1970. info.alignment = (uint32_t)obs_data_get_int(temp, "alignment");
  1971. info.bounds_type =
  1972. (enum obs_bounds_type)obs_data_get_int(temp, "bounds_type");
  1973. info.bounds_alignment =
  1974. (uint32_t)obs_data_get_int(temp, "bounds_alignment");
  1975. obs_data_get_vec2(temp, "bounds", &info.bounds);
  1976. crop.top = (int)obs_data_get_int(temp, "top");
  1977. crop.bottom = (int)obs_data_get_int(temp, "bottom");
  1978. crop.left = (int)obs_data_get_int(temp, "left");
  1979. crop.right = (int)obs_data_get_int(temp, "right");
  1980. obs_sceneitem_defer_update_begin(item);
  1981. obs_sceneitem_set_info(item, &info);
  1982. obs_sceneitem_set_crop(item, &crop);
  1983. obs_sceneitem_defer_update_end(item);
  1984. }
  1985. void iterate_scenes_and_groups_transform_states(obs_data_t *data, void *vp)
  1986. {
  1987. obs_data_array_t *items = obs_data_get_array(data, "items");
  1988. obs_source_t *scene_source =
  1989. obs_get_source_by_name(obs_data_get_string(data, "scene_name"));
  1990. obs_scene_t *scene = obs_scene_from_source(scene_source);
  1991. if (obs_data_get_bool(data, "is_group")) {
  1992. obs_source_t *parent_source = obs_get_source_by_name(
  1993. obs_data_get_string(data, "group_parent"));
  1994. obs_scene_t *parent = obs_scene_from_source(parent_source);
  1995. obs_sceneitem_t *group = obs_scene_get_group(
  1996. parent, obs_data_get_string(data, "scene_name"));
  1997. scene = obs_sceneitem_group_get_scene(group);
  1998. obs_source_release(parent_source);
  1999. }
  2000. obs_data_array_enum(items, load_transform_states, (void *)scene);
  2001. UNUSED_PARAMETER(vp);
  2002. obs_data_array_release(items);
  2003. obs_source_release(scene_source);
  2004. }
  2005. void obs_scene_load_transform_states(const char *data)
  2006. {
  2007. obs_data_t *dat = obs_data_create_from_json(data);
  2008. obs_data_array_t *scenes_and_groups =
  2009. obs_data_get_array(dat, "scenes_and_groups");
  2010. obs_data_array_enum(scenes_and_groups,
  2011. iterate_scenes_and_groups_transform_states, NULL);
  2012. obs_data_release(dat);
  2013. obs_data_array_release(scenes_and_groups);
  2014. }
  2015. void obs_sceneitem_select(obs_sceneitem_t *item, bool select)
  2016. {
  2017. struct calldata params;
  2018. uint8_t stack[128];
  2019. const char *command = select ? "item_select" : "item_deselect";
  2020. if (!item || item->selected == select || !item->parent)
  2021. return;
  2022. item->selected = select;
  2023. calldata_init_fixed(&params, stack, sizeof(stack));
  2024. calldata_set_ptr(&params, "item", item);
  2025. signal_parent(item->parent, command, &params);
  2026. }
  2027. bool obs_sceneitem_selected(const obs_sceneitem_t *item)
  2028. {
  2029. return item ? item->selected : false;
  2030. }
  2031. #define do_update_transform(item) \
  2032. do { \
  2033. if (!item->parent || item->parent->is_group) \
  2034. os_atomic_set_bool(&item->update_transform, true); \
  2035. else \
  2036. update_item_transform(item, false); \
  2037. } while (false)
  2038. void obs_sceneitem_set_pos(obs_sceneitem_t *item, const struct vec2 *pos)
  2039. {
  2040. if (item) {
  2041. vec2_copy(&item->pos, pos);
  2042. do_update_transform(item);
  2043. }
  2044. }
  2045. void obs_sceneitem_set_rot(obs_sceneitem_t *item, float rot)
  2046. {
  2047. if (item) {
  2048. item->rot = rot;
  2049. do_update_transform(item);
  2050. }
  2051. }
  2052. void obs_sceneitem_set_scale(obs_sceneitem_t *item, const struct vec2 *scale)
  2053. {
  2054. if (item) {
  2055. vec2_copy(&item->scale, scale);
  2056. do_update_transform(item);
  2057. }
  2058. }
  2059. void obs_sceneitem_set_alignment(obs_sceneitem_t *item, uint32_t alignment)
  2060. {
  2061. if (item) {
  2062. item->align = alignment;
  2063. do_update_transform(item);
  2064. }
  2065. }
  2066. static inline void signal_reorder(struct obs_scene_item *item)
  2067. {
  2068. const char *command = NULL;
  2069. struct calldata params;
  2070. uint8_t stack[128];
  2071. command = "reorder";
  2072. calldata_init_fixed(&params, stack, sizeof(stack));
  2073. signal_parent(item->parent, command, &params);
  2074. }
  2075. static inline void signal_refresh(obs_scene_t *scene)
  2076. {
  2077. const char *command = NULL;
  2078. struct calldata params;
  2079. uint8_t stack[128];
  2080. command = "refresh";
  2081. calldata_init_fixed(&params, stack, sizeof(stack));
  2082. signal_parent(scene, command, &params);
  2083. }
  2084. void obs_sceneitem_set_order(obs_sceneitem_t *item,
  2085. enum obs_order_movement movement)
  2086. {
  2087. if (!item)
  2088. return;
  2089. struct obs_scene_item *next, *prev;
  2090. struct obs_scene *scene = obs_scene_get_ref(item->parent);
  2091. if (!scene)
  2092. return;
  2093. full_lock(scene);
  2094. next = item->next;
  2095. prev = item->prev;
  2096. detach_sceneitem(item);
  2097. if (movement == OBS_ORDER_MOVE_DOWN) {
  2098. attach_sceneitem(scene, item, prev ? prev->prev : NULL);
  2099. } else if (movement == OBS_ORDER_MOVE_UP) {
  2100. attach_sceneitem(scene, item, next ? next : prev);
  2101. } else if (movement == OBS_ORDER_MOVE_TOP) {
  2102. struct obs_scene_item *last = next;
  2103. if (!last) {
  2104. last = prev;
  2105. } else {
  2106. while (last->next)
  2107. last = last->next;
  2108. }
  2109. attach_sceneitem(scene, item, last);
  2110. } else if (movement == OBS_ORDER_MOVE_BOTTOM) {
  2111. attach_sceneitem(scene, item, NULL);
  2112. }
  2113. full_unlock(scene);
  2114. signal_reorder(item);
  2115. obs_scene_release(scene);
  2116. }
  2117. int obs_sceneitem_get_order_position(obs_sceneitem_t *item)
  2118. {
  2119. struct obs_scene *scene = item->parent;
  2120. struct obs_scene_item *next = scene->first_item;
  2121. full_lock(scene);
  2122. int index = 0;
  2123. while (next && next != item) {
  2124. next = next->next;
  2125. ++index;
  2126. }
  2127. full_unlock(scene);
  2128. return index;
  2129. }
  2130. void obs_sceneitem_set_order_position(obs_sceneitem_t *item, int position)
  2131. {
  2132. if (!item)
  2133. return;
  2134. struct obs_scene *scene = obs_scene_get_ref(item->parent);
  2135. struct obs_scene_item *next;
  2136. if (!scene)
  2137. return;
  2138. full_lock(scene);
  2139. detach_sceneitem(item);
  2140. next = scene->first_item;
  2141. if (position == 0) {
  2142. attach_sceneitem(scene, item, NULL);
  2143. } else {
  2144. for (int i = position; i > 1; --i) {
  2145. if (next->next == NULL)
  2146. break;
  2147. next = next->next;
  2148. }
  2149. attach_sceneitem(scene, item, next);
  2150. }
  2151. full_unlock(scene);
  2152. signal_reorder(item);
  2153. obs_scene_release(scene);
  2154. }
  2155. void obs_sceneitem_set_bounds_type(obs_sceneitem_t *item,
  2156. enum obs_bounds_type type)
  2157. {
  2158. if (item) {
  2159. item->bounds_type = type;
  2160. do_update_transform(item);
  2161. }
  2162. }
  2163. void obs_sceneitem_set_bounds_alignment(obs_sceneitem_t *item,
  2164. uint32_t alignment)
  2165. {
  2166. if (item) {
  2167. item->bounds_align = alignment;
  2168. do_update_transform(item);
  2169. }
  2170. }
  2171. void obs_sceneitem_set_bounds(obs_sceneitem_t *item, const struct vec2 *bounds)
  2172. {
  2173. if (item) {
  2174. item->bounds = *bounds;
  2175. do_update_transform(item);
  2176. }
  2177. }
  2178. void obs_sceneitem_get_pos(const obs_sceneitem_t *item, struct vec2 *pos)
  2179. {
  2180. if (item)
  2181. vec2_copy(pos, &item->pos);
  2182. }
  2183. float obs_sceneitem_get_rot(const obs_sceneitem_t *item)
  2184. {
  2185. return item ? item->rot : 0.0f;
  2186. }
  2187. void obs_sceneitem_get_scale(const obs_sceneitem_t *item, struct vec2 *scale)
  2188. {
  2189. if (item)
  2190. vec2_copy(scale, &item->scale);
  2191. }
  2192. uint32_t obs_sceneitem_get_alignment(const obs_sceneitem_t *item)
  2193. {
  2194. return item ? item->align : 0;
  2195. }
  2196. enum obs_bounds_type obs_sceneitem_get_bounds_type(const obs_sceneitem_t *item)
  2197. {
  2198. return item ? item->bounds_type : OBS_BOUNDS_NONE;
  2199. }
  2200. uint32_t obs_sceneitem_get_bounds_alignment(const obs_sceneitem_t *item)
  2201. {
  2202. return item ? item->bounds_align : 0;
  2203. }
  2204. void obs_sceneitem_get_bounds(const obs_sceneitem_t *item, struct vec2 *bounds)
  2205. {
  2206. if (item)
  2207. *bounds = item->bounds;
  2208. }
  2209. void obs_sceneitem_get_info(const obs_sceneitem_t *item,
  2210. struct obs_transform_info *info)
  2211. {
  2212. if (item && info) {
  2213. info->pos = item->pos;
  2214. info->rot = item->rot;
  2215. info->scale = item->scale;
  2216. info->alignment = item->align;
  2217. info->bounds_type = item->bounds_type;
  2218. info->bounds_alignment = item->bounds_align;
  2219. info->bounds = item->bounds;
  2220. }
  2221. }
  2222. void obs_sceneitem_set_info(obs_sceneitem_t *item,
  2223. const struct obs_transform_info *info)
  2224. {
  2225. if (item && info) {
  2226. item->pos = info->pos;
  2227. item->rot = info->rot;
  2228. item->scale = info->scale;
  2229. item->align = info->alignment;
  2230. item->bounds_type = info->bounds_type;
  2231. item->bounds_align = info->bounds_alignment;
  2232. item->bounds = info->bounds;
  2233. do_update_transform(item);
  2234. }
  2235. }
  2236. void obs_sceneitem_get_draw_transform(const obs_sceneitem_t *item,
  2237. struct matrix4 *transform)
  2238. {
  2239. if (item)
  2240. matrix4_copy(transform, &item->draw_transform);
  2241. }
  2242. void obs_sceneitem_get_box_transform(const obs_sceneitem_t *item,
  2243. struct matrix4 *transform)
  2244. {
  2245. if (item)
  2246. matrix4_copy(transform, &item->box_transform);
  2247. }
  2248. void obs_sceneitem_get_box_scale(const obs_sceneitem_t *item,
  2249. struct vec2 *scale)
  2250. {
  2251. if (item)
  2252. *scale = item->box_scale;
  2253. }
  2254. bool obs_sceneitem_visible(const obs_sceneitem_t *item)
  2255. {
  2256. return item ? item->user_visible : false;
  2257. }
  2258. static bool group_item_transition(obs_scene_t *scene, obs_sceneitem_t *item,
  2259. void *param)
  2260. {
  2261. if (!param || !item)
  2262. return true;
  2263. const bool visible = *(bool *)param;
  2264. if (obs_sceneitem_visible(item))
  2265. obs_sceneitem_do_transition(item, visible);
  2266. UNUSED_PARAMETER(scene);
  2267. return true;
  2268. }
  2269. bool obs_sceneitem_set_visible(obs_sceneitem_t *item, bool visible)
  2270. {
  2271. struct calldata cd;
  2272. uint8_t stack[256];
  2273. struct item_action action = {.visible = visible,
  2274. .timestamp = os_gettime_ns()};
  2275. if (!item)
  2276. return false;
  2277. if (item->user_visible == visible)
  2278. return false;
  2279. if (!item->parent)
  2280. return false;
  2281. obs_sceneitem_do_transition(item, visible);
  2282. if (obs_sceneitem_is_group(item))
  2283. obs_sceneitem_group_enum_items(item, group_item_transition,
  2284. &visible);
  2285. item->user_visible = visible;
  2286. if (visible) {
  2287. if (os_atomic_inc_long(&item->active_refs) == 1) {
  2288. if (!obs_source_add_active_child(item->parent->source,
  2289. item->source)) {
  2290. os_atomic_dec_long(&item->active_refs);
  2291. return false;
  2292. }
  2293. }
  2294. }
  2295. calldata_init_fixed(&cd, stack, sizeof(stack));
  2296. calldata_set_ptr(&cd, "item", item);
  2297. calldata_set_bool(&cd, "visible", visible);
  2298. signal_parent(item->parent, "item_visible", &cd);
  2299. if (source_has_audio(item->source)) {
  2300. pthread_mutex_lock(&item->actions_mutex);
  2301. da_push_back(item->audio_actions, &action);
  2302. pthread_mutex_unlock(&item->actions_mutex);
  2303. } else {
  2304. set_visibility(item, visible);
  2305. }
  2306. return true;
  2307. }
  2308. bool obs_sceneitem_locked(const obs_sceneitem_t *item)
  2309. {
  2310. return item ? item->locked : false;
  2311. }
  2312. bool obs_sceneitem_set_locked(obs_sceneitem_t *item, bool lock)
  2313. {
  2314. struct calldata cd;
  2315. uint8_t stack[256];
  2316. if (!item)
  2317. return false;
  2318. if (item->locked == lock)
  2319. return false;
  2320. if (!item->parent)
  2321. return false;
  2322. item->locked = lock;
  2323. calldata_init_fixed(&cd, stack, sizeof(stack));
  2324. calldata_set_ptr(&cd, "item", item);
  2325. calldata_set_bool(&cd, "locked", lock);
  2326. signal_parent(item->parent, "item_locked", &cd);
  2327. return true;
  2328. }
  2329. static bool sceneitems_match(obs_scene_t *scene, obs_sceneitem_t *const *items,
  2330. size_t size, bool *order_matches)
  2331. {
  2332. obs_sceneitem_t *item = scene->first_item;
  2333. size_t count = 0;
  2334. while (item) {
  2335. bool found = false;
  2336. for (size_t i = 0; i < size; i++) {
  2337. if (items[i] != item)
  2338. continue;
  2339. if (count != i)
  2340. *order_matches = false;
  2341. found = true;
  2342. break;
  2343. }
  2344. if (!found)
  2345. return false;
  2346. item = item->next;
  2347. count += 1;
  2348. }
  2349. return count == size;
  2350. }
  2351. bool obs_scene_reorder_items(obs_scene_t *scene,
  2352. obs_sceneitem_t *const *item_order,
  2353. size_t item_order_size)
  2354. {
  2355. if (!scene || !item_order_size)
  2356. return false;
  2357. scene = obs_scene_get_ref(scene);
  2358. if (!scene)
  2359. return false;
  2360. full_lock(scene);
  2361. bool order_matches = true;
  2362. if (!sceneitems_match(scene, item_order, item_order_size,
  2363. &order_matches) ||
  2364. order_matches) {
  2365. full_unlock(scene);
  2366. obs_scene_release(scene);
  2367. return false;
  2368. }
  2369. scene->first_item = item_order[0];
  2370. obs_sceneitem_t *prev = NULL;
  2371. for (size_t i = 0; i < item_order_size; i++) {
  2372. item_order[i]->prev = prev;
  2373. item_order[i]->next = NULL;
  2374. if (prev)
  2375. prev->next = item_order[i];
  2376. prev = item_order[i];
  2377. }
  2378. full_unlock(scene);
  2379. signal_reorder(scene->first_item);
  2380. obs_scene_release(scene);
  2381. return true;
  2382. }
  2383. void obs_scene_atomic_update(obs_scene_t *scene,
  2384. obs_scene_atomic_update_func func, void *data)
  2385. {
  2386. if (!scene)
  2387. return;
  2388. scene = obs_scene_get_ref(scene);
  2389. if (!scene)
  2390. return;
  2391. full_lock(scene);
  2392. func(data, scene);
  2393. full_unlock(scene);
  2394. obs_scene_release(scene);
  2395. }
  2396. static inline bool crop_equal(const struct obs_sceneitem_crop *crop1,
  2397. const struct obs_sceneitem_crop *crop2)
  2398. {
  2399. return crop1->left == crop2->left && crop1->right == crop2->right &&
  2400. crop1->top == crop2->top && crop1->bottom == crop2->bottom;
  2401. }
  2402. void obs_sceneitem_set_crop(obs_sceneitem_t *item,
  2403. const struct obs_sceneitem_crop *crop)
  2404. {
  2405. if (!obs_ptr_valid(item, "obs_sceneitem_set_crop"))
  2406. return;
  2407. if (!obs_ptr_valid(crop, "obs_sceneitem_set_crop"))
  2408. return;
  2409. if (crop_equal(crop, &item->crop))
  2410. return;
  2411. memcpy(&item->crop, crop, sizeof(*crop));
  2412. if (item->crop.left < 0)
  2413. item->crop.left = 0;
  2414. if (item->crop.right < 0)
  2415. item->crop.right = 0;
  2416. if (item->crop.top < 0)
  2417. item->crop.top = 0;
  2418. if (item->crop.bottom < 0)
  2419. item->crop.bottom = 0;
  2420. os_atomic_set_bool(&item->update_transform, true);
  2421. }
  2422. void obs_sceneitem_get_crop(const obs_sceneitem_t *item,
  2423. struct obs_sceneitem_crop *crop)
  2424. {
  2425. if (!obs_ptr_valid(item, "obs_sceneitem_get_crop"))
  2426. return;
  2427. if (!obs_ptr_valid(crop, "obs_sceneitem_get_crop"))
  2428. return;
  2429. memcpy(crop, &item->crop, sizeof(*crop));
  2430. }
  2431. void obs_sceneitem_set_scale_filter(obs_sceneitem_t *item,
  2432. enum obs_scale_type filter)
  2433. {
  2434. if (!obs_ptr_valid(item, "obs_sceneitem_set_scale_filter"))
  2435. return;
  2436. item->scale_filter = filter;
  2437. os_atomic_set_bool(&item->update_transform, true);
  2438. }
  2439. enum obs_scale_type obs_sceneitem_get_scale_filter(obs_sceneitem_t *item)
  2440. {
  2441. return obs_ptr_valid(item, "obs_sceneitem_get_scale_filter")
  2442. ? item->scale_filter
  2443. : OBS_SCALE_DISABLE;
  2444. }
  2445. void obs_sceneitem_set_blending_method(obs_sceneitem_t *item,
  2446. enum obs_blending_method method)
  2447. {
  2448. if (!obs_ptr_valid(item, "obs_sceneitem_set_blending_method"))
  2449. return;
  2450. item->blend_method = method;
  2451. }
  2452. enum obs_blending_method
  2453. obs_sceneitem_get_blending_method(obs_sceneitem_t *item)
  2454. {
  2455. return obs_ptr_valid(item, "obs_sceneitem_get_blending_method")
  2456. ? item->blend_method
  2457. : OBS_BLEND_METHOD_DEFAULT;
  2458. }
  2459. void obs_sceneitem_set_blending_mode(obs_sceneitem_t *item,
  2460. enum obs_blending_type type)
  2461. {
  2462. if (!obs_ptr_valid(item, "obs_sceneitem_set_blending_mode"))
  2463. return;
  2464. item->blend_type = type;
  2465. os_atomic_set_bool(&item->update_transform, true);
  2466. }
  2467. enum obs_blending_type obs_sceneitem_get_blending_mode(obs_sceneitem_t *item)
  2468. {
  2469. return obs_ptr_valid(item, "obs_sceneitem_get_blending_mode")
  2470. ? item->blend_type
  2471. : OBS_BLEND_NORMAL;
  2472. }
  2473. void obs_sceneitem_defer_update_begin(obs_sceneitem_t *item)
  2474. {
  2475. if (!obs_ptr_valid(item, "obs_sceneitem_defer_update_begin"))
  2476. return;
  2477. os_atomic_inc_long(&item->defer_update);
  2478. }
  2479. void obs_sceneitem_defer_update_end(obs_sceneitem_t *item)
  2480. {
  2481. if (!obs_ptr_valid(item, "obs_sceneitem_defer_update_end"))
  2482. return;
  2483. if (os_atomic_dec_long(&item->defer_update) == 0)
  2484. do_update_transform(item);
  2485. }
  2486. void obs_sceneitem_defer_group_resize_begin(obs_sceneitem_t *item)
  2487. {
  2488. if (!obs_ptr_valid(item, "obs_sceneitem_defer_group_resize_begin"))
  2489. return;
  2490. os_atomic_inc_long(&item->defer_group_resize);
  2491. }
  2492. void obs_sceneitem_defer_group_resize_end(obs_sceneitem_t *item)
  2493. {
  2494. if (!obs_ptr_valid(item, "obs_sceneitem_defer_group_resize_end"))
  2495. return;
  2496. if (os_atomic_dec_long(&item->defer_group_resize) == 0)
  2497. os_atomic_set_bool(&item->update_group_resize, true);
  2498. }
  2499. int64_t obs_sceneitem_get_id(const obs_sceneitem_t *item)
  2500. {
  2501. if (!obs_ptr_valid(item, "obs_sceneitem_get_id"))
  2502. return 0;
  2503. return item->id;
  2504. }
  2505. void obs_sceneitem_set_id(obs_sceneitem_t *item, int64_t id)
  2506. {
  2507. item->id = id;
  2508. }
  2509. obs_data_t *obs_sceneitem_get_private_settings(obs_sceneitem_t *item)
  2510. {
  2511. if (!obs_ptr_valid(item, "obs_sceneitem_get_private_settings"))
  2512. return NULL;
  2513. obs_data_addref(item->private_settings);
  2514. return item->private_settings;
  2515. }
  2516. static inline void transform_val(struct vec2 *v2, struct matrix4 *transform)
  2517. {
  2518. struct vec3 v;
  2519. vec3_set(&v, v2->x, v2->y, 0.0f);
  2520. vec3_transform(&v, &v, transform);
  2521. v2->x = v.x;
  2522. v2->y = v.y;
  2523. }
  2524. static void get_ungrouped_transform(obs_sceneitem_t *group, struct vec2 *pos,
  2525. struct vec2 *scale, float *rot)
  2526. {
  2527. struct matrix4 transform;
  2528. struct matrix4 mat;
  2529. struct vec4 x_base;
  2530. vec4_set(&x_base, 1.0f, 0.0f, 0.0f, 0.0f);
  2531. matrix4_copy(&transform, &group->draw_transform);
  2532. transform_val(pos, &transform);
  2533. vec4_set(&transform.t, 0.0f, 0.0f, 0.0f, 1.0f);
  2534. vec4_set(&mat.x, scale->x, 0.0f, 0.0f, 0.0f);
  2535. vec4_set(&mat.y, 0.0f, scale->y, 0.0f, 0.0f);
  2536. vec4_set(&mat.z, 0.0f, 0.0f, 1.0f, 0.0f);
  2537. vec4_set(&mat.t, 0.0f, 0.0f, 0.0f, 1.0f);
  2538. matrix4_mul(&mat, &mat, &transform);
  2539. scale->x = vec4_len(&mat.x) * (scale->x > 0.0f ? 1.0f : -1.0f);
  2540. scale->y = vec4_len(&mat.y) * (scale->y > 0.0f ? 1.0f : -1.0f);
  2541. *rot += group->rot;
  2542. }
  2543. static void remove_group_transform(obs_sceneitem_t *group,
  2544. obs_sceneitem_t *item)
  2545. {
  2546. obs_scene_t *parent = item->parent;
  2547. if (!parent || !group)
  2548. return;
  2549. get_ungrouped_transform(group, &item->pos, &item->scale, &item->rot);
  2550. update_item_transform(item, false);
  2551. }
  2552. static void apply_group_transform(obs_sceneitem_t *item, obs_sceneitem_t *group)
  2553. {
  2554. struct matrix4 transform;
  2555. struct matrix4 mat;
  2556. struct vec4 x_base;
  2557. vec4_set(&x_base, 1.0f, 0.0f, 0.0f, 0.0f);
  2558. matrix4_inv(&transform, &group->draw_transform);
  2559. transform_val(&item->pos, &transform);
  2560. vec4_set(&transform.t, 0.0f, 0.0f, 0.0f, 1.0f);
  2561. vec4_set(&mat.x, item->scale.x, 0.0f, 0.0f, 0.0f);
  2562. vec4_set(&mat.y, 0.0f, item->scale.y, 0.0f, 0.0f);
  2563. vec4_set(&mat.z, 0.0f, 0.0f, 1.0f, 0.0f);
  2564. vec4_set(&mat.t, 0.0f, 0.0f, 0.0f, 1.0f);
  2565. matrix4_mul(&mat, &mat, &transform);
  2566. item->scale.x =
  2567. vec4_len(&mat.x) * (item->scale.x > 0.0f ? 1.0f : -1.0f);
  2568. item->scale.y =
  2569. vec4_len(&mat.y) * (item->scale.y > 0.0f ? 1.0f : -1.0f);
  2570. item->rot -= group->rot;
  2571. update_item_transform(item, false);
  2572. }
  2573. static bool resize_scene_base(obs_scene_t *scene, struct vec2 *minv,
  2574. struct vec2 *maxv, struct vec2 *scale)
  2575. {
  2576. vec2_set(minv, M_INFINITE, M_INFINITE);
  2577. vec2_set(maxv, -M_INFINITE, -M_INFINITE);
  2578. obs_sceneitem_t *item = scene->first_item;
  2579. if (!item) {
  2580. scene->cx = 0;
  2581. scene->cy = 0;
  2582. return false;
  2583. }
  2584. while (item) {
  2585. #define get_min_max(x_val, y_val) \
  2586. do { \
  2587. struct vec3 v; \
  2588. vec3_set(&v, x_val, y_val, 0.0f); \
  2589. vec3_transform(&v, &v, &item->box_transform); \
  2590. if (v.x < minv->x) \
  2591. minv->x = v.x; \
  2592. if (v.y < minv->y) \
  2593. minv->y = v.y; \
  2594. if (v.x > maxv->x) \
  2595. maxv->x = v.x; \
  2596. if (v.y > maxv->y) \
  2597. maxv->y = v.y; \
  2598. } while (false)
  2599. get_min_max(0.0f, 0.0f);
  2600. get_min_max(1.0f, 0.0f);
  2601. get_min_max(0.0f, 1.0f);
  2602. get_min_max(1.0f, 1.0f);
  2603. #undef get_min_max
  2604. item = item->next;
  2605. }
  2606. item = scene->first_item;
  2607. while (item) {
  2608. vec2_sub(&item->pos, &item->pos, minv);
  2609. update_item_transform(item, false);
  2610. item = item->next;
  2611. }
  2612. vec2_sub(scale, maxv, minv);
  2613. scene->cx = (uint32_t)ceilf(scale->x);
  2614. scene->cy = (uint32_t)ceilf(scale->y);
  2615. return true;
  2616. }
  2617. static void resize_scene(obs_scene_t *scene)
  2618. {
  2619. struct vec2 minv;
  2620. struct vec2 maxv;
  2621. struct vec2 scale;
  2622. resize_scene_base(scene, &minv, &maxv, &scale);
  2623. }
  2624. /* assumes group scene and parent scene is locked */
  2625. static void resize_group(obs_sceneitem_t *group)
  2626. {
  2627. obs_scene_t *scene = group->source->context.data;
  2628. struct vec2 minv;
  2629. struct vec2 maxv;
  2630. struct vec2 scale;
  2631. if (os_atomic_load_long(&group->defer_group_resize) > 0)
  2632. return;
  2633. if (!resize_scene_base(scene, &minv, &maxv, &scale))
  2634. return;
  2635. if (group->bounds_type == OBS_BOUNDS_NONE) {
  2636. struct vec2 new_pos;
  2637. if ((group->align & OBS_ALIGN_LEFT) != 0)
  2638. new_pos.x = minv.x;
  2639. else if ((group->align & OBS_ALIGN_RIGHT) != 0)
  2640. new_pos.x = maxv.x;
  2641. else
  2642. new_pos.x = (maxv.x - minv.x) * 0.5f + minv.x;
  2643. if ((group->align & OBS_ALIGN_TOP) != 0)
  2644. new_pos.y = minv.y;
  2645. else if ((group->align & OBS_ALIGN_BOTTOM) != 0)
  2646. new_pos.y = maxv.y;
  2647. else
  2648. new_pos.y = (maxv.y - minv.y) * 0.5f + minv.y;
  2649. transform_val(&new_pos, &group->draw_transform);
  2650. vec2_copy(&group->pos, &new_pos);
  2651. }
  2652. os_atomic_set_bool(&group->update_group_resize, false);
  2653. update_item_transform(group, false);
  2654. }
  2655. obs_sceneitem_t *obs_scene_add_group(obs_scene_t *scene, const char *name)
  2656. {
  2657. return obs_scene_insert_group(scene, name, NULL, 0);
  2658. }
  2659. obs_sceneitem_t *obs_scene_add_group2(obs_scene_t *scene, const char *name,
  2660. bool signal)
  2661. {
  2662. return obs_scene_insert_group2(scene, name, NULL, 0, signal);
  2663. }
  2664. obs_sceneitem_t *obs_scene_insert_group(obs_scene_t *scene, const char *name,
  2665. obs_sceneitem_t **items, size_t count)
  2666. {
  2667. if (!scene)
  2668. return NULL;
  2669. /* don't allow groups or sub-items of other groups */
  2670. for (size_t i = count; i > 0; i--) {
  2671. obs_sceneitem_t *item = items[i - 1];
  2672. if (item->parent != scene || item->is_group)
  2673. return NULL;
  2674. }
  2675. obs_scene_t *sub_scene = create_id("group", name);
  2676. obs_sceneitem_t *last_item = items ? items[count - 1] : NULL;
  2677. obs_sceneitem_t *item = obs_scene_add_internal(scene, sub_scene->source,
  2678. last_item, true);
  2679. obs_scene_release(sub_scene);
  2680. if (!items || !count)
  2681. return item;
  2682. /* ------------------------- */
  2683. full_lock(scene);
  2684. full_lock(sub_scene);
  2685. sub_scene->first_item = items[0];
  2686. for (size_t i = count; i > 0; i--) {
  2687. size_t idx = i - 1;
  2688. remove_group_transform(item, items[idx]);
  2689. detach_sceneitem(items[idx]);
  2690. }
  2691. for (size_t i = 0; i < count; i++) {
  2692. size_t idx = i;
  2693. if (idx != (count - 1)) {
  2694. size_t next_idx = idx + 1;
  2695. items[idx]->next = items[next_idx];
  2696. items[next_idx]->prev = items[idx];
  2697. } else {
  2698. items[idx]->next = NULL;
  2699. }
  2700. items[idx]->parent = sub_scene;
  2701. apply_group_transform(items[idx], item);
  2702. }
  2703. items[0]->prev = NULL;
  2704. resize_group(item);
  2705. full_unlock(sub_scene);
  2706. full_unlock(scene);
  2707. struct calldata params;
  2708. uint8_t stack[128];
  2709. calldata_init_fixed(&params, stack, sizeof(stack));
  2710. calldata_set_ptr(&params, "scene", scene);
  2711. calldata_set_ptr(&params, "item", item);
  2712. signal_handler_signal(scene->source->context.signals, "item_add",
  2713. &params);
  2714. /* ------------------------- */
  2715. return item;
  2716. }
  2717. obs_sceneitem_t *obs_scene_insert_group2(obs_scene_t *scene, const char *name,
  2718. obs_sceneitem_t **items, size_t count,
  2719. bool signal)
  2720. {
  2721. obs_sceneitem_t *item =
  2722. obs_scene_insert_group(scene, name, items, count);
  2723. if (signal && item)
  2724. signal_refresh(scene);
  2725. return item;
  2726. }
  2727. obs_sceneitem_t *obs_scene_get_group(obs_scene_t *scene, const char *name)
  2728. {
  2729. if (!scene || !name || !*name) {
  2730. return NULL;
  2731. }
  2732. obs_sceneitem_t *group = NULL;
  2733. obs_sceneitem_t *item;
  2734. full_lock(scene);
  2735. item = scene->first_item;
  2736. while (item) {
  2737. if (item->is_group && item->source->context.name) {
  2738. if (strcmp(item->source->context.name, name) == 0) {
  2739. group = item;
  2740. break;
  2741. }
  2742. }
  2743. item = item->next;
  2744. }
  2745. full_unlock(scene);
  2746. return group;
  2747. }
  2748. bool obs_sceneitem_is_group(obs_sceneitem_t *item)
  2749. {
  2750. return item && item->is_group;
  2751. }
  2752. obs_scene_t *obs_sceneitem_group_get_scene(const obs_sceneitem_t *item)
  2753. {
  2754. return (item && item->is_group) ? item->source->context.data : NULL;
  2755. }
  2756. void obs_sceneitem_group_ungroup(obs_sceneitem_t *item)
  2757. {
  2758. if (!item || !item->is_group)
  2759. return;
  2760. obs_scene_t *scene = item->parent;
  2761. obs_scene_t *subscene = item->source->context.data;
  2762. obs_sceneitem_t *insert_after = item;
  2763. obs_sceneitem_t *first;
  2764. obs_sceneitem_t *last;
  2765. signal_item_remove(item);
  2766. full_lock(scene);
  2767. /* ------------------------- */
  2768. full_lock(subscene);
  2769. first = subscene->first_item;
  2770. last = first;
  2771. while (last) {
  2772. obs_sceneitem_t *dst;
  2773. remove_group_transform(item, last);
  2774. dst = obs_scene_add_internal(scene, last->source, insert_after,
  2775. false);
  2776. duplicate_item_data(dst, last, true, true, true);
  2777. apply_group_transform(last, item);
  2778. if (!last->next)
  2779. break;
  2780. insert_after = dst;
  2781. last = last->next;
  2782. }
  2783. full_unlock(subscene);
  2784. /* ------------------------- */
  2785. detach_sceneitem(item);
  2786. full_unlock(scene);
  2787. obs_sceneitem_release(item);
  2788. }
  2789. void obs_sceneitem_group_ungroup2(obs_sceneitem_t *item, bool signal)
  2790. {
  2791. obs_scene_t *scene = item->parent;
  2792. obs_sceneitem_group_ungroup(item);
  2793. if (signal)
  2794. signal_refresh(scene);
  2795. }
  2796. void obs_sceneitem_group_add_item(obs_sceneitem_t *group, obs_sceneitem_t *item)
  2797. {
  2798. if (!group || !group->is_group || !item)
  2799. return;
  2800. obs_scene_t *scene = group->parent;
  2801. obs_scene_t *groupscene = group->source->context.data;
  2802. if (item->parent != scene)
  2803. return;
  2804. if (item->parent == groupscene)
  2805. return;
  2806. /* ------------------------- */
  2807. full_lock(scene);
  2808. full_lock(groupscene);
  2809. remove_group_transform(group, item);
  2810. detach_sceneitem(item);
  2811. attach_sceneitem(groupscene, item, NULL);
  2812. apply_group_transform(item, group);
  2813. resize_group(group);
  2814. full_unlock(groupscene);
  2815. full_unlock(scene);
  2816. /* ------------------------- */
  2817. signal_refresh(scene);
  2818. }
  2819. void obs_sceneitem_group_remove_item(obs_sceneitem_t *group,
  2820. obs_sceneitem_t *item)
  2821. {
  2822. if (!item || !group || !group->is_group)
  2823. return;
  2824. obs_scene_t *groupscene = item->parent;
  2825. obs_scene_t *scene = group->parent;
  2826. /* ------------------------- */
  2827. full_lock(scene);
  2828. full_lock(groupscene);
  2829. remove_group_transform(group, item);
  2830. detach_sceneitem(item);
  2831. attach_sceneitem(scene, item, NULL);
  2832. resize_group(group);
  2833. full_unlock(groupscene);
  2834. full_unlock(scene);
  2835. /* ------------------------- */
  2836. signal_refresh(scene);
  2837. }
  2838. static void
  2839. build_current_order_info(obs_scene_t *scene,
  2840. struct obs_sceneitem_order_info **items_out,
  2841. size_t *size_out)
  2842. {
  2843. DARRAY(struct obs_sceneitem_order_info) items;
  2844. da_init(items);
  2845. obs_sceneitem_t *item = scene->first_item;
  2846. while (item) {
  2847. struct obs_sceneitem_order_info info = {0};
  2848. info.item = item;
  2849. da_push_back(items, &info);
  2850. if (item->is_group) {
  2851. obs_scene_t *sub_scene = item->source->context.data;
  2852. full_lock(sub_scene);
  2853. obs_sceneitem_t *sub_item = sub_scene->first_item;
  2854. while (sub_item) {
  2855. info.group = item;
  2856. info.item = sub_item;
  2857. da_push_back(items, &info);
  2858. sub_item = sub_item->next;
  2859. }
  2860. full_unlock(sub_scene);
  2861. }
  2862. item = item->next;
  2863. }
  2864. *items_out = items.array;
  2865. *size_out = items.num;
  2866. }
  2867. static bool sceneitems_match2(obs_scene_t *scene,
  2868. struct obs_sceneitem_order_info *items,
  2869. size_t size)
  2870. {
  2871. struct obs_sceneitem_order_info *cur_items;
  2872. size_t cur_size;
  2873. build_current_order_info(scene, &cur_items, &cur_size);
  2874. if (cur_size != size) {
  2875. bfree(cur_items);
  2876. return false;
  2877. }
  2878. for (size_t i = 0; i < size; i++) {
  2879. struct obs_sceneitem_order_info *new = &items[i];
  2880. struct obs_sceneitem_order_info *old = &cur_items[i];
  2881. if (new->group != old->group || new->item != old->item) {
  2882. bfree(cur_items);
  2883. return false;
  2884. }
  2885. }
  2886. bfree(cur_items);
  2887. return true;
  2888. }
  2889. static obs_sceneitem_t *
  2890. get_sceneitem_parent_group(obs_scene_t *scene, obs_sceneitem_t *group_subitem)
  2891. {
  2892. if (group_subitem->is_group)
  2893. return NULL;
  2894. obs_sceneitem_t *item = scene->first_item;
  2895. while (item) {
  2896. if (item->is_group &&
  2897. item->source->context.data == group_subitem->parent)
  2898. return item;
  2899. item = item->next;
  2900. }
  2901. return NULL;
  2902. }
  2903. bool obs_scene_reorder_items2(obs_scene_t *scene,
  2904. struct obs_sceneitem_order_info *item_order,
  2905. size_t item_order_size)
  2906. {
  2907. if (!scene || !item_order_size || !item_order)
  2908. return false;
  2909. scene = obs_scene_get_ref(scene);
  2910. if (!scene)
  2911. return false;
  2912. full_lock(scene);
  2913. if (sceneitems_match2(scene, item_order, item_order_size)) {
  2914. full_unlock(scene);
  2915. obs_scene_release(scene);
  2916. return false;
  2917. }
  2918. for (size_t i = 0; i < item_order_size; i++) {
  2919. struct obs_sceneitem_order_info *info = &item_order[i];
  2920. if (!info->item->is_group) {
  2921. obs_sceneitem_t *group =
  2922. get_sceneitem_parent_group(scene, info->item);
  2923. remove_group_transform(group, info->item);
  2924. }
  2925. }
  2926. scene->first_item = item_order[0].item;
  2927. obs_sceneitem_t *prev = NULL;
  2928. for (size_t i = 0; i < item_order_size; i++) {
  2929. struct obs_sceneitem_order_info *info = &item_order[i];
  2930. obs_sceneitem_t *item = info->item;
  2931. if (info->item->is_group) {
  2932. obs_sceneitem_t *sub_prev = NULL;
  2933. obs_scene_t *sub_scene =
  2934. info->item->source->context.data;
  2935. sub_scene->first_item = NULL;
  2936. obs_scene_addref(sub_scene);
  2937. full_lock(sub_scene);
  2938. for (i++; i < item_order_size; i++) {
  2939. struct obs_sceneitem_order_info *sub_info =
  2940. &item_order[i];
  2941. obs_sceneitem_t *sub_item = sub_info->item;
  2942. if (sub_info->group != info->item) {
  2943. i--;
  2944. break;
  2945. }
  2946. if (!sub_scene->first_item)
  2947. sub_scene->first_item = sub_item;
  2948. sub_item->prev = sub_prev;
  2949. sub_item->next = NULL;
  2950. sub_item->parent = sub_scene;
  2951. if (sub_prev)
  2952. sub_prev->next = sub_item;
  2953. apply_group_transform(sub_info->item,
  2954. sub_info->group);
  2955. sub_prev = sub_item;
  2956. }
  2957. resize_group(info->item);
  2958. full_unlock(sub_scene);
  2959. obs_scene_release(sub_scene);
  2960. }
  2961. item->prev = prev;
  2962. item->next = NULL;
  2963. item->parent = scene;
  2964. if (prev)
  2965. prev->next = item;
  2966. prev = item;
  2967. }
  2968. full_unlock(scene);
  2969. signal_reorder(scene->first_item);
  2970. obs_scene_release(scene);
  2971. return true;
  2972. }
  2973. obs_sceneitem_t *obs_sceneitem_get_group(obs_scene_t *scene,
  2974. obs_sceneitem_t *group_subitem)
  2975. {
  2976. if (!scene || !group_subitem || group_subitem->is_group)
  2977. return NULL;
  2978. full_lock(scene);
  2979. obs_sceneitem_t *group =
  2980. get_sceneitem_parent_group(scene, group_subitem);
  2981. full_unlock(scene);
  2982. return group;
  2983. }
  2984. bool obs_source_is_group(const obs_source_t *source)
  2985. {
  2986. return source && strcmp(source->info.id, group_info.id) == 0;
  2987. }
  2988. bool obs_source_is_scene(const obs_source_t *source)
  2989. {
  2990. return source && strcmp(source->info.id, scene_info.id) == 0;
  2991. }
  2992. bool obs_scene_is_group(const obs_scene_t *scene)
  2993. {
  2994. return scene ? scene->is_group : false;
  2995. }
  2996. void obs_sceneitem_group_enum_items(obs_sceneitem_t *group,
  2997. bool (*callback)(obs_scene_t *,
  2998. obs_sceneitem_t *, void *),
  2999. void *param)
  3000. {
  3001. if (!group || !group->is_group)
  3002. return;
  3003. obs_scene_t *scene = group->source->context.data;
  3004. if (scene)
  3005. obs_scene_enum_items(scene, callback, param);
  3006. }
  3007. void obs_sceneitem_force_update_transform(obs_sceneitem_t *item)
  3008. {
  3009. if (!item)
  3010. return;
  3011. if (os_atomic_set_bool(&item->update_transform, false))
  3012. update_item_transform(item, false);
  3013. }
  3014. void obs_sceneitem_set_show_transition(obs_sceneitem_t *item,
  3015. obs_source_t *transition)
  3016. {
  3017. if (!item)
  3018. return;
  3019. if (item->show_transition)
  3020. obs_source_release(item->show_transition);
  3021. item->show_transition = obs_source_get_ref(transition);
  3022. }
  3023. void obs_sceneitem_set_show_transition_duration(obs_sceneitem_t *item,
  3024. uint32_t duration_ms)
  3025. {
  3026. if (!item)
  3027. return;
  3028. item->show_transition_duration = duration_ms;
  3029. }
  3030. obs_source_t *obs_sceneitem_get_show_transition(obs_sceneitem_t *item)
  3031. {
  3032. if (!item)
  3033. return NULL;
  3034. return item->show_transition;
  3035. }
  3036. uint32_t obs_sceneitem_get_show_transition_duration(obs_sceneitem_t *item)
  3037. {
  3038. if (!item)
  3039. return 0;
  3040. return item->show_transition_duration;
  3041. }
  3042. void obs_sceneitem_set_hide_transition(obs_sceneitem_t *item,
  3043. obs_source_t *transition)
  3044. {
  3045. if (!item)
  3046. return;
  3047. if (item->hide_transition)
  3048. obs_source_release(item->hide_transition);
  3049. item->hide_transition = obs_source_get_ref(transition);
  3050. }
  3051. void obs_sceneitem_set_hide_transition_duration(obs_sceneitem_t *item,
  3052. uint32_t duration_ms)
  3053. {
  3054. if (!item)
  3055. return;
  3056. item->hide_transition_duration = duration_ms;
  3057. }
  3058. obs_source_t *obs_sceneitem_get_hide_transition(obs_sceneitem_t *item)
  3059. {
  3060. if (!item)
  3061. return NULL;
  3062. return item->hide_transition;
  3063. }
  3064. uint32_t obs_sceneitem_get_hide_transition_duration(obs_sceneitem_t *item)
  3065. {
  3066. if (!item)
  3067. return 0;
  3068. return item->hide_transition_duration;
  3069. }
  3070. void obs_sceneitem_set_transition(obs_sceneitem_t *item, bool show,
  3071. obs_source_t *transition)
  3072. {
  3073. if (!item)
  3074. return;
  3075. obs_source_t **target = show ? &item->show_transition
  3076. : &item->hide_transition;
  3077. if (*target)
  3078. obs_source_release(*target);
  3079. *target = obs_source_get_ref(transition);
  3080. }
  3081. obs_source_t *obs_sceneitem_get_transition(obs_sceneitem_t *item, bool show)
  3082. {
  3083. if (!item)
  3084. return NULL;
  3085. return show ? item->show_transition : item->hide_transition;
  3086. }
  3087. void obs_sceneitem_set_transition_duration(obs_sceneitem_t *item, bool show,
  3088. uint32_t duration_ms)
  3089. {
  3090. if (!item)
  3091. return;
  3092. if (show)
  3093. item->show_transition_duration = duration_ms;
  3094. else
  3095. item->hide_transition_duration = duration_ms;
  3096. }
  3097. uint32_t obs_sceneitem_get_transition_duration(obs_sceneitem_t *item, bool show)
  3098. {
  3099. if (!item)
  3100. return 0;
  3101. return show ? item->show_transition_duration
  3102. : item->hide_transition_duration;
  3103. }
  3104. void obs_sceneitem_transition_stop(void *data, calldata_t *calldata)
  3105. {
  3106. obs_source_t *parent = data;
  3107. obs_source_t *transition;
  3108. calldata_get_ptr(calldata, "source", &transition);
  3109. obs_source_remove_active_child(parent, transition);
  3110. signal_handler_t *sh = obs_source_get_signal_handler(transition);
  3111. if (sh)
  3112. signal_handler_disconnect(sh, "transition_stop",
  3113. obs_sceneitem_transition_stop,
  3114. parent);
  3115. }
  3116. void obs_sceneitem_do_transition(obs_sceneitem_t *item, bool visible)
  3117. {
  3118. if (!item)
  3119. return;
  3120. if (transition_active(item->show_transition))
  3121. obs_transition_force_stop(item->show_transition);
  3122. if (transition_active(item->hide_transition))
  3123. obs_transition_force_stop(item->hide_transition);
  3124. obs_source_t *transition = obs_sceneitem_get_transition(item, visible);
  3125. if (!transition)
  3126. return;
  3127. int duration =
  3128. (int)obs_sceneitem_get_transition_duration(item, visible);
  3129. const int cx = obs_source_get_width(item->source);
  3130. const int cy = obs_source_get_height(item->source);
  3131. obs_transition_set_size(transition, cx, cy);
  3132. obs_transition_set_alignment(transition, OBS_ALIGN_CENTER);
  3133. obs_transition_set_scale_type(transition, OBS_TRANSITION_SCALE_ASPECT);
  3134. if (duration == 0)
  3135. duration = 300;
  3136. obs_scene_t *scene = obs_sceneitem_get_scene(item);
  3137. obs_source_t *parent = obs_scene_get_source(scene);
  3138. obs_source_add_active_child(parent, transition);
  3139. signal_handler_t *sh = obs_source_get_signal_handler(transition);
  3140. if (sh)
  3141. signal_handler_connect(sh, "transition_stop",
  3142. obs_sceneitem_transition_stop, parent);
  3143. if (!visible) {
  3144. obs_transition_set(transition, item->source);
  3145. obs_transition_start(transition, OBS_TRANSITION_MODE_AUTO,
  3146. duration, NULL);
  3147. } else {
  3148. obs_transition_set(transition, NULL);
  3149. obs_transition_start(transition, OBS_TRANSITION_MODE_AUTO,
  3150. duration, item->source);
  3151. }
  3152. }
  3153. void obs_sceneitem_transition_load(struct obs_scene_item *item,
  3154. obs_data_t *data, bool show)
  3155. {
  3156. if (!item || !data)
  3157. return;
  3158. const char *id = obs_data_get_string(data, "id");
  3159. if (id && strlen(id)) {
  3160. const char *tn = obs_data_get_string(data, "name");
  3161. obs_data_t *s = obs_data_get_obj(data, "transition");
  3162. obs_source_t *t = obs_source_create_private(id, tn, s);
  3163. obs_sceneitem_set_transition(item, show, t);
  3164. obs_source_release(t);
  3165. obs_data_release(s);
  3166. } else {
  3167. obs_sceneitem_set_transition(item, show, NULL);
  3168. }
  3169. obs_sceneitem_set_transition_duration(
  3170. item, show, (uint32_t)obs_data_get_int(data, "duration"));
  3171. }
  3172. obs_data_t *obs_sceneitem_transition_save(struct obs_scene_item *item,
  3173. bool show)
  3174. {
  3175. obs_data_t *data = obs_data_create();
  3176. struct obs_source *transition = show ? item->show_transition
  3177. : item->hide_transition;
  3178. if (transition) {
  3179. obs_data_set_string(data, "id",
  3180. obs_source_get_unversioned_id(transition));
  3181. obs_data_set_string(data, "versioned_id",
  3182. obs_source_get_id(transition));
  3183. obs_data_set_string(data, "name",
  3184. obs_source_get_name(transition));
  3185. obs_data_t *s = obs_source_get_settings(transition);
  3186. obs_data_set_obj(data, "transition", s);
  3187. obs_data_release(s);
  3188. }
  3189. obs_data_set_int(data, "duration",
  3190. show ? item->show_transition_duration
  3191. : item->hide_transition_duration);
  3192. return data;
  3193. }
  3194. void obs_scene_prune_sources(obs_scene_t *scene)
  3195. {
  3196. DARRAY(struct obs_scene_item *) remove_items;
  3197. da_init(remove_items);
  3198. video_lock(scene);
  3199. update_transforms_and_prune_sources(scene, &remove_items.da, NULL);
  3200. video_unlock(scene);
  3201. for (size_t i = 0; i < remove_items.num; i++)
  3202. obs_sceneitem_release(remove_items.array[i]);
  3203. da_free(remove_items);
  3204. }