mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
17ad5fbb8a
texi2html is deprecated by upstream in favor of makeinfo/texi2any. See: - https://www.gnu.org/software/texinfo/manual/texinfo/html_node/texi2html.html - https://wiki.debian.org/Texi2htmlTransition - https://lists.debian.org/debian-devel/2013/05/msg01516.html This is actually two separate changes. Based on a patch by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>. Fixes Trac ticket #3232. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
57 lines
2.7 KiB
Plaintext
57 lines
2.7 KiB
Plaintext
┌───────────────────────────────────────────┐
|
|
│ RELEASE NOTES for FFmpeg <next> "FIXME" │
|
|
└───────────────────────────────────────────┘
|
|
|
|
The FFmpeg Project proudly presents FFmpeg <next> "FIXME", ...
|
|
|
|
┌────────────────────────────┐
|
|
│ * API Information │
|
|
└────────────────────────────┘
|
|
|
|
FFmpeg <next> includes the following library versions:
|
|
|
|
• 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
|
|
|
|
Please refer to the doc/APIChanges file for more information.
|
|
|
|
┌────────────────────────────┐
|
|
│ ★ List of New Features │
|
|
└────────────────────────────┘
|
|
|
|
┌────────────────────────────┐
|
|
│ libavformat │
|
|
└────────────────────────────┘
|
|
|
|
• Icecast protocol
|
|
|
|
┌────────────────────────────┐
|
|
│ libavfilter │
|
|
└────────────────────────────┘
|
|
|
|
• ported lenscorrection filter from frei0r filter
|
|
• large optimizations in dctdnoiz to make it usable
|
|
• added codecview filter to visualize information exported by some codecs
|
|
|
|
┌────────────────────────────┐
|
|
│ libavutil │
|
|
└────────────────────────────┘
|
|
|
|
• added clip() function in eval
|
|
|
|
┌────────────────────────────┐
|
|
│ ⚠ Behaviour changes │
|
|
└────────────────────────────┘
|
|
|
|
• 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
|