]> git.sesse.net Git - ffmpeg/blobdiff - Changelog
libvpxdec: report profile for vp9
[ffmpeg] / Changelog
index aa5753eadf654f65eb86b4c5b3e3e65da2f1bf14..6d8656246583c3463c51e55e417a3a8920a849ed 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,12 @@ 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
 
 
 version 2.7:
@@ -573,7 +579,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