]> git.sesse.net Git - ffmpeg/blobdiff - Changelog
libvpxdec: report profile for vp9
[ffmpeg] / Changelog
index 9a532860d9f815d12f508d1cbbb4071014cfe48c..6d8656246583c3463c51e55e417a3a8920a849ed 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -3,6 +3,11 @@ 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:
@@ -574,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