RELEASE_NOTES 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. Release Notes
  2. =============
  3. * 0.7 "Love and Peace" June, 2011
  4. General notes
  5. -------------
  6. This release enables frame-based multithreaded decoding for a number of codecs,
  7. including VP8, H.263 and H.264. Additionally, there has been a major cleanup of
  8. both internal and external APIs. For this reason, the major versions of all
  9. libraries have been bumped. On the one hand, this means that 0.7 can be installed
  10. side-by-side with previous releases, on the other hand, in order to benefit
  11. from the new features, applications need to be recompiled.
  12. Other important changes are additions of decoders including, but not limited to,
  13. AMR-WB, single stream LATM/LOAS, G.722 ADPCM, a native VP8 decoder
  14. and HE-AACv2. Additionally, many new de/muxers such as WebM in Matroska, Apple
  15. HTTP Live Streaming, SAP, IEC 61937 (S/PDIF) have been added.
  16. See the Changelog file for a list of significant changes.
  17. Please note that our policy on bug reports has not changed. We still only accept
  18. bug reports against HEAD of the FFmpeg trunk repository. If you are experiencing
  19. issues with any formally released version of FFmpeg, please try a current version
  20. of the development code to check if the issue still exists. If it does, make your
  21. report against the development code following the usual bug reporting guidelines.
  22. API changes
  23. -----------
  24. Please see the file doc/APIchanges for programmer-centric information. Note that a
  25. lot of long-time deprecated APIs have been removed. Also, a number of additional
  26. APIs have been deprecated and are scheduled for removal in the next release.
  27. Other notable changes
  28. ---------------------
  29. - many ARM NEON optimizations
  30. - libswscale cleanup started, optimizations should become easier in the future
  31. - nonfree libfaad support for AAC decoding removed
  32. - 4:4:4 H.264 decoding
  33. - 9/10bit H.264 decoding
  34. - Win64 Assembler support
  35. - native MMSH/MMST support
  36. - Windows TV demuxing
  37. - native AMR-WB decoding
  38. - native GSM-MS decoding
  39. - SMPTE 302M decoding
  40. - AVS encoding