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