You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
2.4KB

  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. ┌────────────────────────────┐
  31. │ libavutil │
  32. └────────────────────────────┘
  33. • added clip() function in eval
  34. ┌────────────────────────────┐
  35. │ ⚠ Behaviour changes │
  36. └────────────────────────────┘
  37. • dctdnoiz filter now uses a block size of 8x8 instead of 16x16 by default