]> git.sesse.net Git - casparcg/commit
2.0.0.2:
authorronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Mon, 25 Oct 2010 23:49:41 +0000 (23:49 +0000)
committerronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Mon, 25 Oct 2010 23:49:41 +0000 (23:49 +0000)
commitdf0adecdebeaefdb7250df6349af8073d15ecaaa
tree74d822bdc46231449baed3eb58e1a41b53215665
parent482cf7aea08cc46825502276708f51dc08ebd230
2.0.0.2:
- GPU based transitions
- GPU and general refactoring

git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.0.0.2@182 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d
75 files changed:
common/common.vcxproj
common/common.vcxproj.filters
common/gl/utility.h [new file with mode: 0644]
common/image/image.cpp
common/image/image.h
common/image/lerp.cpp [deleted file]
common/image/lerp.h [deleted file]
common/image/over.cpp [deleted file]
common/image/over.h [deleted file]
common/image/pre_multiply.cpp [deleted file]
common/image/pre_multiply.h [deleted file]
common/image/shuffle.cpp [deleted file]
common/image/shuffle.h [deleted file]
core/caspar.config
core/config.h
core/consumer/bluefish/BlueFishVideoConsumer.cpp
core/consumer/bluefish/BlueFishVideoConsumer.h
core/consumer/bluefish/BluefishFrameManager.h [deleted file]
core/consumer/bluefish/BluefishPlaybackStrategy.cpp
core/consumer/bluefish/BluefishPlaybackStrategy.h
core/consumer/decklink/DecklinkVideoConsumer.cpp
core/consumer/decklink/DecklinkVideoConsumer.h
core/consumer/frame_consumer.h
core/consumer/oal/oal_frame_consumer.cpp
core/consumer/oal/oal_frame_consumer.h
core/consumer/ogl/ogl_frame_consumer.cpp
core/consumer/ogl/ogl_frame_consumer.h
core/core.vcxproj
core/core.vcxproj.filters
core/frame/audio_chunk.cpp [deleted file]
core/frame/audio_chunk.h [deleted file]
core/frame/composite_gpu_frame.cpp [new file with mode: 0644]
core/frame/composite_gpu_frame.h [new file with mode: 0644]
core/frame/frame.h [deleted file]
core/frame/frame_factory.h [new file with mode: 0644]
core/frame/frame_fwd.h
core/frame/gpu_frame.cpp [new file with mode: 0644]
core/frame/gpu_frame.h [new file with mode: 0644]
core/frame/gpu_frame_processor.cpp [new file with mode: 0644]
core/frame/gpu_frame_processor.h [moved from core/frame/system_frame.h with 61% similarity]
core/frame/system_frame.cpp [deleted file]
core/main.cpp
core/producer/color/color_producer.cpp
core/producer/ffmpeg/audio/audio_decoder.cpp
core/producer/ffmpeg/audio/audio_decoder.h
core/producer/ffmpeg/ffmpeg_producer.cpp
core/producer/ffmpeg/input.cpp
core/producer/ffmpeg/input.h
core/producer/ffmpeg/packet.h
core/producer/ffmpeg/video/video_decoder.cpp
core/producer/ffmpeg/video/video_scaler.h [deleted file]
core/producer/ffmpeg/video/video_transformer.cpp [moved from core/producer/ffmpeg/video/video_scaler.cpp with 74% similarity]
core/producer/ffmpeg/video/video_transformer.h [new file with mode: 0644]
core/producer/flash/FlashAxContainer.cpp
core/producer/flash/FlashAxContainer.h
core/producer/flash/bitmap.cpp [moved from core/frame/bitmap_frame.cpp with 52% similarity]
core/producer/flash/bitmap.h [moved from core/frame/bitmap_frame.h with 76% similarity]
core/producer/flash/cg_producer.cpp
core/producer/flash/cg_producer.h
core/producer/flash/ct_producer.cpp
core/producer/flash/flash_producer.cpp
core/producer/flash/flash_producer.h
core/producer/frame_producer.h
core/producer/image/image_loader.cpp
core/producer/image/image_producer.cpp
core/producer/image/image_scroll_producer.cpp
core/producer/transition/transition_producer.cpp
core/producer/transition/transition_producer.h
core/protocol/amcp/AMCPCommandsImpl.cpp
core/protocol/amcp/AMCPCommandsImpl.h
core/renderer/layer.cpp
core/renderer/layer.h
core/renderer/render_device.cpp
core/renderer/render_device.h
core/server.cpp