]> git.sesse.net Git - casparcg/log
casparcg
10 years agoUpdate README.txt
Jonas Hummelstrand [Wed, 16 Oct 2013 14:50:53 +0000 (16:50 +0200)]
Update README.txt

10 years agoFixed typo in OpenGL requirements
Jonas Hummelstrand [Wed, 16 Oct 2013 14:27:47 +0000 (16:27 +0200)]
Fixed typo in OpenGL requirements

10 years agoAdjustments to changes and readme
Helge Norberg [Wed, 16 Oct 2013 13:04:47 +0000 (15:04 +0200)]
Adjustments to changes and readme

10 years agoAdded .NET requirements (for frontEnd GUI.)
Jonas Hummelstrand [Wed, 16 Oct 2013 12:15:30 +0000 (14:15 +0200)]
Added .NET requirements (for frontEnd GUI.)

10 years agoSpelling and punctuation.
Jonas Hummelstrand [Wed, 16 Oct 2013 10:32:36 +0000 (12:32 +0200)]
Spelling and punctuation.

10 years agoAdded Flash Player 11.8 and changed spelling and punctuation.
Jonas Hummelstrand [Wed, 16 Oct 2013 10:21:22 +0000 (12:21 +0200)]
Added Flash Player 11.8 and changed spelling and punctuation.

10 years agoChanged name of newtek to newtek-ivga and occurrences of the word AirPlay to iVGA
Helge Norberg [Tue, 15 Oct 2013 11:26:12 +0000 (13:26 +0200)]
Changed name of newtek to newtek-ivga and occurrences of the word AirPlay to iVGA

10 years agoMisc. spelling corrections.
Jonas Hummelstrand [Fri, 11 Oct 2013 13:54:50 +0000 (15:54 +0200)]
Misc. spelling corrections.

10 years agoUpdated config
Helge Norberg [Thu, 10 Oct 2013 12:05:43 +0000 (14:05 +0200)]
Updated config

10 years agoUpdated README
Helge Norberg [Thu, 10 Oct 2013 08:54:04 +0000 (10:54 +0200)]
Updated README

10 years agoRemove file that should not be checked in, but generated during build process
Helge Norberg [Wed, 9 Oct 2013 15:18:30 +0000 (17:18 +0200)]
Remove file that should not be checked in, but generated during build process

10 years agoUpdated version.tmpl
Helge Norberg [Wed, 9 Oct 2013 15:12:24 +0000 (17:12 +0200)]
Updated version.tmpl

10 years agoUpdated documents
Helge Norberg [Wed, 9 Oct 2013 15:11:12 +0000 (17:11 +0200)]
Updated documents

10 years agoFixed serious bug with MIXER LEVELS
Helge Norberg [Wed, 9 Oct 2013 09:47:23 +0000 (11:47 +0200)]
Fixed serious bug with MIXER LEVELS

10 years agoFixed bug where optimal code path was never taken when copying frame data in ffmpeg
Helge Norberg [Tue, 8 Oct 2013 15:06:55 +0000 (17:06 +0200)]
Fixed bug where optimal code path was never taken when copying frame data in ffmpeg

10 years agoConfig changes
Helge Norberg [Tue, 8 Oct 2013 14:50:12 +0000 (16:50 +0200)]
Config changes

10 years agoMerge branch 'master' of https://github.com/ronag/Server into ronag-master
Helge Norberg [Tue, 8 Oct 2013 09:45:36 +0000 (11:45 +0200)]
Merge branch 'master' of https://github.com/ronag/Server into ronag-master

10 years agoFlash producer
Helge Norberg [Tue, 8 Oct 2013 09:37:26 +0000 (11:37 +0200)]
Flash producer
    - globally serialize initialization and destruction of flash players, to avoid race conditions in flash.
    - changed so that the flash buffer is filled with flash player generated content at initialization instead of empty frames.

OSC
    - merged OSC improvements #152 made by Robert Nagy up until commit https://github.com/ronag/Server/commit/bae86d21f1569b4b7ac1e08c024d62f389efa57e
    - enclosed multiple OSC messages in the same UDP packet inside an OSC bundle to comply with OSC spec
    - ensured that UDP packets are not too big (causing fragmentation, and errors on OSC receiving side)
    - removed use of Microsoft Agents library which seemed to be the cause of running out of memory after a while. Now everything is done synchronously instead (without support for multiple targets, just a single target (parent) for now).

