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.

102 lines
4.3KB

  1. ┌────────────────────────────────────────┐
  2. │ RELEASE NOTES for FFmpeg 2.5 "Bohr" │
  3. └────────────────────────────────────────┘
  4. The FFmpeg Project proudly presents FFmpeg 2.5 "Bohr", just 2.5 months
  5. after the release of 2.4. Since this wasn't a long time ago, the Changelog
  6. is a bit short this time.
  7. As usual, if you have any question on this release or any FFmpeg related
  8. topic, feel free to join us on the #ffmpeg IRC channel (on
  9. irc.freenode.net).
  10. ┌────────────────────────────┐
  11. │ 🔨 API Information │
  12. └────────────────────────────┘
  13. FFmpeg 2.5 includes the following library versions:
  14. • libavutil 54.15.100
  15. • libavcodec 56.13.100
  16. • libavformat 56.15.102
  17. • libavdevice 56. 3.100
  18. • libavfilter 5. 2.103
  19. • libswscale 3. 1.101
  20. • libswresample 1. 1.100
  21. • libpostproc 53. 3.100
  22. Important API changes since 2.4:
  23. • avpriv_dv_frame_profile2() has been deprecated
  24. Please refer to the doc/APIchanges file for more information.
  25. ┌────────────────────────────┐
  26. │ ★ List of New Features │
  27. └────────────────────────────┘
  28. ┌────────────────────────────┐
  29. │ ffprobe │
  30. └────────────────────────────┘
  31. • -show_pixel_formats option
  32. ┌────────────────────────────┐
  33. │ ffserver │
  34. └────────────────────────────┘
  35. • codec private options support
  36. ┌────────────────────────────┐
  37. │ libavcodec │
  38. └────────────────────────────┘
  39. • STL subtitle decoder
  40. • libutvideo YUV 4:2:2 10bit support
  41. • animated WebP decoding support
  42. • zygoaudio decoding support
  43. ┌────────────────────────────┐
  44. │ libavdevice │
  45. └────────────────────────────┘
  46. • XCB-based screen-grabber
  47. • AVFoundation screen capturing support
  48. ┌────────────────────────────┐
  49. │ libavformat │
  50. └────────────────────────────┘
  51. • HEVC/H.265 RTP payload format (draft v6) packetizer
  52. • SUP/PGS subtitle demuxer
  53. • STL subtitle demuxer
  54. • UDP-Lite support (RFC 3828)
  55. • creating DASH compatible fragmented MP4, MPEG-DASH segmenting muxer
  56. • WebP muxer
  57. • APNG demuxer
  58. ┌────────────────────────────┐
  59. │ libavfilter │
  60. └────────────────────────────┘
  61. • xBR scaling filter
  62. ┌────────────────────────────┐
  63. │ libavutil │
  64. └────────────────────────────┘
  65. • CAST128 symmetric block cipher, ECB mode
  66. ┌────────────────────────────┐
  67. │ libpostproc │
  68. └────────────────────────────┘
  69. • visualization support
  70. ┌────────────────────────────┐
  71. │ ⚠ Behaviour changes │
  72. └────────────────────────────┘
  73. • XMP metadata is not exported by default anymore as it can be huge.
  74. see the export_xmp option