From: Rémi Denis-Courmont <[email protected]> --- doc/APIchanges | 7 +++++++ libavcodec/version.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/doc/APIchanges b/doc/APIchanges index f17f1cf..26e7826 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,13 @@ libavutil: 2014-08-09 API changes, most recent first: +2014-08-xx - xxxxxxx - lavc 56.2.0 - vdpau.h + Add av_vdpau_create_context(). This function must from now on be + used for allocating AVVDPAUContext. + Add av_vdpau_get_chroma_type(). This function must from now on be + used for allocating VDPAU video surfaces in the get_buffer() callback. + Deprecate av_vdpau_alloc_context() and av_vdpau_get_profile(). + 2014-08-xx - xxxxxxx - lavc 56.1.0 - avcodec.h Add AV_PKT_DATA_STEREO3D to export container-level stereo3d information. diff --git a/libavcodec/version.h b/libavcodec/version.h index 41c7fcb..b0acb22 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 56 -#define LIBAVCODEC_VERSION_MINOR 1 +#define LIBAVCODEC_VERSION_MINOR 2 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ -- 1.8.1.5 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
