From 5b145290df2998a9836a93eb925289c6c8b63af0 Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Mon, 29 Jan 2018 22:18:00 +0000 Subject: lavc: Add support for increasing hardware frame pool sizes AVCodecContext.extra_hw_frames is added to the size of hardware frame pools created by libavcodec for APIs which require fixed-size pools. This allows the user to keep references to a greater number of frames after decode, which may be necessary for some use-cases. It is also added to the initial_pool_size value returned by avcodec_get_hw_frames_parameters() if a fixed-size pool is required. --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/APIchanges') diff --git a/doc/APIchanges b/doc/APIchanges index 0bde3a0..d62f767 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2017-03-23 API changes, most recent first: +2018-02-xx - xxxxxxx - lavc 58.9.0 - avcodec.h + Add AVCodecContext.extra_hw_frames. + 2017-xx-xx - xxxxxxx - lavc 58.8.0 - avcodec.h Add const to AVCodecContext.hwaccel. -- cgit v1.1