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 522E54A355 for ; Tue, 26 Mar 2024 22:57:43 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id DB4FF68D6A7; Wed, 27 Mar 2024 00:57:27 +0200 (EET) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2E5FF68D69C for ; Wed, 27 Mar 2024 00:57:19 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 5E5D61BF203 for ; Tue, 26 Mar 2024 22:57:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1711493838; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:in-reply-to:in-reply-to:references:references; bh=LEcd67rhqERiD0H+62lfaeWYnIsy38I1P3ZQqMXge3g=; b=pWXiEi9E1Qp5FkDakrcyawM3L+fjJIoRo7+n7W2legwKktX5XFpduzSxeHEYVs5VwVlusH 7iafdP3vv88Ryf4dNs+S3Als1L/TTUO6yQ64dHmrQWE018Acta7qEkLE03JvBnc5n/fpqu V4cbYoVzzeP3VHM0Pw4d3ifM+JqnVxTbqS6a/lurFgzxPUFO+Df4oHZ6oYPOwuhuwanC/e WZktvIQScRsbRtJm6Abt7ZnDTVvM4T5ls3gVKg+7D252nhC94QI/TKnBopsy6lqfLKT/WQ 0l4I0+kADSzOjkGyrNjc794T89/YPgxRGO7RngiX2aoBT/rQtTqS28NIle9o5g== From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Tue, 26 Mar 2024 23:57:14 +0100 Message-Id: <20240326225715.5893-3-michael@niedermayer.cc> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20240326225715.5893-1-michael@niedermayer.cc> References: <20240326225715.5893-1-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: [FFmpeg-devel] [PATCH 3/4] doc/APIchanges: Add 7.0 cut point 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 MIME-Version: 1.0 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: Michael Niedermayer --- doc/APIchanges | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index 680d3672e75..44858b283ea 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,8 @@ The last version increases of all libraries were on 2024-03-07 API changes, most recent first: +-------- 8< --------- FFmpeg 7.0 was cut here -------- 8< --------- + 2024-03-25 - 5df901ffa56 - lavu 59.7.100 - timestamp.h Add av_ts_make_time_string2() for better timestamp precision, the new function accepts AVRational as time base instead of *AVRational, and is not -- 2.17.1 _______________________________________________ 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".