Signed-off-by: Vittorio Giovara <vittorio.giov...@gmail.com>
---
 Changelog      |  1 +
 doc/APIchanges | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/Changelog b/Changelog
index e44df54c93..ecff7d0a2b 100644
--- a/Changelog
+++ b/Changelog
@@ -16,6 +16,7 @@ version <next>:
 - FM Screen Capture Codec decoder
 - ClearVideo decoder (I-frames only)
 - support for decoding through D3D11VA in avconv
+- Opus and MP4/MOV ambisonic detection
 
 
 version 12:
diff --git a/doc/APIchanges b/doc/APIchanges
index 0f7c839573..50cf0eba12 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,28 @@ libavutil:     2017-03-23
 
 API changes, most recent first:
 
+20xx-xx-xx - lavu 56.xx.0 lavr 4.xx.0 lavfi 7.xx.0 lavc 58.xx.0 lavf 58.xx.0
+  xxxxxxx - Introduce AVChannelLayout and related API: use AVChannel and
+            AVChannelOrder to describe a layout, deprecate old functions
+            operating on channels and channel_layout fields.
+  xxxxxxx - Allow a new AVOption type AV_OPT_TYPE_CHANNEL_LAYOUT, with
+            av_opt_set_channel_layout(), and av_opt_get_channel_layout().
+  xxxxxxx - Add AVFrame.ch_layout, deprecate channel_layout field.
+  xxxxxxx - Add avresample_build_matrix2(), in_ch_layout and out_ch_layout
+            options to libavresample, deprecate avresample_build_matrix(), and
+            in_channel_layout, out_channel_layout options.
+  xxxxxxx - Add AVFilterLink.ch_layout, deprecates channel_layout field.
+  xxxxxxx - Add AVBufferSrcParameters.ch_layout, deprecate channel_layout 
field.
+  xxxxxxx - Add AVCodecParameters.ch_layout, deprecate channel_layout and
+            channels fields.
+  xxxxxxx - Add AVCodecContext.ch_layout, deprecate channel_layout and channels
+            fields (and options), and replace request_channel_layout with a
+            codec private option.
+  xxxxxxx - Support Ambisonic ordering in AVChannelLayout with
+            AV_CHANNEL_ORDER_AMBISONIC and av_channel_layout_ambisonic() 
helper.
+  xxxxxxx - Add AV_DISPOSITION_NON_DIEGETIC flag for detecting streams that
+            can be mixed with spatial audio.
+
 2017-xx-xx - xxxxxxx - lavc 58.4.0 - avcodec.h
   DXVA2 and D3D11 hardware accelerated decoding now supports the new hwaccel 
API,
   which can create the decoder context and allocate hardware frame 
automatically.
-- 
2.13.1

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to