.. _changelog: What's new ? ============ For the complete list of changes, refer to the `git commits `_. 1.3.1 ----- * Add ``lpips`` metric. * Add ``get_pxl_format`` and ``get_resolution``. 1.3.0 ----- * Add ``uvq`` metric. * Fix colorspace eotf. * Simplify import. * Change license to GPL3. 1.2.4 ----- * Remove ``is_time_continuous`` and ``is_space_continuous``. * Optimize colorspace simplification. * Simple access to the documentation with ``cutcutcodec-doc``. * Video streams now have an associated color space. 1.2.3 ----- * Now video frames are in RGB rather BGR. * ``fft`` implementation of ``ssim``. 1.2.2 ----- * Parse ``vmaf`` metric. * Simplify import of analysis. 1.2.1 ----- * Take care of color range. * C implemenetation of the ``psnr`` and ``ssim`` metrics. 1.1.4 ----- * Video frame are only in ``float32``. * More image format supported. 1.1.3 ----- * Convert video colorspace to work in bt709. * Support all read and write bit depth and channels. * Able to compile ``==, >=, <=, >, >, if-else`` function. 1.1.2 ----- * Add a video filter to change the speed. * Add zero padding to audio frames. 1.1.1 ----- * Add a Winer audio denoise filter. 1.1.0 ----- * Add support for ``ffmpeg 7``. * Refactor the documentation. * Able to compile ``min`` and ``max`` functions. 1.0.4 ----- * Read images and SVG as well. 1.0.3 ----- * Improved ergonomics of the "Entry Tabs" and "Export" window. * Speed-up codec/encoder/muxer tests of compatibility by a factor 10. 1.0.2 ----- * Add support for ``ffmpeg 6``. * Able to compile ``atan`` function. * Handling of non-square pixel readings. 1.0.1 ----- * Add a command line interface. * Compiling dynamic expressions in C.