From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 7EC95434C0 for ; Tue, 14 Jun 2022 00:04:07 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id ABAE968B5F5; Tue, 14 Jun 2022 03:03:56 +0300 (EEST) Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0594868B5C4 for ; Tue, 14 Jun 2022 03:03:50 +0300 (EEST) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zanevaniperen.com; s=key1; t=1655165029; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fL/mjyM4u/e0X6L7CSDyW53w3w9meQa6O0GCGGoL9os=; b=EmB6P0FzdPDJH0k+u7Y3Jdcd4Y6xpquTfiLwGMd4cjI+x0Rw0uGN3E82pf874CMoHlkAsP pSBinp9aO34Cizc7STbxxcZGaQZMSPXYIXQD/DiK7kHc7gKMrMwT3b/v5XFXt7LDRLxY2M 1T5J+RUIpSO9EhI1/EGkZQaKJTpRq8LlgrrKOagDzwErm0SFcKoXwUo6IzWg0zMxagufQ2 vydKomrfkH4OF/kO4FBzLM4RuuSw0nlzBp4chL6Ha0gKClECw/FLW9F90xDqXSvU790bZS ET43EzJ/44A5fQX3BbQEiw4cjocaTmzddI3O1Wq2n8Oogjbfa+CWUhyEeT4EQA== From: Zane van Iperen To: ffmpeg-devel@ffmpeg.org Date: Tue, 14 Jun 2022 10:03:34 +1000 Message-Id: <20220614000334.547012-2-zane@zanevaniperen.com> In-Reply-To: <20220614000334.547012-1-zane@zanevaniperen.com> References: <20220614000334.547012-1-zane@zanevaniperen.com> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: zanevaniperen.com Subject: [FFmpeg-devel] [PATCH 2/2] doc/APIchanges: add missing uuid and csp entries X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Signed-off-by: Zane van Iperen --- doc/APIchanges | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index 4f7a19d176..3349e94a4f 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -18,6 +18,16 @@ API changes, most recent first: Add avio_vprintf(), similar to avio_printf() but allow to use it from within a function taking a variable argument list as input. +2022-06-01 - xxxxxxxxx - lavu 57.27.100 - uuid.c uuid.h + Add UUID handling functions. + Add av_uuid_parse(), av_uuid_urn_parse(), av_uuid_parse_range(), + av_uuid_parse_range(), av_uuid_equal(), av_uuid_copy(), and av_uuid_nil(). + +2022-05-28 - xxxxxxxxx - lavu 57.26.100 - csp.c csp.h + Add public API for colorspace structs. + Add av_csp_luma_coeffs_from_avcsp(), av_csp_primaries_desc_from_id(), + and av_csp_primaries_id_from_desc(). + 2022-05-23 - xxxxxxxxx - lavu 57.25.100 - avutil.h Deprecate av_fopen_utf8() without replacement. -- 2.36.0 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".