X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=CHANGELOG;h=5127284332be0e215b9af978235ff93e462be324;hb=4de8ffcb731f934f2b73a7f62705f972e9ec07e2;hp=0afa3fed648b6cfe67630ac1a8025f2d18a69cef;hpb=ed63dcb5db4b81a99531796020e1086fc13b4491;p=casparcg diff --git a/CHANGELOG b/CHANGELOG index 0afa3fed6..512728433 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,50 @@ C H A N G E S +CasparCG 2.1.0 Next (w.r.t 2.1.0 Beta 1) +======================================== + +General +------- + + o Fail early with clear error message if configured paths are not + creatable/writable. + o Added backwards compatibility (with deprecation warning) for using + thumbnails-path instead of thumbnail-path in casparcg.config. + o Suppress the logging of full path names in stack traces so that only the + relative path within the source tree is visible. + o General stability improvements. + o Native thread id is now logged in Linux as well. Finally they are mappable + against INFO THREADS, ps and top. + o Created automatically generated build number, so that it is easier to see + whether a build is newer or older than an other. + +Consumers +--------- + + o FFmpeg consumer: + + Fixed long overdue bug where HD material was always recorded using the + BT.601 color matrix instead of the BT.709 color matrix. RGB codecs like + qtrle was never affected but all the YCbCr based codecs were. + +Producers +--------- + + o FFmpeg producer: + + Increased the max number of frames that audio/video can be badly + interleaved with (Dimitry Ishenko). + +Mixer +----- + + o Fixed bug in the contrast/saturation/brightness code where the wrong luma + coefficients was used. + +AMCP +---- + + o INFO PATHS now adds all the path elements even if they are using the default + values. + CasparCG 2.1.0 Beta 1 (w.r.t 2.0.7 Stable) ==========================================