]> git.sesse.net Git - ffmpeg/blobdiff - Changelog
lavc/j2kenc: Make jp2 output compatible with Kakadu.
[ffmpeg] / Changelog
index 91794228dd488d6a331f2145b5eef055bcf5ad0b..6e9ca8ef80ba3be88967008d805f2b6fbd92770d 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,18 @@ Entries are sorted chronologically from oldest to youngest within each release,
 releases are sorted from youngest to oldest.
 
 version <next>:
+- colorkey video filter
+- BFSTM/BCSTM demuxer
+- little-endian ADPCM_THP decoder
+- Hap decoder and encoder
+- DirectDraw Surface image/texture decoder
+- ssim filter
+- rewritten ASF demuxer
+- showvolume filter
+- Many improvements to the JPEG 2000 decoder
+
+
+version 2.7:
 - FFT video filter
 - TDSC decoder
 - DTS lossless extension (XLL) decoding (not lossless, disabled by default)
@@ -570,7 +582,7 @@ easier to use. The changes are:
           all the stream in the first input file, except for the second audio
           stream'.
     * There is a new option -c (or -codec) for choosing the decoder/encoder to
-      use, which allows to precisely specify target stream(s) consistently with
+      use, which makes it possible to precisely specify target stream(s) consistently with
       other options. E.g. -c:v lib264 sets the codec for all video streams, -c:a:0
       libvorbis sets the codec for the first audio stream and -c copy copies all
       the streams without reencoding. Old -vcodec/-acodec/-scodec options are now