diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2016-04-06 14:08:21 -0400 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2016-04-12 16:42:45 -0400 |
commit | 2e2e08a35b479c5a2049a0f7eaf20e00aa78e923 (patch) | |
tree | 9a5368429034d0875dec98b0d230b76eaccd580c /Changelog | |
parent | d7815df40285245805d056f6113d5a4b12620c0b (diff) | |
download | ffmpeg-streaming-2e2e08a35b479c5a2049a0f7eaf20e00aa78e923.zip ffmpeg-streaming-2e2e08a35b479c5a2049a0f7eaf20e00aa78e923.tar.gz |
lavfi: new colorspace conversion filter.
The intent here is similar to colormatrix, but it's LGPLv2.1-or-later
(instead of GPLv2.0) and supports gamma/chromaticity correction.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ version <next>: - aix demuxer - remap filter - hash and framehash muxers +- colorspace filter version 3.0: - Common Encryption (CENC) MP4 encoding and decoding support |