RELEASE_NOTES 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. ┌─────────────────────────────────────────────┐
  2. │ RELEASE NOTES for FFmpeg 2.6 "Grothendieck" │
  3. └─────────────────────────────────────────────┘
  4. The FFmpeg Project proudly presents FFmpeg 2.6 "Grothendieck", about 3
  5. months after the release of FFmpeg 2.5.
  6. A lot of important work got in this time, so let's start talking about what
  7. we like to brag the most about: features.
  8. A lot of people will probably be happy to hear that we now have support for
  9. NVENC — the Nvidia Video Encoder interface for H.264 encoding — thanks to
  10. Timo Rothenpieler, with some little help from NVIDIA and Philip Langdale.
  11. People in the broadcasting industry might also be interested in the first
  12. steps of closed captions support with the introduction of a decoder by
  13. Anshul Maheswhwari.
  14. Regarding filters love, we improved and added many. We could talk about the
  15. 10-bit support in spp, but maybe it's more important to mention the addition
  16. of colorlevels (yet another color handling filter), tblend (allowing you
  17. to for example run a diff between successive frames of a video stream), or
  18. the dcshift audio filter.
  19. There are also two other important filters landing in libavfilter: palettegen
  20. and paletteuse. Both submitted by the Stupeflix company. These filters will
  21. be very useful in case you are looking for creating high quality GIFs, a
  22. format that still bravely fights annihilation in 2015.
  23. There are many other new features, but let's follow-up on one big cleanup
  24. achievement: the libmpcodecs (MPlayer filters) wrapper is finally dead. The
  25. last remaining filters (softpulldown/repeatfields, eq*, and various
  26. postprocessing filters) were ported by Arwa Arif (OPW student) and Paul B
  27. Mahol.
  28. Concerning API changes, there are not many things to mention. Though, the
  29. introduction of device inputs and outputs listing by Lukasz Marek is a
  30. notable addition (try ffmpeg -sources or ffmpeg -sinks for an example of
  31. the usage). As usual, see doc/APIchanges for more information.
  32. Now let's talk about optimizations. Ronald S. Bultje made the VP9 decoder
  33. usable on x86 32-bit systems and pre-ssse3 CPUs like Phenom (even dual core
  34. Athlons can play 1080p 30fps VP9 content now), so we now secretly hope for
  35. Google and Mozilla to use ffvp9 instead of libvpx. But VP9 is not the
  36. center of attention anymore, and HEVC/H.265 is also getting many
  37. improvements, which include C and x86 ASM optimizations, mainly from James
  38. Almer, Christophe Gisquet and Pierre-Edouard Lepere.
  39. Even though we had many x86 contributions, it is not the only architecture
  40. getting some love, with Seppo Tomperi adding ARM NEON optimizations to the
  41. HEVC stack, and James Cowgill adding MIPS64 assembly for all kind of audio
  42. processing code in libavcodec.
  43. And finally, Michael Niedermayer is still fixing many bugs, dealing with
  44. most of the boring work such as making releases, applying tons of
  45. contributors patches, and daily merging the changes from the Libav project.
  46. A more complete Changelog is available at the root of the project, and the
  47. complete Git history on http://source.ffmpeg.org.
  48. We hope you will like this release as much as we enjoyed working on it, and
  49. as usual, if you have any questions about it, or any FFmpeg related topic,
  50. feel free to join us on the #ffmpeg IRC channel (on irc.freenode.net) or ask
  51. on the mailing-lists.