aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-03-28 23:49:40 -0300
committerJames Almer <jamrial@gmail.com>2017-03-31 13:26:56 -0300
commit9033e8723c86ed31872b22bd576602d48e2b9d0e (patch)
tree31575f1baae237a2304564f8f9e7b8d531e5f97a /doc/APIchanges
parent76dd87c9296917bf6394b2a41820f92aeaeae447 (diff)
downloadffmpeg-9033e8723c86ed31872b22bd576602d48e2b9d0e.tar.gz
avutil/spherical: add av_spherical_projection_name()
Reviewed-by: Benoit Fouet <benoit.fouet@free.fr> Reviewed-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 6314937964..adff133855 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,10 @@ libavutil: 2015-08-28
API changes, most recent first:
+2017-03-31 - xxxxxxx - lavu 55.57.100 - spherical.h
+ Add av_spherical_projection_name().
+ Add av_spherical_from_name().
+
2017-03-30 - xxxxxxx - lavu 55.53.100 / 55.27.0 - hwcontext.h
Add av_hwframe_map() and associated AV_HWFRAME_MAP_* flags.
Add av_hwframe_ctx_create_derived().