]> git.sesse.net Git - ffmpeg/blobdiff - RELEASE_NOTES
Revert the default for ffplay to -noautoexit.
[ffmpeg] / RELEASE_NOTES
index eb73e8890b137b055f143d974a130bd3b4844914..113cc5e97d497fc6c46d7640ccb9e52d4338f337 100644 (file)
@@ -3,6 +3,9 @@
  └───────────────────────────────────────────┘
 
    The FFmpeg Project proudly presents FFmpeg <next> "FIXME", ...
+   FFmpeg 2.4 is API-, but not ABI-compatible with the previous major release.
+   This means that the code using our libraries needs to be rebuilt, but no
+   source changes should be required.
 
    ┌────────────────────────────┐
    │ *  API Information         │
@@ -30,6 +33,7 @@
    └────────────────────────────┘
 
     • Icecast protocol
+    • API for live metadata updates through event flags.
 
    ┌────────────────────────────┐
    │ libavfilter                │
@@ -37,6 +41,8 @@
 
     • ported lenscorrection filter from frei0r filter
     • large optimizations in dctdnoiz to make it usable
+    • added codecview filter to visualize information exported by some codecs
+    • added silenceremove filter
 
    ┌────────────────────────────┐
    │ libavutil                  │
@@ -49,3 +55,7 @@
  └────────────────────────────┘
 
   • dctdnoiz filter now uses a block size of 8x8 instead of 16x16 by default
+  • -vismv option is deprecated in favor of the codecview filter
+  • libmodplug is now detected through pkg-config
+  • HTML documentation generation through texi2html is deprecated in
+    favor of makeinfo/texi2any