]> git.sesse.net Git - casparcg/commit
Merged relevant changes from pull #275
authorHelge Norberg <helge.norberg@gmail.com>
Wed, 18 Jun 2014 12:56:30 +0000 (14:56 +0200)
committerHelge Norberg <helge.norberg@gmail.com>
Wed, 18 Jun 2014 12:56:30 +0000 (14:56 +0200)
commitc2f884691b18efc01c6b2d5187840bbcbd86a177
tree092136f3f9db6d1a57cc2db671e675e847b2f464
parentd07d65aa2999fac4c8aa3f9e8ec8819179a97c84
Merged relevant changes from pull #275

- enables streaming from a channel to a remote destination
- renamed ffmpeg_consumer to streaming_consumer to let both the old and the new consumer coexist until the old features are integrated in the new implementation like SEPARATE_KEY. Also the stability needs to be proven.
14 files changed:
common/common.vcxproj
common/common.vcxproj.filters
common/scope_exit.h [new file with mode: 0644]
core/core.vcxproj
core/core.vcxproj.filters
core/fwd.h [new file with mode: 0644]
core/parameters/parameters.cpp
modules/ffmpeg/consumer/streaming_consumer.cpp [new file with mode: 0644]
modules/ffmpeg/consumer/streaming_consumer.h [new file with mode: 0644]
modules/ffmpeg/ffmpeg.cpp
modules/ffmpeg/ffmpeg.vcxproj
modules/ffmpeg/ffmpeg.vcxproj.filters
modules/ffmpeg/util/error.cpp [new file with mode: 0644]
modules/ffmpeg/util/error.h [new file with mode: 0644]