2011-06-19 17:45:36 +00:00
|
|
|
Release Notes
|
|
|
|
=============
|
|
|
|
|
2012-01-26 20:57:50 +00:00
|
|
|
* 0.10 "Freedom" January, 2012
|
2011-06-21 15:02:14 +00:00
|
|
|
|
2011-06-19 17:45:36 +00:00
|
|
|
|
|
|
|
General notes
|
|
|
|
-------------
|
2011-12-24 00:13:46 +00:00
|
|
|
See the Changelog file for a list of significant changes. Note, there
|
|
|
|
are many more new features and bugfixes than whats listed there.
|
2011-06-19 17:45:36 +00:00
|
|
|
|
2011-06-21 14:37:11 +00:00
|
|
|
Bugreports against FFmpeg git master or the most recent FFmpeg release are
|
|
|
|
accepted. If you are experiencing issues with any formally released version of
|
|
|
|
FFmpeg, please try git master to check if the issue still exists. If it does,
|
|
|
|
make your report against the development code following the usual bug reporting
|
|
|
|
guidelines.
|
2012-10-05 05:27:33 +00:00
|
|
|
|
2013-01-05 12:27:59 +00:00
|
|
|
Of big interest to our Windows users, FFmpeg now supports building with the MSVC
|
|
|
|
compiler. Since MSVC does not support C99 features used extensively by FFmpeg,
|
2013-01-03 17:02:59 +00:00
|
|
|
this has been accomplished using a converter that turns C99 code to C89. See the
|
|
|
|
platform-specific documentation for more detailed documentation on building
|
2013-01-05 12:27:59 +00:00
|
|
|
FFmpeg with MSVC.
|