]> git.sesse.net Git - casparcg/history - core/producer/scene
ffmpeg_producer: Multiple audio streams are now merged (flattened) before the audio...
[casparcg] / core / producer / scene /
2016-01-19 Helge NorbergChanged meaning of frame variable in scene to a contino...
2015-12-22 Helge NorbergFix compilation problem in Linux
2015-12-22 Helge Norbergsin() and cos() function added to scene producer expres...
2015-12-22 Helge Norbergmouse hover position exposed as mouse_x and mouse_y...
2015-12-22 Helge NorbergAdded support for animated bindings in scene_producer.
2015-12-22 Helge NorbergFixed bug in scene_producer expression parser where...
2015-12-22 Helge NorbergFixed bug in xml_scene_producer with interlaced renderi...
2015-12-14 Niklas P AnderssonMerge branch '2.1.0' of https://github.com/CasparCG...
2015-12-09 Helge NorbergImproved hotswap_producer
2015-12-02 Helge NorbergStarted using ptree_get, ptree_get_value, witerate_chil...
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-21 HellGoreMerge pull request #374 from hummelstrand/readme-2...
2015-09-17 Helge Norberg* Code changes required by Visual Studio 2015 including...
2015-09-01 Helge Norberg* Fixed bug where lexical_cast from double to string...
2015-07-02 Helge Norberg* Enforce help descriptions for producers in code.
2015-07-01 Helge Norberg* Refactored so that frame_producers are stored in...
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-15 Helge Norberg* Merged core/fwd.h from 2.0 and added more types to...
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-05-08 Helge Norberg* Compiled ffmpeg for Linux as similary to Zeranoe...
2015-04-17 Helge Norberg* Adapted decklink module changes made in Linux to...
2015-04-17 Helge Norberg* Working server startup in Linux
2015-04-10 Helge NorbergAdjustments in windows after linux changes.
2015-04-10 Helge Norberg* Added some libraries in linux
2015-03-26 Helge NorbergMade the server more portable
2015-02-17 Helge Norberg* Refactored to use enum class instead of enum_class.
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-09-26 Helge NorbergMisc modifications to fix problems found by static...
2013-09-25 Helge NorbergFixed some issues detected by clang static analysis...
2013-08-29 niklaspanderssonMerge branch '2.1.0' of https://github.com/CasparCG...
2013-08-29 Helge NorbergAdded basic support for image sequences.
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-13 niklaspanderssonMerge branch '2.1.0' of https://github.com/CasparCG...
2013-08-12 Helge NorbergAdded missing files
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-04 Helge Norbergconst_producer for psd producer
2013-07-03 Helge NorbergDraft of interaction with producers and scene_producer