[FFmpeg-cvslog] doc: mention important API changes in the RELEASE_NOTES
Andreas Cadhalpun
git at videolan.org
Sun Sep 14 03:18:50 CEST 2014
ffmpeg | branch: master | Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com> | Sun Sep 14 02:08:08 2014 +0200| [365b9cf6245e14e5d9380b0084dfc79a3fdb6871] | committer: Michael Niedermayer
doc: mention important API changes in the RELEASE_NOTES
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=365b9cf6245e14e5d9380b0084dfc79a3fdb6871
---
RELEASE_NOTES | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index d30b863..a8b19c5 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -3,9 +3,9 @@
└────────────────────────────────────────┘
The FFmpeg Project proudly presents FFmpeg 2.4 "Fresnel", ...
- FFmpeg 2.4 is API-, but not ABI-compatible with the previous major release.
- This means that the code using our libraries needs to be rebuilt, but no
- source changes should be required.
+ FFmpeg 2.4 is mostly API-, but not ABI-compatible with the previous major release.
+ This means that the code using our libraries needs to be rebuilt, but only minimal
+ source changes should be required, as described in the section 'API Information'.
┌────────────────────────────┐
│ * API Information │
@@ -22,6 +22,13 @@
• libswresample 1.1.100
• libpostproc 53.0.100
+ Important API changes since 2.3:
+
+ • The new field mime_type was added to AVProbeData, which can
+ cause crashes, if it is not initialized.
+ • Some deprecated functions were removed.
+ • The avfilter_graph_parse function was made compatible with Libav.
+
Please refer to the doc/APIChanges file for more information.
┌────────────────────────────┐
@@ -54,9 +61,6 @@
│ ⚠ Behaviour changes │
└────────────────────────────┘
- • IMPORTANT: The new field mime_type was added to AVProbeData.
- To avoid crashes, make sure to always initialize AVProbeData, e.g. use
- 'AVProbeData pd = { 0 };' instead of 'AVProbeData pd;'.
• dctdnoiz filter now uses a block size of 8x8 instead of 16x16 by default
• -vismv option is deprecated in favor of the codecview filter
• libmodplug is now detected through pkg-config
More information about the ffmpeg-cvslog
mailing list