X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=CHANGELOG;h=f44bdeda6180d8da464f54f8544abbfed637b362;hb=e16e502dbf4fced61a41534b345bcfb5e2a12090;hp=3da21ca17422e756e7b758a969663b98b27f7071;hpb=6e9e5d185687f2c20dbcab77b7218dcd67c98b82;p=casparcg diff --git a/CHANGELOG b/CHANGELOG index 3da21ca17..f44bdeda6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,89 @@ 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. + o Changed configuration element mipmapping_default_on to mipmapping-default-on + for consistency with the rest of the configuration (Jesper Stærkær). + o Handle stdin EOF as EXIT. + o Added support for RESTART in Linux startup script run.sh. + o Copy casparcg_auto_restart.bat into Windows releases. + o Fixed bug with thumbnail generation when there are .-files in the media + folder. + o Removed CMake platform specification in Linux build script + (Krzysztof Pyrkosz). + o Build script for building FFmpeg for Linux now part of the repository. + Contributions during development (not w.r.t 2.1.0 Beta 1): + + Fix ffmpeg build dependencies on clean ubuntu desktop amd64 14.04.3 or + higher (Walter Sonius). + +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. + + Fixed bug in parsing of paths containing -. + o DeckLink consumer: + + Fixed possible dead-lock in frame queue. + +Producers +--------- + + o FFmpeg producer: + + Increased the max number of frames that audio/video can be badly + interleaved with (Dimitry Ishenko). + + Fixed bug where decoders sometimes requires more than one video packet to + decode the first frame. + + Added support for IN and OUT parameters (Dimitry Ishenko). + o Framerate producer: + + Fixed bug when INFO was used on a not yet playing framerate producer. + o HTML producer: + + Fixed bug where only URL:s with . in them where recognized. + o Image producer: + + Added LENGTH parameter to allow for queueing with LOADBG AUTO. + o Layer producer: + + Fixed serious bug where a circular reference of layer producers caused a + stack overflow and server crash. + o Scene producer: + + Added abs() function to expression language. + +Mixer +----- + + o Fixed bug in the contrast/saturation/brightness code where the wrong luma + coefficients was used. + o Rewrote the chroma key code to support variable hue, instead of fixed green + or blue. Threshold setting was removed in favour of separate hue width, + minimum saturation and minimum brightness constraints. + o Fixed bug where glReadPixels() was done from the last drawn to texture + instead of always from the target texture. This means that for example a + MIXER KEYER layer without a layer above to key, as well as a separate alpha + file with MIXER OPACITY 0 now works as expected. + +AMCP +---- + + o INFO PATHS now adds all the path elements even if they are using the default + values. + o MIXER CHROMA syntax deprecated (still supported) in favour of the more + advanced syntax required by the rewritten chroma key code. + o Added special command REQ that can be prepended before any command to + identify the response with a client specified request id, allowing a client + to know exactly what asynchronous response matched a specific request. + o Added support for listing contents of a specific directory for CLS, TLS, + DATA LIST and THUMBNAIL LIST. + o Fixed bug where CINF only returned the first match. + + CasparCG 2.1.0 Beta 1 (w.r.t 2.0.7 Stable) ==========================================