]> git.sesse.net Git - casparcg/commit
git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches...
authorronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Tue, 14 Sep 2010 20:33:19 +0000 (20:33 +0000)
committerronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Tue, 14 Sep 2010 20:33:19 +0000 (20:33 +0000)
commitf9d3e8003d1c91b5799e5062b1fdeb6204122807
tree2bf654462766bcc11d57d58393f3fc9919290970
git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.0.0.0@115 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d
149 files changed:
casparcg.sln [new file with mode: 0644]
common/common.vcxproj [new file with mode: 0644]
common/common.vcxproj.filters [new file with mode: 0644]
common/common.vcxproj.user [new file with mode: 0644]
common/concurrency/Thread.cpp [new file with mode: 0644]
common/concurrency/Thread.h [new file with mode: 0644]
common/concurrency/executor.h [new file with mode: 0644]
common/concurrency/function_task.h [new file with mode: 0644]
common/config.h [new file with mode: 0644]
common/exception/exceptions.h [new file with mode: 0644]
common/exception/win32_exception.cpp [new file with mode: 0644]
common/exception/win32_exception.h [new file with mode: 0644]
common/hardware/cpuid.cpp [new file with mode: 0644]
common/hardware/cpuid.h [new file with mode: 0644]
common/image/clear.cpp [new file with mode: 0644]
common/image/clear.h [new file with mode: 0644]
common/image/copy.cpp [new file with mode: 0644]
common/image/copy.h [new file with mode: 0644]
common/image/copy_field.cpp [new file with mode: 0644]
common/image/copy_field.h [new file with mode: 0644]
common/image/image.cpp [new file with mode: 0644]
common/image/image.h [new file with mode: 0644]
common/image/lerp.cpp [new file with mode: 0644]
common/image/lerp.h [new file with mode: 0644]
common/image/over.cpp [new file with mode: 0644]
common/image/over.h [new file with mode: 0644]
common/image/pre_multiply.cpp [new file with mode: 0644]
common/image/pre_multiply.h [new file with mode: 0644]
common/image/shuffle.cpp [new file with mode: 0644]
common/image/shuffle.h [new file with mode: 0644]
common/io/AsyncEventServer.cpp [new file with mode: 0644]
common/io/AsyncEventServer.h [new file with mode: 0644]
common/io/ClientInfo.h [new file with mode: 0644]
common/io/ProtocolStrategy.h [new file with mode: 0644]
common/io/SerialPort.cpp [new file with mode: 0644]
common/io/SerialPort.h [new file with mode: 0644]
common/io/SocketInfo.cpp [new file with mode: 0644]
common/io/SocketInfo.h [new file with mode: 0644]
common/log/log.cpp [new file with mode: 0644]
common/log/log.h [new file with mode: 0644]
common/stdafx.cpp [new file with mode: 0644]
common/stdafx.h [new file with mode: 0644]
common/utility/find_file.cpp [new file with mode: 0644]
common/utility/find_file.h [new file with mode: 0644]
common/utility/scope_exit.h [new file with mode: 0644]
common/utility/string_convert.h [new file with mode: 0644]
common/utility/types.h [new file with mode: 0644]
server/Server.vcxproj [new file with mode: 0644]
server/Server.vcxproj.ampl.cfg [new file with mode: 0644]
server/Server.vcxproj.filters [new file with mode: 0644]
server/Server.vcxproj.insp.cfg [new file with mode: 0644]
server/Server.vcxproj.user [new file with mode: 0644]
server/StdAfx.cpp [new file with mode: 0644]
server/StdAfx.h [new file with mode: 0644]
server/caspar.config [new file with mode: 0644]
server/config.h [new file with mode: 0644]
server/consumer/bluefish/BlueFishVideoConsumer.cpp [new file with mode: 0644]
server/consumer/bluefish/BlueFishVideoConsumer.h [new file with mode: 0644]
server/consumer/bluefish/BluefishException.h [new file with mode: 0644]
server/consumer/bluefish/BluefishFrameManager.cpp [new file with mode: 0644]
server/consumer/bluefish/BluefishFrameManager.h [new file with mode: 0644]
server/consumer/bluefish/BluefishPlaybackStrategy.cpp [new file with mode: 0644]
server/consumer/bluefish/BluefishPlaybackStrategy.h [new file with mode: 0644]
server/consumer/decklink/DeckLinkAPI.idl [new file with mode: 0644]
server/consumer/decklink/DeckLinkAPI_h.h [new file with mode: 0644]
server/consumer/decklink/DeckLinkAPI_i.c [new file with mode: 0644]
server/consumer/decklink/DeckLinkAPI_v7_1.idl [new file with mode: 0644]
server/consumer/decklink/DeckLinkAPI_v7_3.idl [new file with mode: 0644]
server/consumer/decklink/DecklinkVideoConsumer.cpp [new file with mode: 0644]
server/consumer/decklink/DecklinkVideoConsumer.h [new file with mode: 0644]
server/consumer/frame_consumer.h [new file with mode: 0644]
server/consumer/oal/oal_frame_consumer.cpp [new file with mode: 0644]
server/consumer/oal/oal_frame_consumer.h [new file with mode: 0644]
server/consumer/ogl/ogl_frame_consumer.cpp [new file with mode: 0644]
server/consumer/ogl/ogl_frame_consumer.h [new file with mode: 0644]
server/frame/audio_chunk.cpp [new file with mode: 0644]
server/frame/audio_chunk.h [new file with mode: 0644]
server/frame/bitmap_frame.cpp [new file with mode: 0644]
server/frame/bitmap_frame.h [new file with mode: 0644]
server/frame/frame.h [new file with mode: 0644]
server/frame/frame_format.cpp [new file with mode: 0644]
server/frame/frame_format.h [new file with mode: 0644]
server/frame/frame_fwd.h [new file with mode: 0644]
server/frame/system_frame.cpp [new file with mode: 0644]
server/frame/system_frame.h [new file with mode: 0644]
server/main.cpp [new file with mode: 0644]
server/producer/color/color_producer.cpp [new file with mode: 0644]
server/producer/color/color_producer.h [new file with mode: 0644]
server/producer/ffmpeg/audio/audio_decoder.cpp [new file with mode: 0644]
server/producer/ffmpeg/audio/audio_decoder.h [new file with mode: 0644]
server/producer/ffmpeg/ffmpeg_producer.cpp [new file with mode: 0644]
server/producer/ffmpeg/ffmpeg_producer.h [new file with mode: 0644]
server/producer/ffmpeg/input.cpp [new file with mode: 0644]
server/producer/ffmpeg/input.h [new file with mode: 0644]
server/producer/ffmpeg/packet.h [new file with mode: 0644]
server/producer/ffmpeg/video/video_decoder.cpp [new file with mode: 0644]
server/producer/ffmpeg/video/video_decoder.h [new file with mode: 0644]
server/producer/ffmpeg/video/video_deinterlacer.cpp [new file with mode: 0644]
server/producer/ffmpeg/video/video_deinterlacer.h [new file with mode: 0644]
server/producer/ffmpeg/video/video_scaler.cpp [new file with mode: 0644]
server/producer/ffmpeg/video/video_scaler.h [new file with mode: 0644]
server/producer/flash/Flash9e.IDL [new file with mode: 0644]
server/producer/flash/Flash9e_i.c [new file with mode: 0644]
server/producer/flash/FlashAxContainer.cpp [new file with mode: 0644]
server/producer/flash/FlashAxContainer.h [new file with mode: 0644]
server/producer/flash/TimerHelper.h [new file with mode: 0644]
server/producer/flash/axflash.h [new file with mode: 0644]
server/producer/flash/cg_producer.cpp [new file with mode: 0644]
server/producer/flash/cg_producer.h [new file with mode: 0644]
server/producer/flash/ct_producer.cpp [new file with mode: 0644]
server/producer/flash/ct_producer.h [new file with mode: 0644]
server/producer/flash/flash_producer.cpp [new file with mode: 0644]
server/producer/flash/flash_producer.h [new file with mode: 0644]
server/producer/frame_producer.h [new file with mode: 0644]
server/producer/image/image_loader.cpp [new file with mode: 0644]
server/producer/image/image_loader.h [new file with mode: 0644]
server/producer/image/image_producer.cpp [new file with mode: 0644]
server/producer/image/image_producer.h [new file with mode: 0644]
server/producer/image/image_scroll_producer.cpp [new file with mode: 0644]
server/producer/image/image_scroll_producer.h [new file with mode: 0644]
server/producer/transition/transition_producer.cpp [new file with mode: 0644]
server/producer/transition/transition_producer.h [new file with mode: 0644]
server/protocol/amcp/AMCPCommand.h [new file with mode: 0644]
server/protocol/amcp/AMCPCommandQueue.cpp [new file with mode: 0644]
server/protocol/amcp/AMCPCommandQueue.h [new file with mode: 0644]
server/protocol/amcp/AMCPCommandsImpl.cpp [new file with mode: 0644]
server/protocol/amcp/AMCPCommandsImpl.h [new file with mode: 0644]
server/protocol/amcp/AMCPProtocolStrategy.cpp [new file with mode: 0644]
server/protocol/amcp/AMCPProtocolStrategy.h [new file with mode: 0644]
server/protocol/cii/CIICommand.h [new file with mode: 0644]
server/protocol/cii/CIICommandsImpl.cpp [new file with mode: 0644]
server/protocol/cii/CIICommandsImpl.h [new file with mode: 0644]
server/protocol/cii/CIIProtocolStrategy.cpp [new file with mode: 0644]
server/protocol/cii/CIIProtocolStrategy.h [new file with mode: 0644]
server/protocol/clk/CLKCommand.cpp [new file with mode: 0644]
server/protocol/clk/CLKCommand.h [new file with mode: 0644]
server/protocol/clk/CLKProtocolStrategy.cpp [new file with mode: 0644]
server/protocol/clk/CLKProtocolStrategy.h [new file with mode: 0644]
server/protocol/media.cpp [new file with mode: 0644]
server/protocol/media.h [new file with mode: 0644]
server/protocol/monitor/Monitor.cpp [new file with mode: 0644]
server/protocol/monitor/Monitor.h [new file with mode: 0644]
server/renderer/layer.cpp [new file with mode: 0644]
server/renderer/layer.h [new file with mode: 0644]
server/renderer/render_device.cpp [new file with mode: 0644]
server/renderer/render_device.h [new file with mode: 0644]
server/renderer/renderer_fwd.h [new file with mode: 0644]
server/server.cpp [new file with mode: 0644]
server/server.h [new file with mode: 0644]