10 years agoMerge branch 'master' of https://github.com/ronag/Server
Robert Nagy [Sat, 28 Sep 2013 16:54:48 +0000 (18:54 +0200)]
Merge branch 'master' of https://github.com/ronag/Server

Conflicts:
core/core.vcxproj
core/core.vcxproj.filters
core/monitor/monitor.cpp
core/monitor/monitor.h
core/producer/frame_producer.cpp
core/producer/layer.cpp
core/producer/layer.h
core/producer/layer/layer_producer.h
core/producer/stage.cpp
core/video_channel.cpp
core/video_channel.h
modules/decklink/producer/decklink_producer.cpp
modules/ffmpeg/producer/ffmpeg_producer.cpp
modules/flash/producer/flash_producer.cpp
modules/image/producer/image_producer.cpp
modules/image/producer/image_scroll_producer.cpp
protocol/osc/client.cpp
protocol/osc/client.h
protocol/osc/oscpack/OscHostEndianness.h
protocol/osc/oscpack/OscOutboundPacketStream.cpp
protocol/protocol.vcxproj.filters
shell/casparcg.config
shell/server.cpp

10 years agoChanged order between flash-producer and image-producer so that .ct files gets priority
Helge Norberg [Tue, 24 Sep 2013 08:47:28 +0000 (10:47 +0200)]
Changed order between flash-producer and image-producer so that .ct files gets priority

10 years agoRemoved some default values from configuration
Helge Norberg [Wed, 18 Sep 2013 15:18:36 +0000 (17:18 +0200)]
Removed some default values from configuration

10 years agoCG commands that expects an already running flash template no longer starts a flash...
Helge Norberg [Wed, 18 Sep 2013 08:29:00 +0000 (10:29 +0200)]
CG commands that expects an already running flash template no longer starts a flash player with a template host just to say "no template running on layer". Now only CG ADD and CG INFO creates a flash_producer/flash player if one is not already running on the video layer.

