X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=CHANGELOG;h=8f9af28664a5e5250fab9497d0d89cbe715a6c91;hb=a42b87a56841ccf13049b92b833d37bb1ad0bfa9;hp=fc3e1a53b961d6317d5278ee18b69040153862d8;hpb=b5d853b1ee5649faf70d6505af57673b85974760;p=casparcg diff --git a/CHANGELOG b/CHANGELOG index fc3e1a53b..8f9af2866 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -19,6 +19,19 @@ General 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). + o Added support for video modes 2160p5000, 2160p5994 and 2160p6000 + (Antonio Ruano Cuesta). Consumers --------- @@ -37,8 +50,21 @@ 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). + + Added DV/HDV video device support under Linux (Walter Sonius). 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 ----- @@ -48,6 +74,10 @@ Mixer 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 ---- @@ -59,6 +89,9 @@ AMCP 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.