]> git.sesse.net Git - casparcg/commit
* Refactored so that frame_producers are stored in a frame_producer_registry instance...
authorHelge Norberg <helge.norberg@svt.se>
Wed, 1 Jul 2015 12:09:35 +0000 (14:09 +0200)
committerHelge Norberg <helge.norberg@svt.se>
Wed, 1 Jul 2015 12:09:35 +0000 (14:09 +0200)
commit3eccdaf715845deac4c9b3afbef48a2eb3efa99a
tree1fb223d380592757df4a1fd3f716d08f93404142
parenta6c62c357f422f8a306f1995e69ef86d9fa5209b
* Refactored so that frame_producers are stored in a frame_producer_registry instance instead of being stored in global variables.
* Created a new executable called generate_docs which generates the relevant parts of the wiki which can be auto generated from the online help.
32 files changed:
core/CMakeLists.txt
core/fwd.h
core/help/util.cpp [new file with mode: 0644]
core/help/util.h [new file with mode: 0644]
core/module_dependencies.h
core/producer/frame_producer.cpp
core/producer/frame_producer.h
core/producer/scene/xml_scene_producer.cpp
core/producer/text/text_producer.cpp
core/producer/text/text_producer.h
core/thumbnail_generator.cpp
core/thumbnail_generator.h
modules/decklink/decklink.cpp
modules/ffmpeg/ffmpeg.cpp
modules/flash/flash.cpp
modules/html/html.cpp
modules/image/image.cpp
modules/psd/psd_scene_producer.cpp
modules/reroute/reroute.cpp
protocol/amcp/AMCPCommand.h
protocol/amcp/AMCPCommandsImpl.cpp
protocol/amcp/amcp_command_repository.cpp
protocol/amcp/amcp_command_repository.h
protocol/cii/CIIProtocolStrategy.cpp
protocol/cii/CIIProtocolStrategy.h
protocol/clk/CLKProtocolStrategy.cpp
protocol/clk/CLKProtocolStrategy.h
protocol/clk/clk_commands.cpp
protocol/clk/clk_commands.h
shell/CMakeLists.txt
shell/generate_docs.cpp [new file with mode: 0644]
shell/server.cpp