]> git.sesse.net Git - casparcg/commit
git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches...
authorZebiolo <Zebiolo@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Thu, 30 Sep 2010 07:32:28 +0000 (07:32 +0000)
committerZebiolo <Zebiolo@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Thu, 30 Sep 2010 07:32:28 +0000 (07:32 +0000)
commitd055b46c17b3b39b4fd2c36e99fb5b0fde128872
tree9fc868d5ba8fd2cd0bb7329f046cb0d6b80a2bb2
parentbedb9d1c28ff6293ab724f03331ab41c6ddecda3
git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.0.0.0@149 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d
102 files changed:
core/Server.vcxproj [new file with mode: 0644]
core/Server.vcxproj.ampl.cfg [new file with mode: 0644]
core/Server.vcxproj.filters [new file with mode: 0644]
core/Server.vcxproj.insp.cfg [new file with mode: 0644]
core/Server.vcxproj.user [new file with mode: 0644]
core/StdAfx.cpp [new file with mode: 0644]
core/StdAfx.h [new file with mode: 0644]
core/caspar.config [new file with mode: 0644]
core/config.h [new file with mode: 0644]
core/consumer/bluefish/BlueFishVideoConsumer.cpp [new file with mode: 0644]
core/consumer/bluefish/BlueFishVideoConsumer.h [new file with mode: 0644]
core/consumer/bluefish/BluefishException.h [new file with mode: 0644]
core/consumer/bluefish/BluefishFrameManager.cpp [new file with mode: 0644]
core/consumer/bluefish/BluefishFrameManager.h [new file with mode: 0644]
core/consumer/bluefish/BluefishPlaybackStrategy.cpp [new file with mode: 0644]
core/consumer/bluefish/BluefishPlaybackStrategy.h [new file with mode: 0644]
core/consumer/decklink/DeckLinkAPI.idl [new file with mode: 0644]
core/consumer/decklink/DeckLinkAPI_h.h [new file with mode: 0644]
core/consumer/decklink/DeckLinkAPI_i.c [new file with mode: 0644]
core/consumer/decklink/DeckLinkAPI_v7_1.idl [new file with mode: 0644]
core/consumer/decklink/DeckLinkAPI_v7_3.idl [new file with mode: 0644]
core/consumer/decklink/DecklinkVideoConsumer.cpp [new file with mode: 0644]
core/consumer/decklink/DecklinkVideoConsumer.h [new file with mode: 0644]
core/consumer/frame_consumer.h [new file with mode: 0644]
core/consumer/oal/oal_frame_consumer.cpp [new file with mode: 0644]
core/consumer/oal/oal_frame_consumer.h [new file with mode: 0644]
core/consumer/ogl/ogl_frame_consumer.cpp [new file with mode: 0644]
core/consumer/ogl/ogl_frame_consumer.h [new file with mode: 0644]
core/frame/audio_chunk.cpp [new file with mode: 0644]
core/frame/audio_chunk.h [new file with mode: 0644]
core/frame/bitmap_frame.cpp [new file with mode: 0644]
core/frame/bitmap_frame.h [new file with mode: 0644]
core/frame/frame.h [new file with mode: 0644]
core/frame/frame_format.cpp [new file with mode: 0644]
core/frame/frame_format.h [new file with mode: 0644]
core/frame/frame_fwd.h [new file with mode: 0644]
core/frame/system_frame.cpp [new file with mode: 0644]
core/frame/system_frame.h [new file with mode: 0644]
core/main.cpp [new file with mode: 0644]
core/producer/color/color_producer.cpp [new file with mode: 0644]
core/producer/color/color_producer.h [new file with mode: 0644]
core/producer/ffmpeg/audio/audio_decoder.cpp [new file with mode: 0644]
core/producer/ffmpeg/audio/audio_decoder.h [new file with mode: 0644]
core/producer/ffmpeg/ffmpeg_producer.cpp [new file with mode: 0644]
core/producer/ffmpeg/ffmpeg_producer.h [new file with mode: 0644]
core/producer/ffmpeg/input.cpp [new file with mode: 0644]
core/producer/ffmpeg/input.h [new file with mode: 0644]
core/producer/ffmpeg/packet.h [new file with mode: 0644]
core/producer/ffmpeg/video/video_decoder.cpp [new file with mode: 0644]
core/producer/ffmpeg/video/video_decoder.h [new file with mode: 0644]
core/producer/ffmpeg/video/video_deinterlacer.cpp [new file with mode: 0644]
core/producer/ffmpeg/video/video_deinterlacer.h [new file with mode: 0644]
core/producer/ffmpeg/video/video_scaler.cpp [new file with mode: 0644]
core/producer/ffmpeg/video/video_scaler.h [new file with mode: 0644]
core/producer/flash/Flash9e.IDL [new file with mode: 0644]
core/producer/flash/Flash9e_i.c [new file with mode: 0644]
core/producer/flash/FlashAxContainer.cpp [new file with mode: 0644]
core/producer/flash/FlashAxContainer.h [new file with mode: 0644]
core/producer/flash/TimerHelper.h [new file with mode: 0644]
core/producer/flash/axflash.h [new file with mode: 0644]
core/producer/flash/cg_producer.cpp [new file with mode: 0644]
core/producer/flash/cg_producer.h [new file with mode: 0644]
core/producer/flash/ct_producer.cpp [new file with mode: 0644]
core/producer/flash/ct_producer.h [new file with mode: 0644]
core/producer/flash/flash_producer.cpp [new file with mode: 0644]
core/producer/flash/flash_producer.h [new file with mode: 0644]
core/producer/frame_producer.h [new file with mode: 0644]
core/producer/image/image_loader.cpp [new file with mode: 0644]
core/producer/image/image_loader.h [new file with mode: 0644]
core/producer/image/image_producer.cpp [new file with mode: 0644]
core/producer/image/image_producer.h [new file with mode: 0644]
core/producer/image/image_scroll_producer.cpp [new file with mode: 0644]
core/producer/image/image_scroll_producer.h [new file with mode: 0644]
core/producer/transition/transition_producer.cpp [new file with mode: 0644]
core/producer/transition/transition_producer.h [new file with mode: 0644]
core/protocol/amcp/AMCPCommand.h [new file with mode: 0644]
core/protocol/amcp/AMCPCommandQueue.cpp [new file with mode: 0644]
core/protocol/amcp/AMCPCommandQueue.h [new file with mode: 0644]
core/protocol/amcp/AMCPCommandsImpl.cpp [new file with mode: 0644]
core/protocol/amcp/AMCPCommandsImpl.h [new file with mode: 0644]
core/protocol/amcp/AMCPProtocolStrategy.cpp [new file with mode: 0644]
core/protocol/amcp/AMCPProtocolStrategy.h [new file with mode: 0644]
core/protocol/cii/CIICommand.h [new file with mode: 0644]
core/protocol/cii/CIICommandsImpl.cpp [new file with mode: 0644]
core/protocol/cii/CIICommandsImpl.h [new file with mode: 0644]
core/protocol/cii/CIIProtocolStrategy.cpp [new file with mode: 0644]
core/protocol/cii/CIIProtocolStrategy.h [new file with mode: 0644]
core/protocol/clk/CLKCommand.cpp [new file with mode: 0644]
core/protocol/clk/CLKCommand.h [new file with mode: 0644]
core/protocol/clk/CLKProtocolStrategy.cpp [new file with mode: 0644]
core/protocol/clk/CLKProtocolStrategy.h [new file with mode: 0644]
core/protocol/media.cpp [new file with mode: 0644]
core/protocol/media.h [new file with mode: 0644]
core/protocol/monitor/Monitor.cpp [new file with mode: 0644]
core/protocol/monitor/Monitor.h [new file with mode: 0644]
core/renderer/layer.cpp [new file with mode: 0644]
core/renderer/layer.h [new file with mode: 0644]
core/renderer/render_device.cpp [new file with mode: 0644]
core/renderer/render_device.h [new file with mode: 0644]
core/renderer/renderer_fwd.h [new file with mode: 0644]
core/server.cpp [new file with mode: 0644]
core/server.h [new file with mode: 0644]