2014-07-14 23:16:29 +00:00
|
|
|
┌───────────────────────────────────────────┐
|
2014-08-13 18:50:51 +00:00
|
|
|
│ RELEASE NOTES for FFmpeg <next> "FIXME" │
|
2014-07-14 23:16:29 +00:00
|
|
|
└───────────────────────────────────────────┘
|
2014-07-14 02:04:57 +00:00
|
|
|
|
2014-08-13 18:50:51 +00:00
|
|
|
The FFmpeg Project proudly presents FFmpeg <next> "FIXME", ...
|
2014-09-04 18:20:02 +00:00
|
|
|
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.
|
2014-07-14 02:04:57 +00:00
|
|
|
|
|
|
|
┌────────────────────────────┐
|
|
|
|
│ * API Information │
|
|
|
|
└────────────────────────────┘
|
|
|
|
|
2014-08-13 18:50:51 +00:00
|
|
|
FFmpeg <next> includes the following library versions:
|
2014-07-14 02:04:57 +00:00
|
|
|
|
2014-08-13 18:50:51 +00:00
|
|
|
• libavutil xx.yy.1zz
|
|
|
|
• libavcodec xx.yy.1zz
|
|
|
|
• libavformat xx.yy.1zz
|
|
|
|
• libavdevice xx.yy.1zz
|
|
|
|
• libavfilter xx.yy.1zz
|
|
|
|
• libswscale xx.yy.1zz
|
|
|
|
• libswresample xx.yy.1zz
|
|
|
|
• libpostproc xx.yy.1zz
|
2014-07-14 02:04:57 +00:00
|
|
|
|
|
|
|
Please refer to the doc/APIChanges file for more information.
|
|
|
|
|
|
|
|
┌────────────────────────────┐
|
|
|
|
│ ★ List of New Features │
|
|
|
|
└────────────────────────────┘
|
|
|
|
|
|
|
|
┌────────────────────────────┐
|
2014-08-13 18:50:51 +00:00
|
|
|
│ libavformat │
|
2014-07-14 02:04:57 +00:00
|
|
|
└────────────────────────────┘
|
|
|
|
|
2014-08-13 18:50:51 +00:00
|
|
|
• Icecast protocol
|
2014-09-04 18:20:02 +00:00
|
|
|
• API for live metadata updates through event flags.
|
2014-07-14 02:04:57 +00:00
|
|
|
|
|
|
|
┌────────────────────────────┐
|
2014-08-13 18:50:51 +00:00
|
|
|
│ libavfilter │
|
2014-07-14 02:04:57 +00:00
|
|
|
└────────────────────────────┘
|
|
|
|
|
2014-08-13 18:50:51 +00:00
|
|
|
• ported lenscorrection filter from frei0r filter
|
|
|
|
• large optimizations in dctdnoiz to make it usable
|
2014-08-18 14:32:26 +00:00
|
|
|
• added codecview filter to visualize information exported by some codecs
|
2014-07-02 09:39:07 +00:00
|
|
|
• added silenceremove filter
|
2014-07-14 02:04:57 +00:00
|
|
|
|
|
|
|
┌────────────────────────────┐
|
2014-08-13 18:50:51 +00:00
|
|
|
│ libavutil │
|
2014-07-14 02:04:57 +00:00
|
|
|
└────────────────────────────┘
|
|
|
|
|
2014-08-13 18:50:51 +00:00
|
|
|
• added clip() function in eval
|
2014-07-14 02:04:57 +00:00
|
|
|
|
|
|
|
┌────────────────────────────┐
|
|
|
|
│ ⚠ Behaviour changes │
|
|
|
|
└────────────────────────────┘
|
|
|
|
|
2014-08-13 18:50:51 +00:00
|
|
|
• dctdnoiz filter now uses a block size of 8x8 instead of 16x16 by default
|
2014-08-18 14:32:26 +00:00
|
|
|
• -vismv option is deprecated in favor of the codecview filter
|
2014-09-01 09:36:02 +00:00
|
|
|
• libmodplug is now detected through pkg-config
|
2014-09-01 02:39:35 +00:00
|
|
|
• HTML documentation generation through texi2html is deprecated in
|
|
|
|
favor of makeinfo/texi2any
|
2014-09-06 19:28:53 +00:00
|
|
|
• ffplay now exits by default at the end of playback
|