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.

23 lines
887B

  1. Release Notes
  2. =============
  3. * 0.10 "Freedom" January, 2012
  4. General notes
  5. -------------
  6. See the Changelog file for a list of significant changes. Note, there
  7. are many more new features and bugfixes than whats listed there.
  8. Bugreports against FFmpeg git master or the most recent FFmpeg release are
  9. accepted. If you are experiencing issues with any formally released version of
  10. FFmpeg, please try git master to check if the issue still exists. If it does,
  11. make your report against the development code following the usual bug reporting
  12. guidelines.
  13. Of big interest to our Windows users, FFmpeg now supports building with the MSVC
  14. compiler. Since MSVC does not support C99 features used extensively by FFmpeg,
  15. this has been accomplished using a converter that turns C99 code to C89. See the
  16. platform-specific documentation for more detailed documentation on building
  17. FFmpeg with MSVC.