]> git.sesse.net Git - casparcg/commit
2.0.0.2:
authorronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Thu, 28 Oct 2010 19:36:37 +0000 (19:36 +0000)
committerronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Thu, 28 Oct 2010 19:36:37 +0000 (19:36 +0000)
commit0ceaf192b5445af5ecf1e76b8e5684ec6f7229ba
tree394a053bf603811973d73a448bc407261e4b33af
parentdf0adecdebeaefdb7250df6349af8073d15ecaaa
2.0.0.2:
- Bluefish refactoring
- Opengl -> Bluefish dma transfer
- GPU interlacing
- Fixed composite gpu frame transition bug
- Frameconsumer video sync clock is not optional
- Optimized memcpy

git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.0.0.2@183 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d
54 files changed:
casparcg.sln
common/common.vcxproj
common/common.vcxproj.filters
common/exception/exceptions.h
common/hardware/cpuid.cpp [deleted file]
common/hardware/cpuid.h [deleted file]
common/image/clear.cpp [deleted file]
common/image/copy.cpp [deleted file]
common/image/copy_field.cpp [deleted file]
common/image/copy_field.h [deleted file]
common/image/image.cpp [deleted file]
common/image/image.h [deleted file]
common/utility/memory.cpp [new file with mode: 0644]
common/utility/memory.h [new file with mode: 0644]
core/caspar.config
core/config.h
core/consumer/bluefish/BlueFishVideoConsumer.cpp [deleted file]
core/consumer/bluefish/BlueFishVideoConsumer.h [deleted file]
core/consumer/bluefish/BluefishException.h [deleted file]
core/consumer/bluefish/BluefishPlaybackStrategy.cpp [deleted file]
core/consumer/bluefish/bluefish_consumer.cpp [new file with mode: 0644]
core/consumer/bluefish/bluefish_consumer.h [moved from common/image/clear.h with 56% similarity]
core/consumer/bluefish/exception.h [moved from common/utility/types.h with 72% similarity]
core/consumer/bluefish/fwd.h [new file with mode: 0644]
core/consumer/bluefish/memory.h [new file with mode: 0644]
core/consumer/bluefish/util.h [new file with mode: 0644]
core/consumer/decklink/DecklinkVideoConsumer.cpp
core/consumer/frame_consumer.h
core/consumer/oal/oal_consumer.cpp [moved from core/consumer/oal/oal_frame_consumer.cpp with 79% similarity]
core/consumer/oal/oal_consumer.h [moved from core/consumer/bluefish/BluefishPlaybackStrategy.h with 64% similarity]
core/consumer/ogl/ogl_consumer.cpp [moved from core/consumer/ogl/ogl_frame_consumer.cpp with 85% similarity]
core/consumer/ogl/ogl_consumer.h [moved from common/image/copy.h with 56% similarity]
core/core.vcxproj
core/core.vcxproj.filters
core/frame/composite_gpu_frame.cpp
core/frame/gpu_frame.cpp
core/frame/gpu_frame.h
core/frame/gpu_frame_processor.cpp
core/producer/ffmpeg/audio/audio_decoder.cpp
core/producer/ffmpeg/ffmpeg_producer.cpp
core/producer/ffmpeg/input.cpp
core/producer/ffmpeg/video/video_deinterlacer.cpp
core/producer/ffmpeg/video/video_transformer.cpp [deleted file]
core/producer/flash/flash_producer.cpp
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/renderer/render_device.cpp
core/server.cpp
test/test.cpp [new file with mode: 0644]
test/test.vcxproj [new file with mode: 0644]
test/test.vcxproj.filters [new file with mode: 0644]
test/timer.h [new file with mode: 0644]