RELEASE_NOTES 1.0 KB

12345678910111213141516171819202122232425
  1. Release Notes
  2. =============
  3. * 1.1 "Fire Flower" January, 2013
  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.
  18. The used output sample format for several audio decoders has changed, make
  19. sure you always check/use AVCodecContext.sample_fmt or AVFrame.format.