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 2C2D04B7B6 for ; Thu, 13 Jun 2024 10:10:31 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0D13B68D9DF; Thu, 13 Jun 2024 13:10:29 +0300 (EEST) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8712168D88F for ; Thu, 13 Jun 2024 13:10:22 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id D4784E0002 for ; Thu, 13 Jun 2024 10:10:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1718273422; 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; bh=O8Wmlz73a5kfMqtYxNqEBtRh8Iin2KMowlmU6kzrJn4=; b=bv0KqcN5hEpI0V3Yk2UX46VarsArc8yx798dXl6X8+CSQayudAjXjMdHY5B+uyM9HXqIRg 0Wp9FH4rDPPNwkemJ3b2a54LyEc7hZ5+oSJx0g4gOOvDrOeXSQ9Lfhx8rg04OxGuHk2wZf /WaLnAsI3gsJH54WA8oVHZATmpGKxLhsvOuh5Myq+Cw/aPx6paJQnvRcCuwgIEJargloKN SgESxw9vzIrcSr5MM/mIOseRFFNDvm41wxDc4AutBrw9l/TAM9kctMwAjRVoUel0oc8ecU W1PNpnshNyFhdWVDdqu1TJae284T8TpISPETWJY5T+PNZOQGdyTeY9mIrO2FoQ== From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Thu, 13 Jun 2024 12:10:21 +0200 Message-ID: <20240613101021.949975-1-michael@niedermayer.cc> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 X-GND-Sasl: michael@niedermayer.cc Subject: [FFmpeg-devel] [PATCH] web: move 6.0 to olddownload 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: I see no users on https://trac.ffmpeg.org/wiki/Downstreams Signed-off-by: Michael Niedermayer --- src/download | 36 ------------------------------------ src/olddownload | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/src/download b/src/download index 2e6a455..3ebf773 100644 --- a/src/download +++ b/src/download @@ -377,42 +377,6 @@ libpostproc 57. 3.100 -

FFmpeg 6.0.1 "Von Neumann"

- -

- 6.0.1 was released on 2023-11-10. It is the latest stable FFmpeg release - from the 6.0 release branch, which was cut from master on 2023-02-19. -

-

It includes the following library versions: -

-
-libavutil      58.  2.100
-libavcodec     60.  3.100
-libavformat    60.  3.100
-libavdevice    60.  1.100
-libavfilter     9.  3.100
-libswscale      7.  1.100
-libswresample   4. 10.100
-libpostproc    57.  1.100
- -

FFmpeg 5.1.4 "Riemann"

diff --git a/src/olddownload b/src/olddownload index 187848e..a6b2ff2 100644 --- a/src/olddownload +++ b/src/olddownload @@ -6,6 +6,42 @@ maintaining an old release. +

FFmpeg 6.0.1 "Von Neumann"

+ +

+ 6.0.1 was released on 2023-11-10. It is the latest stable FFmpeg release + from the 6.0 release branch, which was cut from master on 2023-02-19. +

+

It includes the following library versions: +

+
+libavutil      58.  2.100
+libavcodec     60.  3.100
+libavformat    60.  3.100
+libavdevice    60.  1.100
+libavfilter     9.  3.100
+libswscale      7.  1.100
+libswresample   4. 10.100
+libpostproc    57.  1.100
+ +

FFmpeg 5.0.3 "Lorentz"

-- 2.45.2 _______________________________________________ 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".