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.

54 lines
2.1KB

  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. Note that a couple of header includes have been cleaned
  10. up, which may require code changes in your applications. In particular,
  11. the header "libavutil/mathematics.h" is no longer included from
  12. "libavcodec/avcodec.h". Please consult the doc/APIchanges file to see
  13. intended replacements for the deprecated APIs.
  14. Furthermore, our work on the 'ffmpeg' command-line tool has resulted in
  15. major revisions to its interface. In order to not break existing scripts
  16. and applications, we have chosen to introduce a new tool called
  17. 'avconv', and keep the traditional 'ffmpeg' frontend for end-user's
  18. convenience. Please see the Changelog file for details how 'avconv'
  19. differs from 'ffmpeg'.
  20. Additionally, this release introduces a number of new interesting codecs
  21. such as the Apple Prores, Flash Screen Video 2 and Windows Media Image,
  22. and muxers such as LATM or CELT in Ogg, among many others. Moreover, our
  23. H.264 decoder has been improved to decode 4:2:2 material and our libx264
  24. wrapper now allows to produce 4:2:2 and 4:4:4 video.
  25. See the Changelog file for a list of significant changes.
  26. Please note that our policy on bug reports has not changed. We still only accept
  27. bug reports against HEAD of the Libav trunk repository. If you are experiencing
  28. issues with any formally released version of Libav, please try a current version
  29. of the development code to check if the issue still exists. If it does, make your
  30. report against the development code following the usual bug reporting guidelines.
  31. API changes
  32. -----------
  33. A number of additional APIs have been introduced and some existing
  34. functions have been deprecated and are scheduled for removal in the next
  35. release. Please see the file doc/APIchanges for details along with
  36. similar programmer-centric information.
  37. Other notable changes
  38. ---------------------
  39. Please see the Changelog file for a more detailed list of changes.