]> git.sesse.net Git - casparcg/commit
2.0.0.2:
authorronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Mon, 13 Dec 2010 22:48:38 +0000 (22:48 +0000)
committerronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Mon, 13 Dec 2010 22:48:38 +0000 (22:48 +0000)
commit481a1e56c2d54a9ae3aa3fcd8b2f07f07d7191a6
treed6a5fd1b8e737cc42220eb080b0394741206c0eb
parentf111b2aef0bed42c48c030b7484fe35a797a6fb1
2.0.0.2:
 - Mayor change. Producers and Frames are now passed using safe_ptr.

git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.0.0.2@290 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d
88 files changed:
common/common.vcxproj
common/common.vcxproj.filters
common/concurrency/Thread.cpp
common/concurrency/Thread.h
common/concurrency/executor.h
common/gl/frame_buffer_object.cpp
common/gl/frame_buffer_object.h
common/gl/pixel_buffer_object.cpp
common/gl/pixel_buffer_object.h
common/gl/shader_program.cpp
common/gl/shader_program.h
common/gl/utility.h
common/io/AsyncEventServer.cpp
common/io/AsyncEventServer.h
common/io/ProtocolStrategy.h
common/log/log.h
common/utility/safe_ptr.h [new file with mode: 0644]
common/utility/singleton_pool.h
common/utility/string_convert.h
core/channel.cpp
core/channel.h
core/consumer/bluefish/bluefish_consumer.cpp
core/consumer/bluefish/bluefish_consumer.h
core/consumer/decklink/decklink_consumer.cpp
core/consumer/decklink/decklink_consumer.h
core/consumer/frame_consumer.h
core/consumer/frame_consumer_device.cpp
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/format/pixel_format.cpp [new file with mode: 0644]
core/format/pixel_format.h
core/processor/composite_frame.cpp
core/processor/composite_frame.h
core/processor/draw_frame.cpp [deleted file]
core/processor/draw_frame.h
core/processor/frame_processor_device.cpp
core/processor/frame_processor_device.h
core/processor/frame_renderer.cpp
core/processor/frame_renderer.h
core/processor/frame_shader.cpp
core/processor/fwd.h
core/processor/read_frame.cpp
core/processor/read_frame.h
core/processor/transform_frame.cpp
core/processor/transform_frame.h
core/processor/write_frame.cpp
core/processor/write_frame.h
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/video/video_transformer.cpp
core/producer/ffmpeg/video/video_transformer.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.cpp [new file with mode: 0644]
core/producer/frame_producer.h
core/producer/frame_producer_device.cpp
core/producer/frame_producer_device.h
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
core/producer/layer.h
core/producer/transition/transition_producer.cpp
core/producer/transition/transition_producer.h
core/protocol/amcp/AMCPCommandQueue.cpp
core/protocol/amcp/AMCPCommandQueue.h
core/protocol/amcp/AMCPCommandsImpl.cpp
core/protocol/amcp/AMCPProtocolStrategy.cpp
core/protocol/cii/CIIProtocolStrategy.cpp
core/protocol/cii/CIIProtocolStrategy.h
core/protocol/clk/CLKProtocolStrategy.cpp
core/protocol/media.cpp
core/protocol/media.h
core/server.cpp
shell/main.cpp