]> git.sesse.net Git - casparcg/commit
2.0.0.2:
authorronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Mon, 8 Nov 2010 16:47:06 +0000 (16:47 +0000)
committerronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Mon, 8 Nov 2010 16:47:06 +0000 (16:47 +0000)
commite3002fb4a4cfead3a5e9372a680b72772a671b9e
tree957134e4430adfa74c8aaf4078f5d661e963e0d7
parent305ab9dc5560156b1c9591e780d50e0b6ff9a35e
2.0.0.2:
- Mayor restructuring.

git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.0.0.2@240 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d
82 files changed:
common/concurrency/executor.h
common/gl/pixel_buffer_object.cpp
common/gl/pixel_buffer_object.h
common/gl/utility.h
core/channel.cpp [new file with mode: 0644]
core/channel.h [new file with mode: 0644]
core/consumer/bluefish/bluefish_consumer.cpp
core/consumer/bluefish/bluefish_consumer.h
core/consumer/bluefish/memory.h
core/consumer/bluefish/util.h
core/consumer/decklink/DecklinkVideoConsumer.cpp
core/consumer/decklink/DecklinkVideoConsumer.h
core/consumer/frame_consumer.h
core/consumer/frame_consumer_device.cpp [new file with mode: 0644]
core/consumer/frame_consumer_device.h [new file with mode: 0644]
core/consumer/oal/oal_consumer.cpp
core/consumer/oal/oal_consumer.h
core/consumer/ogl/ogl_consumer.cpp
core/consumer/ogl/ogl_consumer.h
core/core.vcxproj
core/core.vcxproj.filters
core/processor/composite_frame.cpp [new file with mode: 0644]
core/processor/composite_frame.h [new file with mode: 0644]
core/processor/frame.cpp [new file with mode: 0644]
core/processor/frame.h [new file with mode: 0644]
core/processor/frame_processor_device.cpp [new file with mode: 0644]
core/processor/frame_processor_device.h [new file with mode: 0644]
core/processor/frame_renderer.cpp [new file with mode: 0644]
core/processor/frame_renderer.h [new file with mode: 0644]
core/processor/frame_shader.cpp [new file with mode: 0644]
core/processor/frame_shader.h [new file with mode: 0644]
core/producer/color/color_producer.cpp
core/producer/color/color_producer.h
core/producer/ffmpeg/ffmpeg_producer.cpp
core/producer/ffmpeg/ffmpeg_producer.h
core/producer/ffmpeg/input.cpp
core/producer/ffmpeg/input.h
core/producer/ffmpeg/packet.h
core/producer/ffmpeg/video/video_transformer.cpp
core/producer/ffmpeg/video/video_transformer.h
core/producer/flash/FlashAxContainer.cpp
core/producer/flash/FlashAxContainer.h
core/producer/flash/cg_producer.cpp
core/producer/flash/cg_producer.h
core/producer/flash/ct_producer.cpp
core/producer/flash/ct_producer.h
core/producer/flash/flash_producer.cpp
core/producer/flash/flash_producer.h
core/producer/frame_producer.h
core/producer/frame_producer_device.cpp [new file with mode: 0644]
core/producer/frame_producer_device.h [new file with mode: 0644]
core/producer/image/image_loader.cpp
core/producer/image/image_producer.cpp
core/producer/image/image_producer.h
core/producer/image/image_scroll_producer.cpp
core/producer/image/image_scroll_producer.h
core/producer/layer.cpp [new file with mode: 0644]
core/producer/layer.h [new file with mode: 0644]
core/producer/transition/transition_producer.cpp
core/producer/transition/transition_producer.h
core/protocol/amcp/AMCPCommand.h
core/protocol/amcp/AMCPCommandsImpl.cpp
core/protocol/amcp/AMCPCommandsImpl.h
core/protocol/amcp/AMCPProtocolStrategy.cpp
core/protocol/amcp/AMCPProtocolStrategy.h
core/protocol/cii/CIIProtocolStrategy.cpp
core/protocol/cii/CIIProtocolStrategy.h
core/protocol/clk/CLKProtocolStrategy.cpp
core/protocol/clk/CLKProtocolStrategy.h
core/protocol/media.cpp
core/protocol/media.h
core/server.cpp
core/server.h
core/video/pixel_format.h [new file with mode: 0644]
core/video/video_format.cpp [new file with mode: 0644]
core/video/video_format.h [new file with mode: 0644]
shell/caspar.config
shell/main.cpp
test/mock/mock_frame.h
test/mock/mock_frame_factory.h
test/mock/mock_frame_producer.h
test/producer/transition/transition_producer_test.cpp