10 years agoHuge performance impact detected with chroma key support (even though not in use...
Helge Norberg [Mon, 16 Sep 2013 15:32:16 +0000 (17:32 +0200)]
Huge performance impact detected with chroma key support (even though not in use for a layer) in image shader. Straight alpha output support also adds a small overhead (even when not in use), so just like with blend-modes it is now conditionally compiled in the shader, and turned on in the configuration file.

New <mixer /> element added to configuration for turning on mixer features that not everybody would want to pay for (performance-wise). blend-modes also moved into this element:

<mixer>
    <blend-modes>   false [true|false]</blend-modes>
    <straight-alpha>false [true|false]</straight-alpha>
    <chroma-key>    false [true|false]</chroma-key>
</mixer>

10 years ago* Created custom decklink allocator for reducing memory footprint.
Helge Norberg [Fri, 13 Sep 2013 15:06:32 +0000 (17:06 +0200)]
* Created custom decklink allocator for reducing memory footprint.
* Made sure that more threads have the unstructured exception handler installed (avoids crashing the entire process in case of access violations), and thread naming for more threads.
* Ensure that if an exception occurs while rendering the diagnostic window, the window is closed instead of it stopping to respond to window events.

10 years ago#169
Helge Norberg [Mon, 9 Sep 2013 16:05:22 +0000 (18:05 +0200)]
#169

Thumbnail base64 encoding not working with padding

10 years agoAdded support for NewTek AirPlay.
Robert Nagy [Fri, 6 Sep 2013 21:05:24 +0000 (23:05 +0200)]
Added support for NewTek AirPlay.

Sponsored by NewTek.

10 years agoFixed bug in channel_producer
Helge Norberg [Thu, 5 Sep 2013 13:22:06 +0000 (15:22 +0200)]
Fixed bug in channel_producer

10 years agoFixed bug where av_lockmgr unregistration occurred before avcodec_close at server...
Helge Norberg [Wed, 4 Sep 2013 13:36:43 +0000 (15:36 +0200)]
Fixed bug where av_lockmgr unregistration occurred before avcodec_close at server exit

10 years agoFixed performance problem in shader
Helge Norberg [Wed, 4 Sep 2013 09:19:39 +0000 (11:19 +0200)]
Fixed performance problem in shader

10 years agoReplaced openal with portaudio for lower latency
Helge Norberg [Mon, 26 Aug 2013 15:15:02 +0000 (17:15 +0200)]
Replaced openal with portaudio for lower latency

10 years agoMerge pull request #145 from cambell-prince/ffmpeg-dshowparams
niklaspandersson [Mon, 19 Aug 2013 09:18:57 +0000 (02:18 -0700)]
Merge pull request #145 from cambell-prince/ffmpeg-dshowparams

ffmpeg: Add support for arbitrary ffmpeg options in ffmpeg_producer

10 years ago#155
Helge Norberg [Thu, 15 Aug 2013 15:40:57 +0000 (17:40 +0200)]
#155

Fixed problem where SFML stops calling SoundStream::OnGetData when too few samples are returned. This problem seems to have started after the change to static linking against SFML. The current solution is to collect the samples of more frames (3) before returning sample data. This unfortunately adds a 2 frame delay on system audio, but solves the choppyness.

10 years ago* amend to fix #157: Made the same change to LOAD
niklaspandersson [Thu, 15 Aug 2013 05:56:15 +0000 (07:56 +0200)]
* amend to fix #157: Made the same change to LOAD

10 years agoMerge pull request #162 from cambell-prince/bug/157
niklaspandersson [Thu, 15 Aug 2013 05:52:26 +0000 (22:52 -0700)]
Merge pull request #162 from cambell-prince/bug/157

Fix #157: Can now open media with digit only names.

10 years agoFix #157: Can now open media with digit only names.
cambell-prince [Mon, 12 Aug 2013 15:22:16 +0000 (22:22 +0700)]
Fix #157: Can now open media with digit only names.

10 years agoosc: More efficient locking.
Robert Nagy [Mon, 8 Jul 2013 11:07:41 +0000 (13:07 +0200)]
osc: More efficient locking.

10 years agoclient: Use fixed 4096 size for messages.
Robert Nagy [Sun, 7 Jul 2013 12:40:03 +0000 (14:40 +0200)]
client: Use fixed 4096 size for messages.

10 years agoosc:
Robert Nagy [Sun, 7 Jul 2013 10:47:05 +0000 (12:47 +0200)]
osc:
-Drop invalid updates.
-Improved update size calculation.

10 years agoosc: Ignore send errors.
Robert Nagy [Sun, 7 Jul 2013 10:09:35 +0000 (12:09 +0200)]
osc: Ignore send errors.

10 years agoosc: Cosmetics.
Robert Nagy [Sun, 7 Jul 2013 09:25:54 +0000 (11:25 +0200)]
osc: Cosmetics.

10 years agoosc: Use const_buffers instead of mutable_buffers.
Robert Nagy [Sun, 7 Jul 2013 09:23:44 +0000 (11:23 +0200)]
osc: Use const_buffers instead of mutable_buffers.

10 years agoosc: Some minor cleanup.
Robert Nagy [Sun, 7 Jul 2013 09:22:53 +0000 (11:22 +0200)]
osc: Some minor cleanup.

10 years agoosc:
Robert Nagy [Sun, 7 Jul 2013 08:38:29 +0000 (10:38 +0200)]
osc:
-Removed unnecessary buffers.empty() check.
-Catch any exceptions in osc thread.

10 years agoosc: Cache the buffers object.
Robert Nagy [Sat, 6 Jul 2013 23:46:46 +0000 (01:46 +0200)]
osc: Cache the buffers object.

10 years agoosc: Simplify with a regular lock.
Robert Nagy [Sat, 6 Jul 2013 23:45:29 +0000 (01:45 +0200)]
osc: Simplify with a regular lock.

10 years agoosc: Reduce osc buffer size where possible.
Robert Nagy [Sat, 6 Jul 2013 22:58:58 +0000 (00:58 +0200)]
osc: Reduce osc buffer size where possible.

10 years agoosc: Fixed deadlock during destruction.
Robert Nagy [Sat, 6 Jul 2013 22:55:11 +0000 (00:55 +0200)]
osc: Fixed deadlock during destruction.

10 years agoosc: Removed timed_wait.
Robert Nagy [Sat, 6 Jul 2013 22:29:32 +0000 (00:29 +0200)]
osc: Removed timed_wait.

10 years agoosc: Bug fixes and major performance, memory overhead and latency improvements.
Robert Nagy [Sat, 6 Jul 2013 20:57:16 +0000 (22:57 +0200)]
osc: Bug fixes and major performance, memory overhead and latency improvements.

Sponsored by Boffins Technologies (www.boffins.se).

10 years agoosc: Renamed "server" to "client".
Robert Nagy [Sat, 6 Jul 2013 20:54:29 +0000 (22:54 +0200)]
osc: Renamed "server" to "client".

10 years agoFixed typos and changed "caspar" to "CasparCG Server" the AMCP heading.
Jonas Hummelstrand [Thu, 4 Jul 2013 09:21:21 +0000 (11:21 +0200)]
Fixed typos and changed "caspar" to "CasparCG Server" the AMCP heading.

10 years agoFixed typo and added recommendation to use 2.0.3 for "real" production.
Jonas Hummelstrand [Thu, 4 Jul 2013 09:15:15 +0000 (11:15 +0200)]
Fixed typo and added recommendation to use 2.0.3 for "real" production.

10 years agoFixed invalid string to enum constant association
Helge Norberg [Fri, 28 Jun 2013 09:23:01 +0000 (11:23 +0200)]
Fixed invalid string to enum constant association

10 years agoChanged 2k to 1556p and 4k to 2160p
Helge Norberg [Fri, 28 Jun 2013 08:57:07 +0000 (10:57 +0200)]
Changed 2k to 1556p and 4k to 2160p

10 years agoBeta 1 in version.tmpl
Helge Norberg [Thu, 27 Jun 2013 15:56:56 +0000 (17:56 +0200)]
Beta 1 in version.tmpl

10 years agoFixed usage of CComQIPtr temporaries (must be kept alive for the entire lifetime...
Helge Norberg [Thu, 27 Jun 2013 15:55:10 +0000 (17:55 +0200)]
Fixed usage of CComQIPtr temporaries (must be kept alive for the entire lifetime of the decklink consumers)

10 years agoCorrected line lengths (should always be under 80 characters), inconsistent amount...
Helge Norberg [Thu, 27 Jun 2013 15:52:36 +0000 (17:52 +0200)]
Corrected line lengths (should always be under 80 characters), inconsistent amount of newlines between sections and removed trailing whitespace from CHANGES.txt and README.txt

10 years agoCorrected login output data and time mask.
Jonas Hummelstrand [Thu, 27 Jun 2013 14:11:05 +0000 (16:11 +0200)]
Corrected login output data and time mask.

10 years agoAdded "Improved audio playback with 720p5994 and 720p6000 channels." based on https...
Jonas Hummelstrand [Thu, 27 Jun 2013 10:03:55 +0000 (12:03 +0200)]
Added "Improved audio playback with 720p5994 and 720p6000 channels." based on https://github.com/CasparCG/Server/issues/22

10 years agoTypo
Jonas Hummelstrand [Thu, 27 Jun 2013 09:57:10 +0000 (11:57 +0200)]
Typo

10 years agoChanged name to Beta 1, removed the XML configuration instructions, changed the initi...
Jonas Hummelstrand [Thu, 27 Jun 2013 09:56:48 +0000 (11:56 +0200)]
Changed name to Beta 1, removed the XML configuration instructions, changed the initial text saying this was a stable relase meant for production.

10 years agoUpdated CHANGES.TXT
Jonas Hummelstrand [Thu, 27 Jun 2013 09:44:35 +0000 (11:44 +0200)]
Updated CHANGES.TXT

10 years agoUpdated CHANGES.txt
Helge Norberg [Thu, 27 Jun 2013 08:53:27 +0000 (10:53 +0200)]
Updated CHANGES.txt

10 years agoUpdated README.txt
Helge Norberg [Thu, 27 Jun 2013 08:51:22 +0000 (10:51 +0200)]
Updated README.txt

10 years agoFixed info for blocking decklink consumer
Helge Norberg [Wed, 26 Jun 2013 15:27:04 +0000 (17:27 +0200)]
Fixed info for blocking decklink consumer

10 years agoFixed bug with RouteCommand where filnames with a - caused the RouteCommand to consid...
Helge Norberg [Wed, 26 Jun 2013 13:39:23 +0000 (15:39 +0200)]
Fixed bug with RouteCommand where filnames with a - caused the RouteCommand to consider it a route-spec

10 years agoDon't try to write more samples before waiting for sync in blocking_decklink_consumer...
Helge Norberg [Tue, 25 Jun 2013 15:25:57 +0000 (17:25 +0200)]
Don't try to write more samples before waiting for sync in blocking_decklink_consumer, because it seems to add an extra frame of delay.

10 years agoColorized diagnostics of synchronizing consumer
Helge Norberg [Tue, 25 Jun 2013 15:24:02 +0000 (17:24 +0200)]
Colorized diagnostics of synchronizing consumer

10 years agoAdded new decklink consumer implementation which does not use scheduled playback...
Helge Norberg [Tue, 25 Jun 2013 13:55:46 +0000 (15:55 +0200)]
Added new decklink consumer implementation which does not use scheduled playback but uses DisplayVideoFrameSync() and sleeps until frame has been shown using the timing information returned by GetHardwareReferenceClock(). This seems to reduce the latency (although not as much as I would have hoped) and provide for more deterministic synchronization between multiple instances (for example a Decklink Quad with one device used for fill and another for key).

10 years agofixed problem with wrong alpha in thumbnails.
niklaspandersson [Mon, 24 Jun 2013 17:38:37 +0000 (19:38 +0200)]
fixed problem with wrong alpha in thumbnails.
issue #148

10 years agoFix so that arbitrary ffmpeg parameters allow more than just one parameter.
cambell [Sat, 22 Jun 2013 08:50:45 +0000 (15:50 +0700)]
Fix so that arbitrary ffmpeg parameters allow more than just one parameter.

* https://github.com/cambell-prince/Server/issues/4

10 years agoFixed bug in video_channel where return value of timed_wait() was ignored timeout...
Helge Norberg [Tue, 18 Jun 2013 16:40:03 +0000 (18:40 +0200)]
Fixed bug in video_channel where return value of timed_wait() was ignored timeout handling to not work for info() and delay_info()

10 years agoMerge branch 'master' of https://github.com/CasparCG/Server
Helge Norberg [Tue, 18 Jun 2013 13:05:56 +0000 (15:05 +0200)]
Merge branch 'master' of https://github.com/CasparCG/Server

Conflicts:
core/core.vcxproj
core/core.vcxproj.filters

10 years agoExperimental support for synchronizing output of multiple consumers. For example...
Helge Norberg [Tue, 18 Jun 2013 12:26:43 +0000 (14:26 +0200)]
Experimental support for synchronizing output of multiple consumers. For example using a Decklink Quad with one consumer for fill and one for key. Place the consumer elements in casparcg.config within a <synchronizing /> element. For example:

<consumers>
  <synchronizing>
    <decklink>
      <device>1</device>
      <embedded-audio>true</embedded-audio>
    </decklink>
    <decklink>
      <device>2</device>
      <key-only>true</key-only>
    </decklink>
  </synchronizing>
</consumers>

Also added new INFO command showing some information about delays (producer - mixer - consumer):

INFO 1 DELAY
INFO 1-10 DELAY

10 years agolayer_consumers_ must have a longer life span than executor_ in stage.cpp
Helge Norberg [Mon, 17 Jun 2013 14:15:10 +0000 (16:15 +0200)]
layer_consumers_ must have a longer life span than executor_ in stage.cpp

10 years agoMerge pull request #135 from cambell-prince/master_layer_producer
Helge Norberg [Mon, 17 Jun 2013 12:24:19 +0000 (14:24 +0200)]
Merge pull request #135 from cambell-prince/master_layer_producer

10 years agoffmpeg: Add support for arbitrary ffmpeg options in ffmpeg_producer
cambell [Sat, 15 Jun 2013 03:31:44 +0000 (10:31 +0700)]
ffmpeg: Add support for arbitrary ffmpeg options in ffmpeg_producer

10 years agoExperimental support for switching output between premultiplied / straight alpha
Helge Norberg [Tue, 11 Jun 2013 14:31:55 +0000 (16:31 +0200)]
Experimental support for switching output between premultiplied / straight alpha

Use
MIXER 1 STRAIGHT_ALPHA_OUTPUT 1
to turn on straight alpha output on channel 1 or configure it in casparcg.config under the <straight-alpha-output /> element for the channel

The default is to not use straight alpha output

#50

10 years agoMade ffmpeg producer output relative path (to media folder) via OSC instead of absolu...
Helge Norberg [Tue, 11 Jun 2013 12:14:25 +0000 (14:14 +0200)]
Made ffmpeg producer output relative path (to media folder) via OSC instead of absolute path

10 years agoReturn by const reference instead of by value in parameters class.
Helge Norberg [Mon, 10 Jun 2013 14:49:05 +0000 (16:49 +0200)]
Return by const reference instead of by value in parameters class.

10 years agoFixed bug where protocol splitting didn't require :// but any of :, / or /
Helge Norberg [Mon, 10 Jun 2013 13:01:11 +0000 (15:01 +0200)]
Fixed bug where protocol splitting didn't require :// but any of :, / or /

10 years agoMake ffmpeg producer send osc messages while at eof.
Helge Norberg [Wed, 5 Jun 2013 16:06:23 +0000 (18:06 +0200)]
Make ffmpeg producer send osc messages while at eof.

10 years agoAdded support for mixer commands to return current values
Helge Norberg [Wed, 5 Jun 2013 15:00:16 +0000 (17:00 +0200)]
Added support for mixer commands to return current values

#141

10 years agoConsider a layer paused only if explicitly paused
Helge Norberg [Tue, 4 Jun 2013 15:27:52 +0000 (17:27 +0200)]
Consider a layer paused only if explicitly paused

10 years agostraighten alpha before applying contrast-saturation-brightness when contrast is...
Helge Norberg [Tue, 4 Jun 2013 15:26:44 +0000 (17:26 +0200)]
straighten alpha before applying contrast-saturation-brightness when contrast is less than 1 and remultiply afterwards to prevent rgb values from rising above alpha value for each pixel.

#140

10 years agoIntroduced paused OSC message for a layer
Helge Norberg [Tue, 4 Jun 2013 11:39:35 +0000 (13:39 +0200)]
Introduced paused OSC message for a layer

10 years agoUpdated CHANGES.txt
Helge Norberg [Mon, 3 Jun 2013 16:23:03 +0000 (18:23 +0200)]
Updated CHANGES.txt

10 years agofixes an issue with negative scale in mixer fill commands. it now does what one expec...
niklaspandersson [Mon, 3 Jun 2013 15:31:05 +0000 (17:31 +0200)]
fixes an issue with negative scale in mixer fill commands. it now does what one expects, namely reflects the image.

10 years agoMisc refactoring and fixes
Helge Norberg [Fri, 31 May 2013 18:28:55 +0000 (20:28 +0200)]
Misc refactoring and fixes

10 years agoSome refactoring based on the new parameters class
Helge Norberg [Fri, 31 May 2013 15:12:58 +0000 (17:12 +0200)]
Some refactoring based on the new parameters class

10 years agoMerge branch 'master' of https://github.com/CasparCG/Server
Helge Norberg [Fri, 31 May 2013 12:20:06 +0000 (14:20 +0200)]
Merge branch 'master' of https://github.com/CasparCG/Server

10 years agoMisc changes
Helge Norberg [Fri, 31 May 2013 12:19:57 +0000 (14:19 +0200)]
Misc changes

10 years agoMerge pull request #138 from cambell-prince/master_parameters1
HellGore [Fri, 31 May 2013 12:18:56 +0000 (05:18 -0700)]
Merge pull request #138 from cambell-prince/master_parameters1

Rebase parameters branch on current master.

10 years agoRebase parameters branch on current master.
cambell [Fri, 31 May 2013 02:01:53 +0000 (09:01 +0700)]
Rebase parameters branch on current master.

* Change parameters const& to const parameters& for coding style.
* Update thumbnail producer to use parameters class.
* Update some methods to use params.get(...) rather than get_params.

Conflicts:
core/core.vcxproj

10 years agoMerge pull request #134 from cambell-prince/master_dshow
HellGore [Thu, 30 May 2013 13:38:11 +0000 (06:38 -0700)]
Merge pull request #134 from cambell-prince/master_dshow

ffmpeg dshow: Fix packet life preserver in video_decoder

10 years agoChanged copyright header in all files, and added it in some files where it was missing.
Helge Norberg [Thu, 30 May 2013 13:35:10 +0000 (15:35 +0200)]
Changed copyright header in all files, and added it in some files where it was missing.

#132

10 years agoStatically link against SFML instead of dynamically
Helge Norberg [Thu, 30 May 2013 12:15:10 +0000 (14:15 +0200)]
Statically link against SFML instead of dynamically

#117

10 years agoMerge branch 'master' of https://github.com/CasparCG/Server
Helge Norberg [Thu, 30 May 2013 08:42:24 +0000 (10:42 +0200)]
Merge branch 'master' of https://github.com/CasparCG/Server

10 years agoMerge pull request #136 from cambell-prince/master_chroma
HellGore [Thu, 30 May 2013 08:42:23 +0000 (01:42 -0700)]
Merge pull request #136 from cambell-prince/master_chroma

chroma feature:  MIXER 1-1 CHROMA GREEN|BLUE 0.10 0.04

10 years agoFixed problem in audio_mixer where a default constructed channel_layout was used...
Helge Norberg [Wed, 29 May 2013 07:53:25 +0000 (09:53 +0200)]
Fixed problem in audio_mixer where a default constructed channel_layout was used. Also fixed so that default constructed channel_layout and mix_config instances doesn't have uninitialized members