X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=CHANGELOG;h=8f9af28664a5e5250fab9497d0d89cbe715a6c91;hb=1176084924e43ef406dc740246bf018de61f2145;hp=a70c84c84a8cf1d99b53f46330024ae5bd8e0008;hpb=540761371cef73b97b92c2a7a004b1318de227e0;p=casparcg diff --git a/CHANGELOG b/CHANGELOG index a70c84c84..8f9af2866 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -24,6 +24,14 @@ General 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 --------- @@ -44,10 +52,19 @@ Producers 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 ----- @@ -57,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 ----