]> git.sesse.net Git - casparcg/history - core/producer/scene/scene_producer.cpp
[scene_producer] Added possibility to CALL/CG PLAY/CG STOP/CG NEXT/CG INVOKE layers...
[casparcg] / core / producer / scene / scene_producer.cpp
2017-02-20 Helge Norberg[scene_producer] Added possibility to CALL/CG PLAY...
2017-02-20 Helge Norberg[scene_producer] Make print() and info() include what...
2017-02-13 Helge Norberg[scene_producer] Added scene_width and scene_height...
2017-02-01 HellGoreMerge pull request #545 from aruanoc/2.1.0
2017-01-30 HellGoreMerge pull request #519 from krzyc/patch-1
2017-01-27 HellGoreMerge pull request #501 from dimitry-ishenko-casparcg...
2017-01-12 Helge Norberg[mixer] Rewrote the chroma key code to support variable...
2016-01-19 Helge NorbergChanged meaning of frame variable in scene to a contino...
2015-12-22 Helge Norbergmouse hover position exposed as mouse_x and mouse_y...
2015-12-01 Niklas P Andersson* don't throw on not finding a font file, just ignore...
2015-11-19 Helge NorbergThrow user_error exception for errors that are caused...
2015-10-09 Helge Norberg* Implemented "template type" column in TLS command...
2015-09-01 Helge Norberg* Fixed bug where lexical_cast from double to string...
2015-06-18 Helge Norberg* Merged layer_producer and channel_producer from 2...
2015-06-16 Helge Norberg* Merged streaming_consumer from 2.0
2015-06-16 Helge Norberg* Fixed compilation problems in gcc.
2015-06-12 Helge Norberg* Changed so that a paused scene still produces new...
2015-06-12 Helge Norberg* Implemented supports for timeline marks in scene_prod...
2015-06-09 Helge Norberg* Merged chroma key feature, but removed unsupported...
2015-06-05 Helge Norberg* Refactored blend_mode to be part of frame_transform...
2015-06-04 Helge Norberg* Merged MIXER MIPMAP support from 2.0. Implemented...
2015-06-03 Helge Norberg* Merged MIXER CROP, MIXER ANCHOR, MIXER ROTATION and...
2015-05-19 Helge Norberg* Removed use of system font folder in favor of only...
2015-03-26 Helge NorbergMade the server more portable
2015-02-13 Helge NorbergRefactored to use range based for instead of BOOST_FOREACH
2015-02-12 Helge Norberg* Upgraded to Visual Studio 2013
2013-10-25 Helge NorbergMerged most recent OSC changes
2013-10-23 Helge NorbergFixed bug with monitor subject lifetime
2013-10-09 niklaspanderssonMerge branch '2.1.0' of https://github.com/CasparCG...
2013-10-09 niklaspanderssonmanually merged a72be89 from master
2013-08-23 Helge NorbergMerge branch '2.1.0' of https://github.com/CasparCG...
2013-08-23 Helge NorbergAdvanced expression parsing for creating runtime bindin...
2013-08-16 niklaspanderssonMerge branch '2.1.0' of https://github.com/CasparCG...
2013-08-16 Helge NorbergMerge branch '2.1.0' of https://github.com/CasparCG...
2013-08-16 Helge NorbergInitial XML format for scenes and timeline support...
2013-08-14 niklaspanderssonMerge branch '2.1.0' of https://github.com/CasparCG...
2013-08-13 Helge NorbergAdded basic timeline/keyframe support in scene_producer
2013-08-12 niklaspanderssonMerge branch '2.1.0' of https://github.com/CasparCG...
2013-08-09 Helge NorbergAdded support for psd placeholder layer
2013-08-09 Helge NorbergAllow for a scene_producer to expose parameters updatea...
2013-08-07 niklaspanderssonmade all producers-factories able to handle non-upperca...
2013-08-07 niklaspanderssonmade all producers-factories able to handle non-upperca...
2013-08-07 niklaspanderssonMerge branch '2.1.0' of https://github.com/CasparCG...
2013-08-07 Helge NorbergChanged CALL params to vector of strings
2013-08-01 niklaspandersson* added geometry to frames for custom rendering
2013-07-11 niklaspanderssonMerge branch '2.1.0' of https://github.com/CasparCG...
2013-07-05 Helge NorbergSupport for ternary operator equivalent for bindings
2013-07-04 Helge NorbergMore binding functionality
2013-07-04 niklaspanderssonMerge branch '2.1.0' of https://github.com/CasparCG...
2013-07-04 Helge Norbergwork in progress changes
2013-07-03 Helge NorbergDraft of interaction with producers and scene_producer