]> git.sesse.net Git - casparcg/commit
2.0.0.2: decklink_consumer: Fixed prerolling bug which caused audio to be out of...
authorronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Tue, 31 May 2011 14:57:04 +0000 (14:57 +0000)
committerronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Tue, 31 May 2011 14:57:04 +0000 (14:57 +0000)
commit92196ec300b217123cfd48955578a6e02d2c6767
tree49c1d1c64f77bf5d67de7177e8ef58669d053d1c
parent04bb0aebb366997840c768c5212fbe605d30ac45
2.0.0.2: decklink_consumer: Fixed prerolling bug which caused audio to be out of sync with video. It is now possible to configure buffer-depth in configuration file.
         bluefish_consumer: It is now possible to configure buffer-depth in configuration file.
         channel: Renamed to video_channel.
         misc: Refactoring and cleanup.

git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.0.0.2@832 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d
35 files changed:
Casparcg 2.0 Documentation.txt
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/device_buffer.cpp
core/mixer/gpu/host_buffer.cpp
core/mixer/image/image_mixer.cpp
core/mixer/image/image_mixer.h
core/mixer/read_frame.cpp
core/mixer/read_frame.h
core/producer/frame_producer_device.cpp
core/producer/frame_producer_device.h
core/producer/transition/transition_producer.cpp
core/video_channel.cpp [moved from core/channel.cpp with 63% similarity]
core/video_channel.h [moved from core/channel.h with 86% similarity]
core/video_channel_context.h [moved from core/channel_context.h with 66% similarity]
modules/bluefish/consumer/bluefish_consumer.cpp
modules/decklink/consumer/decklink_consumer.cpp
modules/flash/producer/cg_producer.cpp
modules/flash/producer/cg_producer.h
modules/oal/consumer/oal_consumer.cpp
protocol/amcp/AMCPCommand.h
protocol/amcp/AMCPCommandsImpl.cpp
protocol/amcp/AMCPCommandsImpl.h
protocol/amcp/AMCPProtocolStrategy.cpp
protocol/amcp/AMCPProtocolStrategy.h
protocol/cii/CIIProtocolStrategy.cpp
protocol/cii/CIIProtocolStrategy.h
protocol/clk/CLKProtocolStrategy.cpp
protocol/clk/CLKProtocolStrategy.h
shell/server.cpp
shell/server.h