Skip to content

Commit 80d8b6d

Browse files
committed
chore: update changelog
1 parent f7a1e0e commit 80d8b6d

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

CHANGELOG.md

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
CasparCG 2.4.2 Stable
2+
==========================================
3+
4+
### Consumers
5+
##### Fixes
6+
* Decklink: fix support for driver 14.3 and later
7+
8+
19
CasparCG 2.4.1 Stable
210
==========================================
311

@@ -51,12 +59,12 @@ CasparCG 2.4.0 Stable
5159
* Build: Disable precompiled headers for linux
5260
* Build: Support VS2022
5361
* Build: Replace nuget and locally committed dependencies with direct http downloads
54-
* Build: Allow configuring diag font path at build time
62+
* Build: Allow configuring diag font path at build time
5563
* Linux: Support setting thread priorities
5664
* Linux: Initial ARM64 compatibility
5765
* Linux: Rework build to always use system boost
5866
* Linux: Rework build process to better support being build as a system package
59-
* Logging: add config option to disable logging to file and to disable column alignment
67+
* Logging: add config option to disable logging to file and to disable column alignment
6068
* Transitions: Support additional audio fade properties for STING transition
6169
##### Fixes
6270
* Crash upon exiting if HTML producer was running
@@ -234,7 +242,7 @@ General
234242
-------
235243

236244
* C++14
237-
* Major refactoring, cleanup, optimization
245+
* Major refactoring, cleanup, optimization
238246
and stability improvements.
239247
* Removed unmaintained documentation API.
240248
* Removed unmaintained program options API.
@@ -275,25 +283,25 @@ MIXER
275283
* Proper OpenGL pipelining.
276284
* Blend modes are always enabled.
277285
* Misc cleanup and fixes.
278-
* Removed CPU mixer.
286+
* Removed CPU mixer.
279287
* Mixer always runs in progressive mode. Consumers are expected to convert to interlaced if required.
280288

281289
IMAGE
282290
-----
283291
* Correctly apply alpha to base64 encoded pngs from AMCP (Julusian).
284292
* Unmultiply frame before writing to png (Julusian).
285293
* Removed scroll producer (moved to 3.0.0)
286-
294+
287295
ROUTE
288296
-----
289-
297+
290298
* Reimplemented, simplified.
291299
* Cross channel routing will render full stage instead of simply copying channel output.
292300
* Reduced overhead and latency.
293301

294302
FFMPEG
295303
------
296-
* Rewritten from scratch for better accuracy, stability and
304+
* Rewritten from scratch for better accuracy, stability and
297305
performance.
298306
* Update freezed frame during seeking.
299307
* FFMPEG 3.4.1.
@@ -635,7 +643,7 @@ Consumers
635643
* No longer provides sync to the video channel.
636644
* Supports NewTek NDI out of the box just by upgrading the
637645
Processing.AirSend library.
638-
646+
639647
Producers
640648
---------
641649

@@ -968,13 +976,13 @@ Video mixer
968976
even when not in use on a layer or on a channel. New <mixer /> element added
969977
to configuration for turning on mixer features that not everybody would want
970978
to pay for (performance-wise.) blend-modes also moved into this element.
971-
* Fixed bug where MIXER LEVELS interpreted arguments in the wrong order, so
979+
* Fixed bug where MIXER LEVELS interpreted arguments in the wrong order, so
972980
that gamma was interpreted as max_input and vice versa.
973981

974982
Consumers
975983
---------
976-
* Added support for NewTek iVGA, which enables the use of CasparCG Server
977-
fill+key output(s) as input source(s) to a NewTek TriCaster without
984+
* Added support for NewTek iVGA, which enables the use of CasparCG Server
985+
fill+key output(s) as input source(s) to a NewTek TriCaster without
978986
requiring video card(s) in the CasparCG Server machine, or taking up inputs
979987
in the TriCaster. <newtek-ivga /> element in config enables iVGA on a
980988
channel. (Robert Nagy sponsored by NewTek)
@@ -1002,8 +1010,8 @@ OSC
10021010
path logged since last UDP send, and sends the new UDP packet (to each
10031011
subscribing OSC receiver) with the values collected. (Robert Nagy sponsored
10041012
by Boffins Technologies)
1005-
* Batches as many OSC messages as possible in an OSC bundle to reduce the
1006-
number of UDP packets sent. Breakup into separate packages if necessary to
1013+
* Batches as many OSC messages as possible in an OSC bundle to reduce the
1014+
number of UDP packets sent. Breakup into separate packages if necessary to
10071015
avoid fragmentation. (Robert Nagy sponsored by Boffins Technologies)
10081016
* Removed usage of Microsoft Agents library (Server ran out of memory after a
10091017
while) in favour of direct synchronous invocations.

0 commit comments

Comments
 (0)