]> git.sesse.net Git - casparcg/commit
2.0.0.2:
authorronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Sun, 7 Nov 2010 17:17:11 +0000 (17:17 +0000)
committerronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Sun, 7 Nov 2010 17:17:11 +0000 (17:17 +0000)
commit8d1fc66ef889f19ec4af67699aa9f74d9028d012
tree589e4b385e50f3bd79f47a787c6151c962aba26a
parent5330bed3a2561cb356dbe530c5deb71ade0802e2
2.0.0.2:
- Increased warning level to /W4.
- Split up gpu_frame_processor.
- Started with doxygen documentation.
- Misc cleanups.

git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.0.0.2@238 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d
63 files changed:
common/common.vcxproj
common/common.vcxproj.filters
common/compiler/vs/disable_silly_warnings.h [new file with mode: 0644]
common/concurrency/executor.h
common/gl/frame_buffer_object.cpp
common/gl/pixel_buffer_object.cpp
common/gl/utility.h [new file with mode: 0644]
common/log/log.cpp
common/log/log.h
common/stdafx.h
common/utility/memory.cpp
common/utility/string_convert.h
core/StdAfx.h
core/consumer/bluefish/bluefish_consumer.cpp
core/consumer/bluefish/util.h
core/consumer/ogl/ogl_consumer.cpp
core/core.vcxproj
core/core.vcxproj.filters
core/frame/frame_factory.h
core/frame/frame_format.cpp
core/frame/frame_format.h
core/frame/gpu_composite_frame.cpp
core/frame/gpu_composite_frame.h
core/frame/gpu_frame.cpp
core/frame/gpu_frame.h
core/frame/gpu_frame_desc.h [new file with mode: 0644]
core/frame/gpu_frame_device.cpp [new file with mode: 0644]
core/frame/gpu_frame_device.h [moved from core/frame/gpu_frame_processor.h with 76% similarity]
core/frame/gpu_frame_processor.cpp [deleted file]
core/frame/gpu_frame_renderer.cpp [new file with mode: 0644]
core/frame/gpu_frame_renderer.h [new file with mode: 0644]
core/frame/gpu_frame_shader.cpp [new file with mode: 0644]
core/frame/gpu_frame_shader.h [new file with mode: 0644]
core/frame/gpu_frame_transform.cpp [deleted file]
core/frame/gpu_frame_transform.h [deleted file]
core/producer/color/color_producer.cpp
core/producer/ffmpeg/ffmpeg_producer.cpp
core/producer/ffmpeg/input.cpp
core/producer/ffmpeg/video/video_transformer.cpp
core/producer/flash/axflash.h
core/producer/flash/bitmap.cpp
core/producer/flash/cg_producer.cpp
core/producer/flash/cg_producer.h
core/producer/flash/flash_producer.cpp
core/producer/flash/flash_producer.h
core/producer/frame_producer.h
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/renderer/display_device.cpp
core/renderer/layer.cpp
core/renderer/layer.h
core/renderer/render_device.cpp
core/renderer/render_device.h
core/server.cpp
shell/My Amplifier Results/r000hs/r000hs.ampl [deleted file]
shell/My Amplifier Results/r001hs/r001hs.ampl [deleted file]
shell/My Amplifier Results/r002hs/r002hs.ampl [deleted file]
shell/shell.vcxproj
shell/shell.vcxproj.filters
test/mock/mock_frame_producer.h
test/producer/transition/transition_producer_test.cpp