]> git.sesse.net Git - casparcg/commit
2.0.0.2: All pipeline stages share thread context. This is a better and simpler desig...
authorronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Sun, 29 May 2011 16:03:41 +0000 (16:03 +0000)
committerronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Sun, 29 May 2011 16:03:41 +0000 (16:03 +0000)
commit31da9b3a8f163c828d2e39ac90ee1ad0e323f484
treef7aca4313a8e35fd4e6dd191cf6cb9f086cb5b83
parentf66aba8de59e39e169e633deccd691565ac9e166
2.0.0.2: All pipeline stages share thread context. This is a better and simpler design with less oversubscription.

git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.0.0.2@826 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d
18 files changed:
common/concurrency/executor.h
core/channel.cpp
core/channel.h
core/consumer/frame_consumer_device.cpp
core/consumer/frame_consumer_device.h
core/core.vcxproj
core/core.vcxproj.filters
core/mixer/frame_mixer_device.cpp
core/mixer/frame_mixer_device.h
core/mixer/gpu/ogl_device.h
core/mixer/image/image_mixer.cpp
core/mixer/image/image_mixer.h
core/mixer/write_frame.cpp
core/mixer/write_frame.h
core/producer/frame_producer_device.cpp
core/producer/frame_producer_device.h
shell/main.cpp
shell/server.cpp