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.

51 lines
1.9KB

  1. Release Notes
  2. =============
  3. * 0.8 "Forbidden Fruit"
  4. General notes
  5. -------------
  6. This release continues the API cleanups that have begun with the
  7. previous release. While it is binary compatible with 0.7, many parts of
  8. the public API were deprecated and will be removed in the git master and
  9. later releases. Please consult the doc/APIchanges file to see intended
  10. replacements for the deprecated APIs.
  11. Furthermore, our work on the 'ffmpeg' command-line tool has resulted in
  12. major revisions to its interface. In order to not break existing scripts
  13. and applications, we have chosen to introduce a new tool called
  14. 'avconv', and keep the traditional 'ffmpeg' frontend for end-user's
  15. convenience. Please see the Changelog file for details how 'avconv'
  16. differs from 'ffmpeg'.
  17. Additionally, this release introduces a number of new interesting codecs
  18. such as the Apple Prores, Flash Screen Video 2 and Windows Media Image,
  19. and muxers such as LATM or CELT in Ogg, among many others. Moreover, our
  20. H.264 decoder has been improved to decode 4:2:2 material and our libx264
  21. wrapper now allows to produce 4:2:2 and 4:4:4 video.
  22. See the Changelog file for a list of significant changes.
  23. Please note that our policy on bug reports has not changed. We still only accept
  24. bug reports against HEAD of the Libav trunk repository. If you are experiencing
  25. issues with any formally released version of Libav, please try a current version
  26. of the development code to check if the issue still exists. If it does, make your
  27. report against the development code following the usual bug reporting guidelines.
  28. API changes
  29. -----------
  30. A number of additional APIs have been introduced and some existing
  31. functions have been deprecated and are scheduled for removal in the next
  32. release. Please see the file doc/APIchanges for details along with
  33. similar programmer-centric information.
  34. Other notable changes
  35. ---------------------
  36. Please see the Changelog file for a more detailed list of changes.