RELEASE_NOTES 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. ┌───────────────────────────────────────────┐
  2. │ RELEASE NOTES for FFmpeg <next> "FIXME" │
  3. └───────────────────────────────────────────┘
  4. The FFmpeg Project proudly presents FFmpeg <next> "FIXME", ...
  5. ┌────────────────────────────┐
  6. │ * API Information │
  7. └────────────────────────────┘
  8. FFmpeg <next> includes the following library versions:
  9. • libavutil xx.yy.1zz
  10. • libavcodec xx.yy.1zz
  11. • libavformat xx.yy.1zz
  12. • libavdevice xx.yy.1zz
  13. • libavfilter xx.yy.1zz
  14. • libswscale xx.yy.1zz
  15. • libswresample xx.yy.1zz
  16. • libpostproc xx.yy.1zz
  17. Please refer to the doc/APIChanges file for more information.
  18. ┌────────────────────────────┐
  19. │ ★ List of New Features │
  20. └────────────────────────────┘
  21. ┌────────────────────────────┐
  22. │ libavformat │
  23. └────────────────────────────┘
  24. • Icecast protocol
  25. ┌────────────────────────────┐
  26. │ libavfilter │
  27. └────────────────────────────┘
  28. • ported lenscorrection filter from frei0r filter
  29. • large optimizations in dctdnoiz to make it usable
  30. • added codecview filter to visualize information exported by some codecs
  31. ┌────────────────────────────┐
  32. │ libavutil │
  33. └────────────────────────────┘
  34. • added clip() function in eval
  35. ┌────────────────────────────┐
  36. │ ⚠ Behaviour changes │
  37. └────────────────────────────┘
  38. • dctdnoiz filter now uses a block size of 8x8 instead of 16x16 by default
  39. • -vismv option is deprecated in favor of the codecview filter
  40. • libmodplug is now detected through pkg-config