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.

45 lines
1.4KB

  1. Release Notes
  2. =============
  3. * 0.8 "Love" June, 2011
  4. * 0.7 "Peace" June, 2011 (identical to 0.8 but using 0.6 ABI/API)
  5. General notes
  6. -------------
  7. This release is binary compatible with 0.8. The 'ffmpeg' command-line tool has
  8. been extended to also support the command line syntax and features of a tool
  9. called avconv.
  10. Additionally, this release introduces a number of new interesting codecs
  11. such as the Apple Prores, Flash Screen Video 2 and Windows Media Image,
  12. and muxers such as LATM or CELT in Ogg, among many others. Moreover, our
  13. H.264 decoder has been improved to decode 4:2:2 material and our libx264
  14. wrapper now allows to produce 4:2:2 and 4:4:4 video.
  15. See the Changelog file for a list of significant changes.
  16. Bugreports against FFmpeg git master or the most recent FFmpeg release are
  17. accepted. If you are experiencing issues with any formally released version of
  18. FFmpeg, please try git master to check if the issue still exists. If it does,
  19. make your report against the development code following the usual bug reporting
  20. guidelines.
  21. API changes
  22. -----------
  23. A number of additional APIs have been introduced and some existing
  24. functions have been deprecated and are scheduled for removal in the next
  25. release. Please see the file doc/APIchanges for details along with
  26. similar programmer-centric information.
  27. Other notable changes
  28. ---------------------
  29. Please see the Changelog file for a more detailed list of changes.